@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
@@ -101,13 +101,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
101
101
  required?: boolean | null | undefined;
102
102
  }>>>;
103
103
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
104
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
104
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
105
105
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
106
106
  }, "strip", z.ZodTypeAny, {
107
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
107
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
108
108
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
109
109
  }, {
110
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
110
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
111
111
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
112
112
  }>>>;
113
113
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -117,6 +117,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
117
117
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
118
118
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
119
119
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
120
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
120
121
  }, "strip", z.ZodTypeAny, {
121
122
  suggest?: true | undefined;
122
123
  canExport?: boolean | null | undefined;
@@ -135,7 +136,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
135
136
  required?: boolean | null | undefined;
136
137
  } | null | undefined;
137
138
  uiConfiguration?: {
138
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
139
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
139
140
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
140
141
  } | null | undefined;
141
142
  width?: number | null | undefined;
@@ -145,6 +146,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
145
146
  formula?: string | null | undefined;
146
147
  context?: string[] | null | undefined;
147
148
  prompt?: string | null | undefined;
149
+ dataset?: Record<string, unknown> | undefined;
148
150
  }, {
149
151
  suggest?: true | undefined;
150
152
  canExport?: boolean | null | undefined;
@@ -163,7 +165,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
163
165
  required?: boolean | null | undefined;
164
166
  } | null | undefined;
165
167
  uiConfiguration?: {
166
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
168
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
167
169
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
168
170
  } | null | undefined;
169
171
  width?: number | null | undefined;
@@ -173,6 +175,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
173
175
  formula?: string | null | undefined;
174
176
  context?: string[] | null | undefined;
175
177
  prompt?: string | null | undefined;
178
+ dataset?: Record<string, unknown> | undefined;
176
179
  }>>>, z.ZodIntersection<z.ZodObject<{
177
180
  type: z.ZodLiteral<"date">;
178
181
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -256,13 +259,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
256
259
  required?: boolean | null | undefined;
257
260
  }>>>;
258
261
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
259
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
262
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
260
263
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
261
264
  }, "strip", z.ZodTypeAny, {
262
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
265
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
263
266
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
264
267
  }, {
265
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
268
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
266
269
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
267
270
  }>>>;
268
271
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -272,6 +275,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
272
275
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
273
276
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
274
277
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
278
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
275
279
  }, "strip", z.ZodTypeAny, {
276
280
  suggest?: true | undefined;
277
281
  canExport?: boolean | null | undefined;
@@ -290,7 +294,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
290
294
  required?: boolean | null | undefined;
291
295
  } | null | undefined;
292
296
  uiConfiguration?: {
293
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
297
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
294
298
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
295
299
  } | null | undefined;
296
300
  width?: number | null | undefined;
@@ -300,6 +304,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
300
304
  formula?: string | null | undefined;
301
305
  context?: string[] | null | undefined;
302
306
  prompt?: string | null | undefined;
307
+ dataset?: Record<string, unknown> | undefined;
303
308
  }, {
304
309
  suggest?: true | undefined;
305
310
  canExport?: boolean | null | undefined;
@@ -318,7 +323,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
318
323
  required?: boolean | null | undefined;
319
324
  } | null | undefined;
320
325
  uiConfiguration?: {
321
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
326
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
322
327
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
323
328
  } | null | undefined;
324
329
  width?: number | null | undefined;
@@ -328,6 +333,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
328
333
  formula?: string | null | undefined;
329
334
  context?: string[] | null | undefined;
330
335
  prompt?: string | null | undefined;
336
+ dataset?: Record<string, unknown> | undefined;
331
337
  }>>>, z.ZodIntersection<z.ZodObject<{
332
338
  type: z.ZodLiteral<"number">;
333
339
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -438,13 +444,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
438
444
  required?: boolean | null | undefined;
439
445
  }>>>;
440
446
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
441
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
447
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
442
448
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
443
449
  }, "strip", z.ZodTypeAny, {
444
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
450
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
445
451
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
446
452
  }, {
447
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
453
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
448
454
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
449
455
  }>>>;
450
456
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -454,6 +460,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
454
460
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
455
461
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
456
462
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
463
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
457
464
  }, "strip", z.ZodTypeAny, {
458
465
  suggest?: true | undefined;
459
466
  canExport?: boolean | null | undefined;
@@ -472,7 +479,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
472
479
  required?: boolean | null | undefined;
473
480
  } | null | undefined;
474
481
  uiConfiguration?: {
475
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
482
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
476
483
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
477
484
  } | null | undefined;
478
485
  width?: number | null | undefined;
@@ -482,6 +489,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
482
489
  formula?: string | null | undefined;
483
490
  context?: string[] | null | undefined;
484
491
  prompt?: string | null | undefined;
492
+ dataset?: Record<string, unknown> | undefined;
485
493
  }, {
486
494
  suggest?: true | undefined;
487
495
  canExport?: boolean | null | undefined;
@@ -500,7 +508,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
500
508
  required?: boolean | null | undefined;
501
509
  } | null | undefined;
502
510
  uiConfiguration?: {
503
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
511
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
504
512
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
505
513
  } | null | undefined;
506
514
  width?: number | null | undefined;
@@ -510,6 +518,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
510
518
  formula?: string | null | undefined;
511
519
  context?: string[] | null | undefined;
512
520
  prompt?: string | null | undefined;
521
+ dataset?: Record<string, unknown> | undefined;
513
522
  }>>>, z.ZodIntersection<z.ZodObject<{
514
523
  type: z.ZodLiteral<"enum">;
515
524
  options: z.ZodArray<z.ZodObject<{
@@ -611,13 +620,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
611
620
  required?: boolean | null | undefined;
612
621
  }>>>;
613
622
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
614
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
623
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
615
624
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
616
625
  }, "strip", z.ZodTypeAny, {
617
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
626
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
618
627
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
619
628
  }, {
620
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
629
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
621
630
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
622
631
  }>>>;
623
632
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -627,6 +636,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
627
636
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
628
637
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
629
638
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
639
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
630
640
  }, "strip", z.ZodTypeAny, {
631
641
  suggest?: true | undefined;
632
642
  canExport?: boolean | null | undefined;
@@ -645,7 +655,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
645
655
  required?: boolean | null | undefined;
646
656
  } | null | undefined;
647
657
  uiConfiguration?: {
648
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
658
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
649
659
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
650
660
  } | null | undefined;
651
661
  width?: number | null | undefined;
@@ -655,6 +665,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
655
665
  formula?: string | null | undefined;
656
666
  context?: string[] | null | undefined;
657
667
  prompt?: string | null | undefined;
668
+ dataset?: Record<string, unknown> | undefined;
658
669
  }, {
659
670
  suggest?: true | undefined;
660
671
  canExport?: boolean | null | undefined;
@@ -673,7 +684,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
673
684
  required?: boolean | null | undefined;
674
685
  } | null | undefined;
675
686
  uiConfiguration?: {
676
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
687
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
677
688
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
678
689
  } | null | undefined;
679
690
  width?: number | null | undefined;
@@ -683,6 +694,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
683
694
  formula?: string | null | undefined;
684
695
  context?: string[] | null | undefined;
685
696
  prompt?: string | null | undefined;
697
+ dataset?: Record<string, unknown> | undefined;
686
698
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
687
699
  id: z.ZodString;
688
700
  label: z.ZodString;
@@ -807,13 +819,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
807
819
  required?: boolean | null | undefined;
808
820
  }>>>;
809
821
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
810
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
822
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
811
823
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
812
824
  }, "strip", z.ZodTypeAny, {
813
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
825
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
814
826
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
815
827
  }, {
816
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
828
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
817
829
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
818
830
  }>>>;
819
831
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -823,6 +835,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
823
835
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
824
836
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
825
837
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
838
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
826
839
  }, "strip", z.ZodTypeAny, {
827
840
  suggest?: true | undefined;
828
841
  canExport?: boolean | null | undefined;
@@ -841,7 +854,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
841
854
  required?: boolean | null | undefined;
842
855
  } | null | undefined;
843
856
  uiConfiguration?: {
844
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
857
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
845
858
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
846
859
  } | null | undefined;
847
860
  width?: number | null | undefined;
@@ -851,6 +864,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
851
864
  formula?: string | null | undefined;
852
865
  context?: string[] | null | undefined;
853
866
  prompt?: string | null | undefined;
867
+ dataset?: Record<string, unknown> | undefined;
854
868
  }, {
855
869
  suggest?: true | undefined;
856
870
  canExport?: boolean | null | undefined;
@@ -869,7 +883,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
869
883
  required?: boolean | null | undefined;
870
884
  } | null | undefined;
871
885
  uiConfiguration?: {
872
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
886
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
873
887
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
874
888
  } | null | undefined;
875
889
  width?: number | null | undefined;
@@ -879,6 +893,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
879
893
  formula?: string | null | undefined;
880
894
  context?: string[] | null | undefined;
881
895
  prompt?: string | null | undefined;
896
+ dataset?: Record<string, unknown> | undefined;
882
897
  }>>>, z.ZodIntersection<z.ZodObject<{
883
898
  type: z.ZodLiteral<"date">;
884
899
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -962,13 +977,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
962
977
  required?: boolean | null | undefined;
963
978
  }>>>;
964
979
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
965
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
980
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
966
981
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
967
982
  }, "strip", z.ZodTypeAny, {
968
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
983
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
969
984
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
970
985
  }, {
971
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
986
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
972
987
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
973
988
  }>>>;
974
989
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -978,6 +993,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
978
993
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
979
994
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
980
995
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
996
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
981
997
  }, "strip", z.ZodTypeAny, {
982
998
  suggest?: true | undefined;
983
999
  canExport?: boolean | null | undefined;
@@ -996,7 +1012,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
996
1012
  required?: boolean | null | undefined;
997
1013
  } | null | undefined;
998
1014
  uiConfiguration?: {
999
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1015
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1000
1016
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1001
1017
  } | null | undefined;
1002
1018
  width?: number | null | undefined;
@@ -1006,6 +1022,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1006
1022
  formula?: string | null | undefined;
1007
1023
  context?: string[] | null | undefined;
1008
1024
  prompt?: string | null | undefined;
1025
+ dataset?: Record<string, unknown> | undefined;
1009
1026
  }, {
1010
1027
  suggest?: true | undefined;
1011
1028
  canExport?: boolean | null | undefined;
@@ -1024,7 +1041,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1024
1041
  required?: boolean | null | undefined;
1025
1042
  } | null | undefined;
1026
1043
  uiConfiguration?: {
1027
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1044
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1028
1045
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1029
1046
  } | null | undefined;
1030
1047
  width?: number | null | undefined;
@@ -1034,6 +1051,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1034
1051
  formula?: string | null | undefined;
1035
1052
  context?: string[] | null | undefined;
1036
1053
  prompt?: string | null | undefined;
1054
+ dataset?: Record<string, unknown> | undefined;
1037
1055
  }>>>, z.ZodIntersection<z.ZodObject<{
1038
1056
  type: z.ZodLiteral<"number">;
1039
1057
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1144,13 +1162,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1144
1162
  required?: boolean | null | undefined;
1145
1163
  }>>>;
1146
1164
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1147
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1165
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1148
1166
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1149
1167
  }, "strip", z.ZodTypeAny, {
1150
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1168
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1151
1169
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1152
1170
  }, {
1153
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1171
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1154
1172
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1155
1173
  }>>>;
1156
1174
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1160,6 +1178,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1160
1178
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1161
1179
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1162
1180
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1181
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1163
1182
  }, "strip", z.ZodTypeAny, {
1164
1183
  suggest?: true | undefined;
1165
1184
  canExport?: boolean | null | undefined;
@@ -1178,7 +1197,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1178
1197
  required?: boolean | null | undefined;
1179
1198
  } | null | undefined;
1180
1199
  uiConfiguration?: {
1181
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1200
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1182
1201
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1183
1202
  } | null | undefined;
1184
1203
  width?: number | null | undefined;
@@ -1188,6 +1207,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1188
1207
  formula?: string | null | undefined;
1189
1208
  context?: string[] | null | undefined;
1190
1209
  prompt?: string | null | undefined;
1210
+ dataset?: Record<string, unknown> | undefined;
1191
1211
  }, {
1192
1212
  suggest?: true | undefined;
1193
1213
  canExport?: boolean | null | undefined;
@@ -1206,7 +1226,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1206
1226
  required?: boolean | null | undefined;
1207
1227
  } | null | undefined;
1208
1228
  uiConfiguration?: {
1209
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1229
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1210
1230
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1211
1231
  } | null | undefined;
1212
1232
  width?: number | null | undefined;
@@ -1216,6 +1236,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1216
1236
  formula?: string | null | undefined;
1217
1237
  context?: string[] | null | undefined;
1218
1238
  prompt?: string | null | undefined;
1239
+ dataset?: Record<string, unknown> | undefined;
1219
1240
  }>>>, z.ZodIntersection<z.ZodObject<{
1220
1241
  type: z.ZodLiteral<"enum">;
1221
1242
  options: z.ZodArray<z.ZodObject<{
@@ -1317,13 +1338,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1317
1338
  required?: boolean | null | undefined;
1318
1339
  }>>>;
1319
1340
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1320
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1341
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1321
1342
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1322
1343
  }, "strip", z.ZodTypeAny, {
1323
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1344
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1324
1345
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1325
1346
  }, {
1326
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1347
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1327
1348
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1328
1349
  }>>>;
1329
1350
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1333,6 +1354,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1333
1354
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1334
1355
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1335
1356
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1357
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1336
1358
  }, "strip", z.ZodTypeAny, {
1337
1359
  suggest?: true | undefined;
1338
1360
  canExport?: boolean | null | undefined;
@@ -1351,7 +1373,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1351
1373
  required?: boolean | null | undefined;
1352
1374
  } | null | undefined;
1353
1375
  uiConfiguration?: {
1354
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1376
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1355
1377
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1356
1378
  } | null | undefined;
1357
1379
  width?: number | null | undefined;
@@ -1361,6 +1383,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1361
1383
  formula?: string | null | undefined;
1362
1384
  context?: string[] | null | undefined;
1363
1385
  prompt?: string | null | undefined;
1386
+ dataset?: Record<string, unknown> | undefined;
1364
1387
  }, {
1365
1388
  suggest?: true | undefined;
1366
1389
  canExport?: boolean | null | undefined;
@@ -1379,7 +1402,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1379
1402
  required?: boolean | null | undefined;
1380
1403
  } | null | undefined;
1381
1404
  uiConfiguration?: {
1382
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1405
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1383
1406
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1384
1407
  } | null | undefined;
1385
1408
  width?: number | null | undefined;
@@ -1389,6 +1412,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1389
1412
  formula?: string | null | undefined;
1390
1413
  context?: string[] | null | undefined;
1391
1414
  prompt?: string | null | undefined;
1415
+ dataset?: Record<string, unknown> | undefined;
1392
1416
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1393
1417
  id: z.ZodString;
1394
1418
  label: z.ZodString;
@@ -1462,7 +1486,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1462
1486
  required?: boolean | null | undefined;
1463
1487
  } | null | undefined;
1464
1488
  uiConfiguration?: {
1465
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1489
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1466
1490
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1467
1491
  } | null | undefined;
1468
1492
  width?: number | null | undefined;
@@ -1472,6 +1496,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1472
1496
  formula?: string | null | undefined;
1473
1497
  context?: string[] | null | undefined;
1474
1498
  prompt?: string | null | undefined;
1499
+ dataset?: Record<string, unknown> | undefined;
1475
1500
  }) | ({
1476
1501
  type: "date";
1477
1502
  format?: string | null | undefined;
@@ -1501,7 +1526,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1501
1526
  required?: boolean | null | undefined;
1502
1527
  } | null | undefined;
1503
1528
  uiConfiguration?: {
1504
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1529
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1505
1530
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1506
1531
  } | null | undefined;
1507
1532
  width?: number | null | undefined;
@@ -1511,6 +1536,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1511
1536
  formula?: string | null | undefined;
1512
1537
  context?: string[] | null | undefined;
1513
1538
  prompt?: string | null | undefined;
1539
+ dataset?: Record<string, unknown> | undefined;
1514
1540
  }) | ({
1515
1541
  type: "number";
1516
1542
  format?: string | null | undefined;
@@ -1545,7 +1571,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1545
1571
  required?: boolean | null | undefined;
1546
1572
  } | null | undefined;
1547
1573
  uiConfiguration?: {
1548
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1574
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1549
1575
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1550
1576
  } | null | undefined;
1551
1577
  width?: number | null | undefined;
@@ -1555,6 +1581,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1555
1581
  formula?: string | null | undefined;
1556
1582
  context?: string[] | null | undefined;
1557
1583
  prompt?: string | null | undefined;
1584
+ dataset?: Record<string, unknown> | undefined;
1558
1585
  }) | ({
1559
1586
  options: {
1560
1587
  value: string;
@@ -1588,7 +1615,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1588
1615
  required?: boolean | null | undefined;
1589
1616
  } | null | undefined;
1590
1617
  uiConfiguration?: {
1591
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1618
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1592
1619
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1593
1620
  } | null | undefined;
1594
1621
  width?: number | null | undefined;
@@ -1598,6 +1625,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1598
1625
  formula?: string | null | undefined;
1599
1626
  context?: string[] | null | undefined;
1600
1627
  prompt?: string | null | undefined;
1628
+ dataset?: Record<string, unknown> | undefined;
1601
1629
  }) | ({
1602
1630
  id: string;
1603
1631
  label: string;
@@ -1644,7 +1672,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1644
1672
  required?: boolean | null | undefined;
1645
1673
  } | null | undefined;
1646
1674
  uiConfiguration?: {
1647
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1675
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1648
1676
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1649
1677
  } | null | undefined;
1650
1678
  width?: number | null | undefined;
@@ -1654,6 +1682,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1654
1682
  formula?: string | null | undefined;
1655
1683
  context?: string[] | null | undefined;
1656
1684
  prompt?: string | null | undefined;
1685
+ dataset?: Record<string, unknown> | undefined;
1657
1686
  }) | ({
1658
1687
  type: "date";
1659
1688
  format?: string | null | undefined;
@@ -1683,7 +1712,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1683
1712
  required?: boolean | null | undefined;
1684
1713
  } | null | undefined;
1685
1714
  uiConfiguration?: {
1686
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1715
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1687
1716
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1688
1717
  } | null | undefined;
1689
1718
  width?: number | null | undefined;
@@ -1693,6 +1722,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1693
1722
  formula?: string | null | undefined;
1694
1723
  context?: string[] | null | undefined;
1695
1724
  prompt?: string | null | undefined;
1725
+ dataset?: Record<string, unknown> | undefined;
1696
1726
  }) | ({
1697
1727
  type: "number";
1698
1728
  format?: string | null | undefined;
@@ -1727,7 +1757,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1727
1757
  required?: boolean | null | undefined;
1728
1758
  } | null | undefined;
1729
1759
  uiConfiguration?: {
1730
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1760
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1731
1761
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1732
1762
  } | null | undefined;
1733
1763
  width?: number | null | undefined;
@@ -1737,6 +1767,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1737
1767
  formula?: string | null | undefined;
1738
1768
  context?: string[] | null | undefined;
1739
1769
  prompt?: string | null | undefined;
1770
+ dataset?: Record<string, unknown> | undefined;
1740
1771
  }) | ({
1741
1772
  options: {
1742
1773
  value: string;
@@ -1770,7 +1801,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1770
1801
  required?: boolean | null | undefined;
1771
1802
  } | null | undefined;
1772
1803
  uiConfiguration?: {
1773
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1804
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1774
1805
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1775
1806
  } | null | undefined;
1776
1807
  width?: number | null | undefined;
@@ -1780,6 +1811,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1780
1811
  formula?: string | null | undefined;
1781
1812
  context?: string[] | null | undefined;
1782
1813
  prompt?: string | null | undefined;
1814
+ dataset?: Record<string, unknown> | undefined;
1783
1815
  }) | ({
1784
1816
  id: string;
1785
1817
  label: string;
@@ -1896,13 +1928,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1896
1928
  required?: boolean | null | undefined;
1897
1929
  }>>>;
1898
1930
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1899
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1931
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1900
1932
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1901
1933
  }, "strip", z.ZodTypeAny, {
1902
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1934
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1903
1935
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1904
1936
  }, {
1905
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1937
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1906
1938
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1907
1939
  }>>>;
1908
1940
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1912,6 +1944,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1912
1944
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1913
1945
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1914
1946
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1947
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1915
1948
  }, "strip", z.ZodTypeAny, {
1916
1949
  suggest?: true | undefined;
1917
1950
  canExport?: boolean | null | undefined;
@@ -1930,7 +1963,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1930
1963
  required?: boolean | null | undefined;
1931
1964
  } | null | undefined;
1932
1965
  uiConfiguration?: {
1933
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1966
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1934
1967
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1935
1968
  } | null | undefined;
1936
1969
  width?: number | null | undefined;
@@ -1940,6 +1973,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1940
1973
  formula?: string | null | undefined;
1941
1974
  context?: string[] | null | undefined;
1942
1975
  prompt?: string | null | undefined;
1976
+ dataset?: Record<string, unknown> | undefined;
1943
1977
  }, {
1944
1978
  suggest?: true | undefined;
1945
1979
  canExport?: boolean | null | undefined;
@@ -1958,7 +1992,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1958
1992
  required?: boolean | null | undefined;
1959
1993
  } | null | undefined;
1960
1994
  uiConfiguration?: {
1961
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1995
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1962
1996
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1963
1997
  } | null | undefined;
1964
1998
  width?: number | null | undefined;
@@ -1968,6 +2002,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
1968
2002
  formula?: string | null | undefined;
1969
2003
  context?: string[] | null | undefined;
1970
2004
  prompt?: string | null | undefined;
2005
+ dataset?: Record<string, unknown> | undefined;
1971
2006
  }>>>, z.ZodIntersection<z.ZodObject<{
1972
2007
  type: z.ZodLiteral<"date">;
1973
2008
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2051,13 +2086,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2051
2086
  required?: boolean | null | undefined;
2052
2087
  }>>>;
2053
2088
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2054
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2089
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
2055
2090
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2056
2091
  }, "strip", z.ZodTypeAny, {
2057
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2092
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2058
2093
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2059
2094
  }, {
2060
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2095
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2061
2096
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2062
2097
  }>>>;
2063
2098
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2067,6 +2102,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2067
2102
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2068
2103
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2069
2104
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2105
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2070
2106
  }, "strip", z.ZodTypeAny, {
2071
2107
  suggest?: true | undefined;
2072
2108
  canExport?: boolean | null | undefined;
@@ -2085,7 +2121,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2085
2121
  required?: boolean | null | undefined;
2086
2122
  } | null | undefined;
2087
2123
  uiConfiguration?: {
2088
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2124
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2089
2125
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2090
2126
  } | null | undefined;
2091
2127
  width?: number | null | undefined;
@@ -2095,6 +2131,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2095
2131
  formula?: string | null | undefined;
2096
2132
  context?: string[] | null | undefined;
2097
2133
  prompt?: string | null | undefined;
2134
+ dataset?: Record<string, unknown> | undefined;
2098
2135
  }, {
2099
2136
  suggest?: true | undefined;
2100
2137
  canExport?: boolean | null | undefined;
@@ -2113,7 +2150,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2113
2150
  required?: boolean | null | undefined;
2114
2151
  } | null | undefined;
2115
2152
  uiConfiguration?: {
2116
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2153
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2117
2154
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2118
2155
  } | null | undefined;
2119
2156
  width?: number | null | undefined;
@@ -2123,6 +2160,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2123
2160
  formula?: string | null | undefined;
2124
2161
  context?: string[] | null | undefined;
2125
2162
  prompt?: string | null | undefined;
2163
+ dataset?: Record<string, unknown> | undefined;
2126
2164
  }>>>, z.ZodIntersection<z.ZodObject<{
2127
2165
  type: z.ZodLiteral<"number">;
2128
2166
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2233,13 +2271,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2233
2271
  required?: boolean | null | undefined;
2234
2272
  }>>>;
2235
2273
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2236
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2274
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
2237
2275
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2238
2276
  }, "strip", z.ZodTypeAny, {
2239
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2277
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2240
2278
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2241
2279
  }, {
2242
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2280
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2243
2281
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2244
2282
  }>>>;
2245
2283
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2249,6 +2287,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2249
2287
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2250
2288
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2251
2289
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2290
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2252
2291
  }, "strip", z.ZodTypeAny, {
2253
2292
  suggest?: true | undefined;
2254
2293
  canExport?: boolean | null | undefined;
@@ -2267,7 +2306,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2267
2306
  required?: boolean | null | undefined;
2268
2307
  } | null | undefined;
2269
2308
  uiConfiguration?: {
2270
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2309
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2271
2310
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2272
2311
  } | null | undefined;
2273
2312
  width?: number | null | undefined;
@@ -2277,6 +2316,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2277
2316
  formula?: string | null | undefined;
2278
2317
  context?: string[] | null | undefined;
2279
2318
  prompt?: string | null | undefined;
2319
+ dataset?: Record<string, unknown> | undefined;
2280
2320
  }, {
2281
2321
  suggest?: true | undefined;
2282
2322
  canExport?: boolean | null | undefined;
@@ -2295,7 +2335,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2295
2335
  required?: boolean | null | undefined;
2296
2336
  } | null | undefined;
2297
2337
  uiConfiguration?: {
2298
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2338
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2299
2339
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2300
2340
  } | null | undefined;
2301
2341
  width?: number | null | undefined;
@@ -2305,6 +2345,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2305
2345
  formula?: string | null | undefined;
2306
2346
  context?: string[] | null | undefined;
2307
2347
  prompt?: string | null | undefined;
2348
+ dataset?: Record<string, unknown> | undefined;
2308
2349
  }>>>, z.ZodIntersection<z.ZodObject<{
2309
2350
  type: z.ZodLiteral<"enum">;
2310
2351
  options: z.ZodArray<z.ZodObject<{
@@ -2406,13 +2447,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2406
2447
  required?: boolean | null | undefined;
2407
2448
  }>>>;
2408
2449
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2409
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2450
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
2410
2451
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2411
2452
  }, "strip", z.ZodTypeAny, {
2412
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2453
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2413
2454
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2414
2455
  }, {
2415
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2456
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2416
2457
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2417
2458
  }>>>;
2418
2459
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2422,6 +2463,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2422
2463
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2423
2464
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2424
2465
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2466
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2425
2467
  }, "strip", z.ZodTypeAny, {
2426
2468
  suggest?: true | undefined;
2427
2469
  canExport?: boolean | null | undefined;
@@ -2440,7 +2482,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2440
2482
  required?: boolean | null | undefined;
2441
2483
  } | null | undefined;
2442
2484
  uiConfiguration?: {
2443
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2485
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2444
2486
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2445
2487
  } | null | undefined;
2446
2488
  width?: number | null | undefined;
@@ -2450,6 +2492,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2450
2492
  formula?: string | null | undefined;
2451
2493
  context?: string[] | null | undefined;
2452
2494
  prompt?: string | null | undefined;
2495
+ dataset?: Record<string, unknown> | undefined;
2453
2496
  }, {
2454
2497
  suggest?: true | undefined;
2455
2498
  canExport?: boolean | null | undefined;
@@ -2468,7 +2511,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2468
2511
  required?: boolean | null | undefined;
2469
2512
  } | null | undefined;
2470
2513
  uiConfiguration?: {
2471
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2514
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2472
2515
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2473
2516
  } | null | undefined;
2474
2517
  width?: number | null | undefined;
@@ -2478,6 +2521,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2478
2521
  formula?: string | null | undefined;
2479
2522
  context?: string[] | null | undefined;
2480
2523
  prompt?: string | null | undefined;
2524
+ dataset?: Record<string, unknown> | undefined;
2481
2525
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
2482
2526
  id: z.ZodString;
2483
2527
  label: z.ZodString;
@@ -2550,7 +2594,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2550
2594
  required?: boolean | null | undefined;
2551
2595
  } | null | undefined;
2552
2596
  uiConfiguration?: {
2553
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2597
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2554
2598
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2555
2599
  } | null | undefined;
2556
2600
  width?: number | null | undefined;
@@ -2560,6 +2604,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2560
2604
  formula?: string | null | undefined;
2561
2605
  context?: string[] | null | undefined;
2562
2606
  prompt?: string | null | undefined;
2607
+ dataset?: Record<string, unknown> | undefined;
2563
2608
  }) | ({
2564
2609
  type: "date";
2565
2610
  format?: string | null | undefined;
@@ -2589,7 +2634,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2589
2634
  required?: boolean | null | undefined;
2590
2635
  } | null | undefined;
2591
2636
  uiConfiguration?: {
2592
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2637
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2593
2638
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2594
2639
  } | null | undefined;
2595
2640
  width?: number | null | undefined;
@@ -2599,6 +2644,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2599
2644
  formula?: string | null | undefined;
2600
2645
  context?: string[] | null | undefined;
2601
2646
  prompt?: string | null | undefined;
2647
+ dataset?: Record<string, unknown> | undefined;
2602
2648
  }) | ({
2603
2649
  type: "number";
2604
2650
  format?: string | null | undefined;
@@ -2633,7 +2679,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2633
2679
  required?: boolean | null | undefined;
2634
2680
  } | null | undefined;
2635
2681
  uiConfiguration?: {
2636
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2682
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2637
2683
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2638
2684
  } | null | undefined;
2639
2685
  width?: number | null | undefined;
@@ -2643,6 +2689,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2643
2689
  formula?: string | null | undefined;
2644
2690
  context?: string[] | null | undefined;
2645
2691
  prompt?: string | null | undefined;
2692
+ dataset?: Record<string, unknown> | undefined;
2646
2693
  }) | ({
2647
2694
  options: {
2648
2695
  value: string;
@@ -2676,7 +2723,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2676
2723
  required?: boolean | null | undefined;
2677
2724
  } | null | undefined;
2678
2725
  uiConfiguration?: {
2679
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2726
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2680
2727
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2681
2728
  } | null | undefined;
2682
2729
  width?: number | null | undefined;
@@ -2686,6 +2733,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2686
2733
  formula?: string | null | undefined;
2687
2734
  context?: string[] | null | undefined;
2688
2735
  prompt?: string | null | undefined;
2736
+ dataset?: Record<string, unknown> | undefined;
2689
2737
  }) | ({
2690
2738
  id: string;
2691
2739
  label: string;
@@ -2730,7 +2778,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2730
2778
  required?: boolean | null | undefined;
2731
2779
  } | null | undefined;
2732
2780
  uiConfiguration?: {
2733
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2781
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2734
2782
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2735
2783
  } | null | undefined;
2736
2784
  width?: number | null | undefined;
@@ -2740,6 +2788,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2740
2788
  formula?: string | null | undefined;
2741
2789
  context?: string[] | null | undefined;
2742
2790
  prompt?: string | null | undefined;
2791
+ dataset?: Record<string, unknown> | undefined;
2743
2792
  }) | ({
2744
2793
  type: "date";
2745
2794
  format?: string | null | undefined;
@@ -2769,7 +2818,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2769
2818
  required?: boolean | null | undefined;
2770
2819
  } | null | undefined;
2771
2820
  uiConfiguration?: {
2772
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2821
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2773
2822
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2774
2823
  } | null | undefined;
2775
2824
  width?: number | null | undefined;
@@ -2779,6 +2828,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2779
2828
  formula?: string | null | undefined;
2780
2829
  context?: string[] | null | undefined;
2781
2830
  prompt?: string | null | undefined;
2831
+ dataset?: Record<string, unknown> | undefined;
2782
2832
  }) | ({
2783
2833
  type: "number";
2784
2834
  format?: string | null | undefined;
@@ -2813,7 +2863,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2813
2863
  required?: boolean | null | undefined;
2814
2864
  } | null | undefined;
2815
2865
  uiConfiguration?: {
2816
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2866
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2817
2867
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2818
2868
  } | null | undefined;
2819
2869
  width?: number | null | undefined;
@@ -2823,6 +2873,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2823
2873
  formula?: string | null | undefined;
2824
2874
  context?: string[] | null | undefined;
2825
2875
  prompt?: string | null | undefined;
2876
+ dataset?: Record<string, unknown> | undefined;
2826
2877
  }) | ({
2827
2878
  options: {
2828
2879
  value: string;
@@ -2856,7 +2907,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2856
2907
  required?: boolean | null | undefined;
2857
2908
  } | null | undefined;
2858
2909
  uiConfiguration?: {
2859
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2910
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2860
2911
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2861
2912
  } | null | undefined;
2862
2913
  width?: number | null | undefined;
@@ -2866,6 +2917,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
2866
2917
  formula?: string | null | undefined;
2867
2918
  context?: string[] | null | undefined;
2868
2919
  prompt?: string | null | undefined;
2920
+ dataset?: Record<string, unknown> | undefined;
2869
2921
  }) | ({
2870
2922
  id: string;
2871
2923
  label: string;
@@ -3023,13 +3075,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3023
3075
  required?: boolean | null | undefined;
3024
3076
  }>>>;
3025
3077
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3026
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3078
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3027
3079
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3028
3080
  }, "strip", z.ZodTypeAny, {
3029
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3081
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3030
3082
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3031
3083
  }, {
3032
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3084
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3033
3085
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3034
3086
  }>>>;
3035
3087
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3039,6 +3091,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3039
3091
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3040
3092
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3041
3093
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3094
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3042
3095
  }, "strip", z.ZodTypeAny, {
3043
3096
  suggest?: true | undefined;
3044
3097
  canExport?: boolean | null | undefined;
@@ -3057,7 +3110,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3057
3110
  required?: boolean | null | undefined;
3058
3111
  } | null | undefined;
3059
3112
  uiConfiguration?: {
3060
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3113
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3061
3114
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3062
3115
  } | null | undefined;
3063
3116
  width?: number | null | undefined;
@@ -3067,6 +3120,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3067
3120
  formula?: string | null | undefined;
3068
3121
  context?: string[] | null | undefined;
3069
3122
  prompt?: string | null | undefined;
3123
+ dataset?: Record<string, unknown> | undefined;
3070
3124
  }, {
3071
3125
  suggest?: true | undefined;
3072
3126
  canExport?: boolean | null | undefined;
@@ -3085,7 +3139,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3085
3139
  required?: boolean | null | undefined;
3086
3140
  } | null | undefined;
3087
3141
  uiConfiguration?: {
3088
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3142
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3089
3143
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3090
3144
  } | null | undefined;
3091
3145
  width?: number | null | undefined;
@@ -3095,6 +3149,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3095
3149
  formula?: string | null | undefined;
3096
3150
  context?: string[] | null | undefined;
3097
3151
  prompt?: string | null | undefined;
3152
+ dataset?: Record<string, unknown> | undefined;
3098
3153
  }>>>, z.ZodIntersection<z.ZodObject<{
3099
3154
  type: z.ZodLiteral<"date">;
3100
3155
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3178,13 +3233,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3178
3233
  required?: boolean | null | undefined;
3179
3234
  }>>>;
3180
3235
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3181
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3236
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3182
3237
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3183
3238
  }, "strip", z.ZodTypeAny, {
3184
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3239
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3185
3240
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3186
3241
  }, {
3187
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3242
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3188
3243
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3189
3244
  }>>>;
3190
3245
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3194,6 +3249,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3194
3249
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3195
3250
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3196
3251
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3252
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3197
3253
  }, "strip", z.ZodTypeAny, {
3198
3254
  suggest?: true | undefined;
3199
3255
  canExport?: boolean | null | undefined;
@@ -3212,7 +3268,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3212
3268
  required?: boolean | null | undefined;
3213
3269
  } | null | undefined;
3214
3270
  uiConfiguration?: {
3215
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3271
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3216
3272
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3217
3273
  } | null | undefined;
3218
3274
  width?: number | null | undefined;
@@ -3222,6 +3278,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3222
3278
  formula?: string | null | undefined;
3223
3279
  context?: string[] | null | undefined;
3224
3280
  prompt?: string | null | undefined;
3281
+ dataset?: Record<string, unknown> | undefined;
3225
3282
  }, {
3226
3283
  suggest?: true | undefined;
3227
3284
  canExport?: boolean | null | undefined;
@@ -3240,7 +3297,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3240
3297
  required?: boolean | null | undefined;
3241
3298
  } | null | undefined;
3242
3299
  uiConfiguration?: {
3243
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3300
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3244
3301
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3245
3302
  } | null | undefined;
3246
3303
  width?: number | null | undefined;
@@ -3250,6 +3307,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3250
3307
  formula?: string | null | undefined;
3251
3308
  context?: string[] | null | undefined;
3252
3309
  prompt?: string | null | undefined;
3310
+ dataset?: Record<string, unknown> | undefined;
3253
3311
  }>>>, z.ZodIntersection<z.ZodObject<{
3254
3312
  type: z.ZodLiteral<"number">;
3255
3313
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3360,13 +3418,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3360
3418
  required?: boolean | null | undefined;
3361
3419
  }>>>;
3362
3420
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3363
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3421
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3364
3422
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3365
3423
  }, "strip", z.ZodTypeAny, {
3366
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3424
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3367
3425
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3368
3426
  }, {
3369
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3427
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3370
3428
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3371
3429
  }>>>;
3372
3430
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3376,6 +3434,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3376
3434
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3377
3435
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3378
3436
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3437
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3379
3438
  }, "strip", z.ZodTypeAny, {
3380
3439
  suggest?: true | undefined;
3381
3440
  canExport?: boolean | null | undefined;
@@ -3394,7 +3453,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3394
3453
  required?: boolean | null | undefined;
3395
3454
  } | null | undefined;
3396
3455
  uiConfiguration?: {
3397
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3456
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3398
3457
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3399
3458
  } | null | undefined;
3400
3459
  width?: number | null | undefined;
@@ -3404,6 +3463,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3404
3463
  formula?: string | null | undefined;
3405
3464
  context?: string[] | null | undefined;
3406
3465
  prompt?: string | null | undefined;
3466
+ dataset?: Record<string, unknown> | undefined;
3407
3467
  }, {
3408
3468
  suggest?: true | undefined;
3409
3469
  canExport?: boolean | null | undefined;
@@ -3422,7 +3482,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3422
3482
  required?: boolean | null | undefined;
3423
3483
  } | null | undefined;
3424
3484
  uiConfiguration?: {
3425
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3485
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3426
3486
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3427
3487
  } | null | undefined;
3428
3488
  width?: number | null | undefined;
@@ -3432,6 +3492,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3432
3492
  formula?: string | null | undefined;
3433
3493
  context?: string[] | null | undefined;
3434
3494
  prompt?: string | null | undefined;
3495
+ dataset?: Record<string, unknown> | undefined;
3435
3496
  }>>>, z.ZodIntersection<z.ZodObject<{
3436
3497
  type: z.ZodLiteral<"enum">;
3437
3498
  options: z.ZodArray<z.ZodObject<{
@@ -3533,13 +3594,13 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3533
3594
  required?: boolean | null | undefined;
3534
3595
  }>>>;
3535
3596
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3536
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3597
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3537
3598
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3538
3599
  }, "strip", z.ZodTypeAny, {
3539
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3600
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3540
3601
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3541
3602
  }, {
3542
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3603
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3543
3604
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3544
3605
  }>>>;
3545
3606
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3549,6 +3610,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3549
3610
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3550
3611
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3551
3612
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3613
+ dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3552
3614
  }, "strip", z.ZodTypeAny, {
3553
3615
  suggest?: true | undefined;
3554
3616
  canExport?: boolean | null | undefined;
@@ -3567,7 +3629,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3567
3629
  required?: boolean | null | undefined;
3568
3630
  } | null | undefined;
3569
3631
  uiConfiguration?: {
3570
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3632
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3571
3633
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3572
3634
  } | null | undefined;
3573
3635
  width?: number | null | undefined;
@@ -3577,6 +3639,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3577
3639
  formula?: string | null | undefined;
3578
3640
  context?: string[] | null | undefined;
3579
3641
  prompt?: string | null | undefined;
3642
+ dataset?: Record<string, unknown> | undefined;
3580
3643
  }, {
3581
3644
  suggest?: true | undefined;
3582
3645
  canExport?: boolean | null | undefined;
@@ -3595,7 +3658,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3595
3658
  required?: boolean | null | undefined;
3596
3659
  } | null | undefined;
3597
3660
  uiConfiguration?: {
3598
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3661
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3599
3662
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3600
3663
  } | null | undefined;
3601
3664
  width?: number | null | undefined;
@@ -3605,6 +3668,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3605
3668
  formula?: string | null | undefined;
3606
3669
  context?: string[] | null | undefined;
3607
3670
  prompt?: string | null | undefined;
3671
+ dataset?: Record<string, unknown> | undefined;
3608
3672
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
3609
3673
  id: z.ZodString;
3610
3674
  label: z.ZodString;
@@ -3678,7 +3742,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3678
3742
  required?: boolean | null | undefined;
3679
3743
  } | null | undefined;
3680
3744
  uiConfiguration?: {
3681
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3745
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3682
3746
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3683
3747
  } | null | undefined;
3684
3748
  width?: number | null | undefined;
@@ -3688,6 +3752,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3688
3752
  formula?: string | null | undefined;
3689
3753
  context?: string[] | null | undefined;
3690
3754
  prompt?: string | null | undefined;
3755
+ dataset?: Record<string, unknown> | undefined;
3691
3756
  }) | ({
3692
3757
  type: "date";
3693
3758
  format?: string | null | undefined;
@@ -3717,7 +3782,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3717
3782
  required?: boolean | null | undefined;
3718
3783
  } | null | undefined;
3719
3784
  uiConfiguration?: {
3720
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3785
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3721
3786
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3722
3787
  } | null | undefined;
3723
3788
  width?: number | null | undefined;
@@ -3727,6 +3792,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3727
3792
  formula?: string | null | undefined;
3728
3793
  context?: string[] | null | undefined;
3729
3794
  prompt?: string | null | undefined;
3795
+ dataset?: Record<string, unknown> | undefined;
3730
3796
  }) | ({
3731
3797
  type: "number";
3732
3798
  format?: string | null | undefined;
@@ -3761,7 +3827,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3761
3827
  required?: boolean | null | undefined;
3762
3828
  } | null | undefined;
3763
3829
  uiConfiguration?: {
3764
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3830
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3765
3831
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3766
3832
  } | null | undefined;
3767
3833
  width?: number | null | undefined;
@@ -3771,6 +3837,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3771
3837
  formula?: string | null | undefined;
3772
3838
  context?: string[] | null | undefined;
3773
3839
  prompt?: string | null | undefined;
3840
+ dataset?: Record<string, unknown> | undefined;
3774
3841
  }) | ({
3775
3842
  options: {
3776
3843
  value: string;
@@ -3804,7 +3871,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3804
3871
  required?: boolean | null | undefined;
3805
3872
  } | null | undefined;
3806
3873
  uiConfiguration?: {
3807
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3874
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3808
3875
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3809
3876
  } | null | undefined;
3810
3877
  width?: number | null | undefined;
@@ -3814,6 +3881,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3814
3881
  formula?: string | null | undefined;
3815
3882
  context?: string[] | null | undefined;
3816
3883
  prompt?: string | null | undefined;
3884
+ dataset?: Record<string, unknown> | undefined;
3817
3885
  }) | ({
3818
3886
  id: string;
3819
3887
  label: string;
@@ -3860,7 +3928,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3860
3928
  required?: boolean | null | undefined;
3861
3929
  } | null | undefined;
3862
3930
  uiConfiguration?: {
3863
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3931
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3864
3932
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3865
3933
  } | null | undefined;
3866
3934
  width?: number | null | undefined;
@@ -3870,6 +3938,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3870
3938
  formula?: string | null | undefined;
3871
3939
  context?: string[] | null | undefined;
3872
3940
  prompt?: string | null | undefined;
3941
+ dataset?: Record<string, unknown> | undefined;
3873
3942
  }) | ({
3874
3943
  type: "date";
3875
3944
  format?: string | null | undefined;
@@ -3899,7 +3968,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3899
3968
  required?: boolean | null | undefined;
3900
3969
  } | null | undefined;
3901
3970
  uiConfiguration?: {
3902
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3971
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3903
3972
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3904
3973
  } | null | undefined;
3905
3974
  width?: number | null | undefined;
@@ -3909,6 +3978,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3909
3978
  formula?: string | null | undefined;
3910
3979
  context?: string[] | null | undefined;
3911
3980
  prompt?: string | null | undefined;
3981
+ dataset?: Record<string, unknown> | undefined;
3912
3982
  }) | ({
3913
3983
  type: "number";
3914
3984
  format?: string | null | undefined;
@@ -3943,7 +4013,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3943
4013
  required?: boolean | null | undefined;
3944
4014
  } | null | undefined;
3945
4015
  uiConfiguration?: {
3946
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4016
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3947
4017
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3948
4018
  } | null | undefined;
3949
4019
  width?: number | null | undefined;
@@ -3953,6 +4023,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3953
4023
  formula?: string | null | undefined;
3954
4024
  context?: string[] | null | undefined;
3955
4025
  prompt?: string | null | undefined;
4026
+ dataset?: Record<string, unknown> | undefined;
3956
4027
  }) | ({
3957
4028
  options: {
3958
4029
  value: string;
@@ -3986,7 +4057,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3986
4057
  required?: boolean | null | undefined;
3987
4058
  } | null | undefined;
3988
4059
  uiConfiguration?: {
3989
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4060
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3990
4061
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3991
4062
  } | null | undefined;
3992
4063
  width?: number | null | undefined;
@@ -3996,6 +4067,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
3996
4067
  formula?: string | null | undefined;
3997
4068
  context?: string[] | null | undefined;
3998
4069
  prompt?: string | null | undefined;
4070
+ dataset?: Record<string, unknown> | undefined;
3999
4071
  }) | ({
4000
4072
  id: string;
4001
4073
  label: string;
@@ -4062,7 +4134,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4062
4134
  required?: boolean | null | undefined;
4063
4135
  } | null | undefined;
4064
4136
  uiConfiguration?: {
4065
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4137
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4066
4138
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4067
4139
  } | null | undefined;
4068
4140
  width?: number | null | undefined;
@@ -4072,6 +4144,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4072
4144
  formula?: string | null | undefined;
4073
4145
  context?: string[] | null | undefined;
4074
4146
  prompt?: string | null | undefined;
4147
+ dataset?: Record<string, unknown> | undefined;
4075
4148
  }) | ({
4076
4149
  type: "date";
4077
4150
  format?: string | null | undefined;
@@ -4101,7 +4174,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4101
4174
  required?: boolean | null | undefined;
4102
4175
  } | null | undefined;
4103
4176
  uiConfiguration?: {
4104
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4177
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4105
4178
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4106
4179
  } | null | undefined;
4107
4180
  width?: number | null | undefined;
@@ -4111,6 +4184,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4111
4184
  formula?: string | null | undefined;
4112
4185
  context?: string[] | null | undefined;
4113
4186
  prompt?: string | null | undefined;
4187
+ dataset?: Record<string, unknown> | undefined;
4114
4188
  }) | ({
4115
4189
  type: "number";
4116
4190
  format?: string | null | undefined;
@@ -4145,7 +4219,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4145
4219
  required?: boolean | null | undefined;
4146
4220
  } | null | undefined;
4147
4221
  uiConfiguration?: {
4148
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4222
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4149
4223
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4150
4224
  } | null | undefined;
4151
4225
  width?: number | null | undefined;
@@ -4155,6 +4229,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4155
4229
  formula?: string | null | undefined;
4156
4230
  context?: string[] | null | undefined;
4157
4231
  prompt?: string | null | undefined;
4232
+ dataset?: Record<string, unknown> | undefined;
4158
4233
  }) | ({
4159
4234
  options: {
4160
4235
  value: string;
@@ -4188,7 +4263,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4188
4263
  required?: boolean | null | undefined;
4189
4264
  } | null | undefined;
4190
4265
  uiConfiguration?: {
4191
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4266
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4192
4267
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4193
4268
  } | null | undefined;
4194
4269
  width?: number | null | undefined;
@@ -4198,6 +4273,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4198
4273
  formula?: string | null | undefined;
4199
4274
  context?: string[] | null | undefined;
4200
4275
  prompt?: string | null | undefined;
4276
+ dataset?: Record<string, unknown> | undefined;
4201
4277
  }) | ({
4202
4278
  id: string;
4203
4279
  label: string;
@@ -4252,7 +4328,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4252
4328
  required?: boolean | null | undefined;
4253
4329
  } | null | undefined;
4254
4330
  uiConfiguration?: {
4255
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4331
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4256
4332
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4257
4333
  } | null | undefined;
4258
4334
  width?: number | null | undefined;
@@ -4262,6 +4338,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4262
4338
  formula?: string | null | undefined;
4263
4339
  context?: string[] | null | undefined;
4264
4340
  prompt?: string | null | undefined;
4341
+ dataset?: Record<string, unknown> | undefined;
4265
4342
  }) | ({
4266
4343
  type: "date";
4267
4344
  format?: string | null | undefined;
@@ -4291,7 +4368,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4291
4368
  required?: boolean | null | undefined;
4292
4369
  } | null | undefined;
4293
4370
  uiConfiguration?: {
4294
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4371
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4295
4372
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4296
4373
  } | null | undefined;
4297
4374
  width?: number | null | undefined;
@@ -4301,6 +4378,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4301
4378
  formula?: string | null | undefined;
4302
4379
  context?: string[] | null | undefined;
4303
4380
  prompt?: string | null | undefined;
4381
+ dataset?: Record<string, unknown> | undefined;
4304
4382
  }) | ({
4305
4383
  type: "number";
4306
4384
  format?: string | null | undefined;
@@ -4335,7 +4413,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4335
4413
  required?: boolean | null | undefined;
4336
4414
  } | null | undefined;
4337
4415
  uiConfiguration?: {
4338
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4416
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4339
4417
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4340
4418
  } | null | undefined;
4341
4419
  width?: number | null | undefined;
@@ -4345,6 +4423,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4345
4423
  formula?: string | null | undefined;
4346
4424
  context?: string[] | null | undefined;
4347
4425
  prompt?: string | null | undefined;
4426
+ dataset?: Record<string, unknown> | undefined;
4348
4427
  }) | ({
4349
4428
  options: {
4350
4429
  value: string;
@@ -4378,7 +4457,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4378
4457
  required?: boolean | null | undefined;
4379
4458
  } | null | undefined;
4380
4459
  uiConfiguration?: {
4381
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4460
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4382
4461
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4383
4462
  } | null | undefined;
4384
4463
  width?: number | null | undefined;
@@ -4388,6 +4467,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4388
4467
  formula?: string | null | undefined;
4389
4468
  context?: string[] | null | undefined;
4390
4469
  prompt?: string | null | undefined;
4470
+ dataset?: Record<string, unknown> | undefined;
4391
4471
  }) | ({
4392
4472
  id: string;
4393
4473
  label: string;
@@ -4502,7 +4582,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4502
4582
  required?: boolean | null | undefined;
4503
4583
  } | null | undefined;
4504
4584
  uiConfiguration?: {
4505
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4585
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4506
4586
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4507
4587
  } | null | undefined;
4508
4588
  width?: number | null | undefined;
@@ -4512,6 +4592,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4512
4592
  formula?: string | null | undefined;
4513
4593
  context?: string[] | null | undefined;
4514
4594
  prompt?: string | null | undefined;
4595
+ dataset?: Record<string, unknown> | undefined;
4515
4596
  }) | ({
4516
4597
  type: "date";
4517
4598
  format?: string | null | undefined;
@@ -4541,7 +4622,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4541
4622
  required?: boolean | null | undefined;
4542
4623
  } | null | undefined;
4543
4624
  uiConfiguration?: {
4544
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4625
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4545
4626
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4546
4627
  } | null | undefined;
4547
4628
  width?: number | null | undefined;
@@ -4551,6 +4632,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4551
4632
  formula?: string | null | undefined;
4552
4633
  context?: string[] | null | undefined;
4553
4634
  prompt?: string | null | undefined;
4635
+ dataset?: Record<string, unknown> | undefined;
4554
4636
  }) | ({
4555
4637
  type: "number";
4556
4638
  format?: string | null | undefined;
@@ -4585,7 +4667,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4585
4667
  required?: boolean | null | undefined;
4586
4668
  } | null | undefined;
4587
4669
  uiConfiguration?: {
4588
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4670
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4589
4671
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4590
4672
  } | null | undefined;
4591
4673
  width?: number | null | undefined;
@@ -4595,6 +4677,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4595
4677
  formula?: string | null | undefined;
4596
4678
  context?: string[] | null | undefined;
4597
4679
  prompt?: string | null | undefined;
4680
+ dataset?: Record<string, unknown> | undefined;
4598
4681
  }) | ({
4599
4682
  options: {
4600
4683
  value: string;
@@ -4628,7 +4711,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4628
4711
  required?: boolean | null | undefined;
4629
4712
  } | null | undefined;
4630
4713
  uiConfiguration?: {
4631
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4714
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4632
4715
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4633
4716
  } | null | undefined;
4634
4717
  width?: number | null | undefined;
@@ -4638,6 +4721,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4638
4721
  formula?: string | null | undefined;
4639
4722
  context?: string[] | null | undefined;
4640
4723
  prompt?: string | null | undefined;
4724
+ dataset?: Record<string, unknown> | undefined;
4641
4725
  }) | ({
4642
4726
  id: string;
4643
4727
  label: string;
@@ -4681,7 +4765,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4681
4765
  required?: boolean | null | undefined;
4682
4766
  } | null | undefined;
4683
4767
  uiConfiguration?: {
4684
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4768
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4685
4769
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4686
4770
  } | null | undefined;
4687
4771
  width?: number | null | undefined;
@@ -4691,6 +4775,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4691
4775
  formula?: string | null | undefined;
4692
4776
  context?: string[] | null | undefined;
4693
4777
  prompt?: string | null | undefined;
4778
+ dataset?: Record<string, unknown> | undefined;
4694
4779
  }) | ({
4695
4780
  type: "date";
4696
4781
  format?: string | null | undefined;
@@ -4720,7 +4805,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4720
4805
  required?: boolean | null | undefined;
4721
4806
  } | null | undefined;
4722
4807
  uiConfiguration?: {
4723
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4808
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4724
4809
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4725
4810
  } | null | undefined;
4726
4811
  width?: number | null | undefined;
@@ -4730,6 +4815,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4730
4815
  formula?: string | null | undefined;
4731
4816
  context?: string[] | null | undefined;
4732
4817
  prompt?: string | null | undefined;
4818
+ dataset?: Record<string, unknown> | undefined;
4733
4819
  }) | ({
4734
4820
  type: "number";
4735
4821
  format?: string | null | undefined;
@@ -4764,7 +4850,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4764
4850
  required?: boolean | null | undefined;
4765
4851
  } | null | undefined;
4766
4852
  uiConfiguration?: {
4767
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4853
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4768
4854
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4769
4855
  } | null | undefined;
4770
4856
  width?: number | null | undefined;
@@ -4774,6 +4860,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4774
4860
  formula?: string | null | undefined;
4775
4861
  context?: string[] | null | undefined;
4776
4862
  prompt?: string | null | undefined;
4863
+ dataset?: Record<string, unknown> | undefined;
4777
4864
  }) | ({
4778
4865
  options: {
4779
4866
  value: string;
@@ -4807,7 +4894,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4807
4894
  required?: boolean | null | undefined;
4808
4895
  } | null | undefined;
4809
4896
  uiConfiguration?: {
4810
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4897
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4811
4898
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4812
4899
  } | null | undefined;
4813
4900
  width?: number | null | undefined;
@@ -4817,6 +4904,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4817
4904
  formula?: string | null | undefined;
4818
4905
  context?: string[] | null | undefined;
4819
4906
  prompt?: string | null | undefined;
4907
+ dataset?: Record<string, unknown> | undefined;
4820
4908
  }) | ({
4821
4909
  id: string;
4822
4910
  label: string;
@@ -4869,7 +4957,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4869
4957
  required?: boolean | null | undefined;
4870
4958
  } | null | undefined;
4871
4959
  uiConfiguration?: {
4872
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4960
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4873
4961
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4874
4962
  } | null | undefined;
4875
4963
  width?: number | null | undefined;
@@ -4879,6 +4967,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4879
4967
  formula?: string | null | undefined;
4880
4968
  context?: string[] | null | undefined;
4881
4969
  prompt?: string | null | undefined;
4970
+ dataset?: Record<string, unknown> | undefined;
4882
4971
  }) | ({
4883
4972
  type: "date";
4884
4973
  format?: string | null | undefined;
@@ -4908,7 +4997,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4908
4997
  required?: boolean | null | undefined;
4909
4998
  } | null | undefined;
4910
4999
  uiConfiguration?: {
4911
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5000
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4912
5001
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4913
5002
  } | null | undefined;
4914
5003
  width?: number | null | undefined;
@@ -4918,6 +5007,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4918
5007
  formula?: string | null | undefined;
4919
5008
  context?: string[] | null | undefined;
4920
5009
  prompt?: string | null | undefined;
5010
+ dataset?: Record<string, unknown> | undefined;
4921
5011
  }) | ({
4922
5012
  type: "number";
4923
5013
  format?: string | null | undefined;
@@ -4952,7 +5042,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4952
5042
  required?: boolean | null | undefined;
4953
5043
  } | null | undefined;
4954
5044
  uiConfiguration?: {
4955
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5045
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4956
5046
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4957
5047
  } | null | undefined;
4958
5048
  width?: number | null | undefined;
@@ -4962,6 +5052,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4962
5052
  formula?: string | null | undefined;
4963
5053
  context?: string[] | null | undefined;
4964
5054
  prompt?: string | null | undefined;
5055
+ dataset?: Record<string, unknown> | undefined;
4965
5056
  }) | ({
4966
5057
  options: {
4967
5058
  value: string;
@@ -4995,7 +5086,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
4995
5086
  required?: boolean | null | undefined;
4996
5087
  } | null | undefined;
4997
5088
  uiConfiguration?: {
4998
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5089
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4999
5090
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5000
5091
  } | null | undefined;
5001
5092
  width?: number | null | undefined;
@@ -5005,6 +5096,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5005
5096
  formula?: string | null | undefined;
5006
5097
  context?: string[] | null | undefined;
5007
5098
  prompt?: string | null | undefined;
5099
+ dataset?: Record<string, unknown> | undefined;
5008
5100
  }) | ({
5009
5101
  id: string;
5010
5102
  label: string;
@@ -5067,7 +5159,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5067
5159
  required?: boolean | null | undefined;
5068
5160
  } | null | undefined;
5069
5161
  uiConfiguration?: {
5070
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5162
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5071
5163
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5072
5164
  } | null | undefined;
5073
5165
  width?: number | null | undefined;
@@ -5077,6 +5169,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5077
5169
  formula?: string | null | undefined;
5078
5170
  context?: string[] | null | undefined;
5079
5171
  prompt?: string | null | undefined;
5172
+ dataset?: Record<string, unknown> | undefined;
5080
5173
  }) | ({
5081
5174
  type: "date";
5082
5175
  format?: string | null | undefined;
@@ -5106,7 +5199,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5106
5199
  required?: boolean | null | undefined;
5107
5200
  } | null | undefined;
5108
5201
  uiConfiguration?: {
5109
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5202
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5110
5203
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5111
5204
  } | null | undefined;
5112
5205
  width?: number | null | undefined;
@@ -5116,6 +5209,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5116
5209
  formula?: string | null | undefined;
5117
5210
  context?: string[] | null | undefined;
5118
5211
  prompt?: string | null | undefined;
5212
+ dataset?: Record<string, unknown> | undefined;
5119
5213
  }) | ({
5120
5214
  type: "number";
5121
5215
  format?: string | null | undefined;
@@ -5150,7 +5244,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5150
5244
  required?: boolean | null | undefined;
5151
5245
  } | null | undefined;
5152
5246
  uiConfiguration?: {
5153
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5247
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5154
5248
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5155
5249
  } | null | undefined;
5156
5250
  width?: number | null | undefined;
@@ -5160,6 +5254,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5160
5254
  formula?: string | null | undefined;
5161
5255
  context?: string[] | null | undefined;
5162
5256
  prompt?: string | null | undefined;
5257
+ dataset?: Record<string, unknown> | undefined;
5163
5258
  }) | ({
5164
5259
  options: {
5165
5260
  value: string;
@@ -5193,7 +5288,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5193
5288
  required?: boolean | null | undefined;
5194
5289
  } | null | undefined;
5195
5290
  uiConfiguration?: {
5196
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5291
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5197
5292
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5198
5293
  } | null | undefined;
5199
5294
  width?: number | null | undefined;
@@ -5203,6 +5298,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5203
5298
  formula?: string | null | undefined;
5204
5299
  context?: string[] | null | undefined;
5205
5300
  prompt?: string | null | undefined;
5301
+ dataset?: Record<string, unknown> | undefined;
5206
5302
  }) | ({
5207
5303
  id: string;
5208
5304
  label: string;
@@ -5276,7 +5372,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5276
5372
  required?: boolean | null | undefined;
5277
5373
  } | null | undefined;
5278
5374
  uiConfiguration?: {
5279
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5375
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5280
5376
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5281
5377
  } | null | undefined;
5282
5378
  width?: number | null | undefined;
@@ -5286,6 +5382,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5286
5382
  formula?: string | null | undefined;
5287
5383
  context?: string[] | null | undefined;
5288
5384
  prompt?: string | null | undefined;
5385
+ dataset?: Record<string, unknown> | undefined;
5289
5386
  }) | ({
5290
5387
  type: "date";
5291
5388
  format?: string | null | undefined;
@@ -5315,7 +5412,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5315
5412
  required?: boolean | null | undefined;
5316
5413
  } | null | undefined;
5317
5414
  uiConfiguration?: {
5318
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5415
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5319
5416
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5320
5417
  } | null | undefined;
5321
5418
  width?: number | null | undefined;
@@ -5325,6 +5422,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5325
5422
  formula?: string | null | undefined;
5326
5423
  context?: string[] | null | undefined;
5327
5424
  prompt?: string | null | undefined;
5425
+ dataset?: Record<string, unknown> | undefined;
5328
5426
  }) | ({
5329
5427
  type: "number";
5330
5428
  format?: string | null | undefined;
@@ -5359,7 +5457,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5359
5457
  required?: boolean | null | undefined;
5360
5458
  } | null | undefined;
5361
5459
  uiConfiguration?: {
5362
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5460
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5363
5461
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5364
5462
  } | null | undefined;
5365
5463
  width?: number | null | undefined;
@@ -5369,6 +5467,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5369
5467
  formula?: string | null | undefined;
5370
5468
  context?: string[] | null | undefined;
5371
5469
  prompt?: string | null | undefined;
5470
+ dataset?: Record<string, unknown> | undefined;
5372
5471
  }) | ({
5373
5472
  options: {
5374
5473
  value: string;
@@ -5402,7 +5501,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5402
5501
  required?: boolean | null | undefined;
5403
5502
  } | null | undefined;
5404
5503
  uiConfiguration?: {
5405
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5504
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5406
5505
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5407
5506
  } | null | undefined;
5408
5507
  width?: number | null | undefined;
@@ -5412,6 +5511,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5412
5511
  formula?: string | null | undefined;
5413
5512
  context?: string[] | null | undefined;
5414
5513
  prompt?: string | null | undefined;
5514
+ dataset?: Record<string, unknown> | undefined;
5415
5515
  }) | ({
5416
5516
  id: string;
5417
5517
  label: string;
@@ -5455,7 +5555,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5455
5555
  required?: boolean | null | undefined;
5456
5556
  } | null | undefined;
5457
5557
  uiConfiguration?: {
5458
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5558
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5459
5559
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5460
5560
  } | null | undefined;
5461
5561
  width?: number | null | undefined;
@@ -5465,6 +5565,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5465
5565
  formula?: string | null | undefined;
5466
5566
  context?: string[] | null | undefined;
5467
5567
  prompt?: string | null | undefined;
5568
+ dataset?: Record<string, unknown> | undefined;
5468
5569
  }) | ({
5469
5570
  type: "date";
5470
5571
  format?: string | null | undefined;
@@ -5494,7 +5595,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5494
5595
  required?: boolean | null | undefined;
5495
5596
  } | null | undefined;
5496
5597
  uiConfiguration?: {
5497
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5598
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5498
5599
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5499
5600
  } | null | undefined;
5500
5601
  width?: number | null | undefined;
@@ -5504,6 +5605,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5504
5605
  formula?: string | null | undefined;
5505
5606
  context?: string[] | null | undefined;
5506
5607
  prompt?: string | null | undefined;
5608
+ dataset?: Record<string, unknown> | undefined;
5507
5609
  }) | ({
5508
5610
  type: "number";
5509
5611
  format?: string | null | undefined;
@@ -5538,7 +5640,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5538
5640
  required?: boolean | null | undefined;
5539
5641
  } | null | undefined;
5540
5642
  uiConfiguration?: {
5541
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5643
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5542
5644
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5543
5645
  } | null | undefined;
5544
5646
  width?: number | null | undefined;
@@ -5548,6 +5650,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5548
5650
  formula?: string | null | undefined;
5549
5651
  context?: string[] | null | undefined;
5550
5652
  prompt?: string | null | undefined;
5653
+ dataset?: Record<string, unknown> | undefined;
5551
5654
  }) | ({
5552
5655
  options: {
5553
5656
  value: string;
@@ -5581,7 +5684,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5581
5684
  required?: boolean | null | undefined;
5582
5685
  } | null | undefined;
5583
5686
  uiConfiguration?: {
5584
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5687
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5585
5688
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5586
5689
  } | null | undefined;
5587
5690
  width?: number | null | undefined;
@@ -5591,6 +5694,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5591
5694
  formula?: string | null | undefined;
5592
5695
  context?: string[] | null | undefined;
5593
5696
  prompt?: string | null | undefined;
5697
+ dataset?: Record<string, unknown> | undefined;
5594
5698
  }) | ({
5595
5699
  id: string;
5596
5700
  label: string;
@@ -5643,7 +5747,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5643
5747
  required?: boolean | null | undefined;
5644
5748
  } | null | undefined;
5645
5749
  uiConfiguration?: {
5646
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5750
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5647
5751
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5648
5752
  } | null | undefined;
5649
5753
  width?: number | null | undefined;
@@ -5653,6 +5757,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5653
5757
  formula?: string | null | undefined;
5654
5758
  context?: string[] | null | undefined;
5655
5759
  prompt?: string | null | undefined;
5760
+ dataset?: Record<string, unknown> | undefined;
5656
5761
  }) | ({
5657
5762
  type: "date";
5658
5763
  format?: string | null | undefined;
@@ -5682,7 +5787,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5682
5787
  required?: boolean | null | undefined;
5683
5788
  } | null | undefined;
5684
5789
  uiConfiguration?: {
5685
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5790
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5686
5791
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5687
5792
  } | null | undefined;
5688
5793
  width?: number | null | undefined;
@@ -5692,6 +5797,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5692
5797
  formula?: string | null | undefined;
5693
5798
  context?: string[] | null | undefined;
5694
5799
  prompt?: string | null | undefined;
5800
+ dataset?: Record<string, unknown> | undefined;
5695
5801
  }) | ({
5696
5802
  type: "number";
5697
5803
  format?: string | null | undefined;
@@ -5726,7 +5832,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5726
5832
  required?: boolean | null | undefined;
5727
5833
  } | null | undefined;
5728
5834
  uiConfiguration?: {
5729
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5835
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5730
5836
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5731
5837
  } | null | undefined;
5732
5838
  width?: number | null | undefined;
@@ -5736,6 +5842,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5736
5842
  formula?: string | null | undefined;
5737
5843
  context?: string[] | null | undefined;
5738
5844
  prompt?: string | null | undefined;
5845
+ dataset?: Record<string, unknown> | undefined;
5739
5846
  }) | ({
5740
5847
  options: {
5741
5848
  value: string;
@@ -5769,7 +5876,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5769
5876
  required?: boolean | null | undefined;
5770
5877
  } | null | undefined;
5771
5878
  uiConfiguration?: {
5772
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5879
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5773
5880
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5774
5881
  } | null | undefined;
5775
5882
  width?: number | null | undefined;
@@ -5779,6 +5886,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5779
5886
  formula?: string | null | undefined;
5780
5887
  context?: string[] | null | undefined;
5781
5888
  prompt?: string | null | undefined;
5889
+ dataset?: Record<string, unknown> | undefined;
5782
5890
  }) | ({
5783
5891
  id: string;
5784
5892
  label: string;
@@ -5841,7 +5949,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5841
5949
  required?: boolean | null | undefined;
5842
5950
  } | null | undefined;
5843
5951
  uiConfiguration?: {
5844
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5952
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5845
5953
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5846
5954
  } | null | undefined;
5847
5955
  width?: number | null | undefined;
@@ -5851,6 +5959,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5851
5959
  formula?: string | null | undefined;
5852
5960
  context?: string[] | null | undefined;
5853
5961
  prompt?: string | null | undefined;
5962
+ dataset?: Record<string, unknown> | undefined;
5854
5963
  }) | ({
5855
5964
  type: "date";
5856
5965
  format?: string | null | undefined;
@@ -5880,7 +5989,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5880
5989
  required?: boolean | null | undefined;
5881
5990
  } | null | undefined;
5882
5991
  uiConfiguration?: {
5883
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5992
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5884
5993
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5885
5994
  } | null | undefined;
5886
5995
  width?: number | null | undefined;
@@ -5890,6 +5999,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5890
5999
  formula?: string | null | undefined;
5891
6000
  context?: string[] | null | undefined;
5892
6001
  prompt?: string | null | undefined;
6002
+ dataset?: Record<string, unknown> | undefined;
5893
6003
  }) | ({
5894
6004
  type: "number";
5895
6005
  format?: string | null | undefined;
@@ -5924,7 +6034,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5924
6034
  required?: boolean | null | undefined;
5925
6035
  } | null | undefined;
5926
6036
  uiConfiguration?: {
5927
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6037
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5928
6038
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5929
6039
  } | null | undefined;
5930
6040
  width?: number | null | undefined;
@@ -5934,6 +6044,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5934
6044
  formula?: string | null | undefined;
5935
6045
  context?: string[] | null | undefined;
5936
6046
  prompt?: string | null | undefined;
6047
+ dataset?: Record<string, unknown> | undefined;
5937
6048
  }) | ({
5938
6049
  options: {
5939
6050
  value: string;
@@ -5967,7 +6078,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5967
6078
  required?: boolean | null | undefined;
5968
6079
  } | null | undefined;
5969
6080
  uiConfiguration?: {
5970
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6081
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5971
6082
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5972
6083
  } | null | undefined;
5973
6084
  width?: number | null | undefined;
@@ -5977,6 +6088,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
5977
6088
  formula?: string | null | undefined;
5978
6089
  context?: string[] | null | undefined;
5979
6090
  prompt?: string | null | undefined;
6091
+ dataset?: Record<string, unknown> | undefined;
5980
6092
  }) | ({
5981
6093
  id: string;
5982
6094
  label: string;
@@ -6050,15 +6162,15 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6050
6162
  description?: string | undefined;
6051
6163
  }>, z.ZodObject<{
6052
6164
  type: z.ZodString;
6053
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
6165
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
6054
6166
  payload: z.ZodOptional<z.ZodUnknown>;
6055
6167
  }, "strip", z.ZodTypeAny, {
6056
6168
  type: string;
6057
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
6169
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
6058
6170
  payload?: unknown;
6059
6171
  }, {
6060
6172
  type: string;
6061
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
6173
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
6062
6174
  payload?: unknown;
6063
6175
  }>>, "many">>;
6064
6176
  }, "strip", z.ZodTypeAny, {
@@ -6079,7 +6191,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6079
6191
  description?: string | undefined;
6080
6192
  } & {
6081
6193
  type: string;
6082
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
6194
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
6083
6195
  payload?: unknown;
6084
6196
  })[] | undefined;
6085
6197
  }, {
@@ -6100,7 +6212,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6100
6212
  description?: string | undefined;
6101
6213
  } & {
6102
6214
  type: string;
6103
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
6215
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
6104
6216
  payload?: unknown;
6105
6217
  })[] | undefined;
6106
6218
  }>;
@@ -6140,7 +6252,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6140
6252
  required?: boolean | null | undefined;
6141
6253
  } | null | undefined;
6142
6254
  uiConfiguration?: {
6143
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6255
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6144
6256
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6145
6257
  } | null | undefined;
6146
6258
  width?: number | null | undefined;
@@ -6150,6 +6262,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6150
6262
  formula?: string | null | undefined;
6151
6263
  context?: string[] | null | undefined;
6152
6264
  prompt?: string | null | undefined;
6265
+ dataset?: Record<string, unknown> | undefined;
6153
6266
  }) | ({
6154
6267
  type: "date";
6155
6268
  format?: string | null | undefined;
@@ -6179,7 +6292,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6179
6292
  required?: boolean | null | undefined;
6180
6293
  } | null | undefined;
6181
6294
  uiConfiguration?: {
6182
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6295
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6183
6296
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6184
6297
  } | null | undefined;
6185
6298
  width?: number | null | undefined;
@@ -6189,6 +6302,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6189
6302
  formula?: string | null | undefined;
6190
6303
  context?: string[] | null | undefined;
6191
6304
  prompt?: string | null | undefined;
6305
+ dataset?: Record<string, unknown> | undefined;
6192
6306
  }) | ({
6193
6307
  type: "number";
6194
6308
  format?: string | null | undefined;
@@ -6223,7 +6337,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6223
6337
  required?: boolean | null | undefined;
6224
6338
  } | null | undefined;
6225
6339
  uiConfiguration?: {
6226
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6340
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6227
6341
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6228
6342
  } | null | undefined;
6229
6343
  width?: number | null | undefined;
@@ -6233,6 +6347,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6233
6347
  formula?: string | null | undefined;
6234
6348
  context?: string[] | null | undefined;
6235
6349
  prompt?: string | null | undefined;
6350
+ dataset?: Record<string, unknown> | undefined;
6236
6351
  }) | ({
6237
6352
  options: {
6238
6353
  value: string;
@@ -6266,7 +6381,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6266
6381
  required?: boolean | null | undefined;
6267
6382
  } | null | undefined;
6268
6383
  uiConfiguration?: {
6269
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6384
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6270
6385
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6271
6386
  } | null | undefined;
6272
6387
  width?: number | null | undefined;
@@ -6276,6 +6391,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6276
6391
  formula?: string | null | undefined;
6277
6392
  context?: string[] | null | undefined;
6278
6393
  prompt?: string | null | undefined;
6394
+ dataset?: Record<string, unknown> | undefined;
6279
6395
  }) | ({
6280
6396
  id: string;
6281
6397
  label: string;
@@ -6319,7 +6435,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6319
6435
  required?: boolean | null | undefined;
6320
6436
  } | null | undefined;
6321
6437
  uiConfiguration?: {
6322
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6438
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6323
6439
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6324
6440
  } | null | undefined;
6325
6441
  width?: number | null | undefined;
@@ -6329,6 +6445,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6329
6445
  formula?: string | null | undefined;
6330
6446
  context?: string[] | null | undefined;
6331
6447
  prompt?: string | null | undefined;
6448
+ dataset?: Record<string, unknown> | undefined;
6332
6449
  }) | ({
6333
6450
  type: "date";
6334
6451
  format?: string | null | undefined;
@@ -6358,7 +6475,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6358
6475
  required?: boolean | null | undefined;
6359
6476
  } | null | undefined;
6360
6477
  uiConfiguration?: {
6361
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6478
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6362
6479
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6363
6480
  } | null | undefined;
6364
6481
  width?: number | null | undefined;
@@ -6368,6 +6485,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6368
6485
  formula?: string | null | undefined;
6369
6486
  context?: string[] | null | undefined;
6370
6487
  prompt?: string | null | undefined;
6488
+ dataset?: Record<string, unknown> | undefined;
6371
6489
  }) | ({
6372
6490
  type: "number";
6373
6491
  format?: string | null | undefined;
@@ -6402,7 +6520,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6402
6520
  required?: boolean | null | undefined;
6403
6521
  } | null | undefined;
6404
6522
  uiConfiguration?: {
6405
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6523
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6406
6524
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6407
6525
  } | null | undefined;
6408
6526
  width?: number | null | undefined;
@@ -6412,6 +6530,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6412
6530
  formula?: string | null | undefined;
6413
6531
  context?: string[] | null | undefined;
6414
6532
  prompt?: string | null | undefined;
6533
+ dataset?: Record<string, unknown> | undefined;
6415
6534
  }) | ({
6416
6535
  options: {
6417
6536
  value: string;
@@ -6445,7 +6564,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6445
6564
  required?: boolean | null | undefined;
6446
6565
  } | null | undefined;
6447
6566
  uiConfiguration?: {
6448
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6567
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6449
6568
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6450
6569
  } | null | undefined;
6451
6570
  width?: number | null | undefined;
@@ -6455,6 +6574,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6455
6574
  formula?: string | null | undefined;
6456
6575
  context?: string[] | null | undefined;
6457
6576
  prompt?: string | null | undefined;
6577
+ dataset?: Record<string, unknown> | undefined;
6458
6578
  }) | ({
6459
6579
  id: string;
6460
6580
  label: string;
@@ -6507,7 +6627,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6507
6627
  required?: boolean | null | undefined;
6508
6628
  } | null | undefined;
6509
6629
  uiConfiguration?: {
6510
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6630
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6511
6631
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6512
6632
  } | null | undefined;
6513
6633
  width?: number | null | undefined;
@@ -6517,6 +6637,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6517
6637
  formula?: string | null | undefined;
6518
6638
  context?: string[] | null | undefined;
6519
6639
  prompt?: string | null | undefined;
6640
+ dataset?: Record<string, unknown> | undefined;
6520
6641
  }) | ({
6521
6642
  type: "date";
6522
6643
  format?: string | null | undefined;
@@ -6546,7 +6667,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6546
6667
  required?: boolean | null | undefined;
6547
6668
  } | null | undefined;
6548
6669
  uiConfiguration?: {
6549
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6670
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6550
6671
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6551
6672
  } | null | undefined;
6552
6673
  width?: number | null | undefined;
@@ -6556,6 +6677,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6556
6677
  formula?: string | null | undefined;
6557
6678
  context?: string[] | null | undefined;
6558
6679
  prompt?: string | null | undefined;
6680
+ dataset?: Record<string, unknown> | undefined;
6559
6681
  }) | ({
6560
6682
  type: "number";
6561
6683
  format?: string | null | undefined;
@@ -6590,7 +6712,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6590
6712
  required?: boolean | null | undefined;
6591
6713
  } | null | undefined;
6592
6714
  uiConfiguration?: {
6593
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6715
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6594
6716
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6595
6717
  } | null | undefined;
6596
6718
  width?: number | null | undefined;
@@ -6600,6 +6722,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6600
6722
  formula?: string | null | undefined;
6601
6723
  context?: string[] | null | undefined;
6602
6724
  prompt?: string | null | undefined;
6725
+ dataset?: Record<string, unknown> | undefined;
6603
6726
  }) | ({
6604
6727
  options: {
6605
6728
  value: string;
@@ -6633,7 +6756,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6633
6756
  required?: boolean | null | undefined;
6634
6757
  } | null | undefined;
6635
6758
  uiConfiguration?: {
6636
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6759
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6637
6760
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6638
6761
  } | null | undefined;
6639
6762
  width?: number | null | undefined;
@@ -6643,6 +6766,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6643
6766
  formula?: string | null | undefined;
6644
6767
  context?: string[] | null | undefined;
6645
6768
  prompt?: string | null | undefined;
6769
+ dataset?: Record<string, unknown> | undefined;
6646
6770
  }) | ({
6647
6771
  id: string;
6648
6772
  label: string;
@@ -6705,7 +6829,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6705
6829
  required?: boolean | null | undefined;
6706
6830
  } | null | undefined;
6707
6831
  uiConfiguration?: {
6708
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6832
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6709
6833
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6710
6834
  } | null | undefined;
6711
6835
  width?: number | null | undefined;
@@ -6715,6 +6839,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6715
6839
  formula?: string | null | undefined;
6716
6840
  context?: string[] | null | undefined;
6717
6841
  prompt?: string | null | undefined;
6842
+ dataset?: Record<string, unknown> | undefined;
6718
6843
  }) | ({
6719
6844
  type: "date";
6720
6845
  format?: string | null | undefined;
@@ -6744,7 +6869,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6744
6869
  required?: boolean | null | undefined;
6745
6870
  } | null | undefined;
6746
6871
  uiConfiguration?: {
6747
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6872
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6748
6873
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6749
6874
  } | null | undefined;
6750
6875
  width?: number | null | undefined;
@@ -6754,6 +6879,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6754
6879
  formula?: string | null | undefined;
6755
6880
  context?: string[] | null | undefined;
6756
6881
  prompt?: string | null | undefined;
6882
+ dataset?: Record<string, unknown> | undefined;
6757
6883
  }) | ({
6758
6884
  type: "number";
6759
6885
  format?: string | null | undefined;
@@ -6788,7 +6914,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6788
6914
  required?: boolean | null | undefined;
6789
6915
  } | null | undefined;
6790
6916
  uiConfiguration?: {
6791
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6917
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6792
6918
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6793
6919
  } | null | undefined;
6794
6920
  width?: number | null | undefined;
@@ -6798,6 +6924,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6798
6924
  formula?: string | null | undefined;
6799
6925
  context?: string[] | null | undefined;
6800
6926
  prompt?: string | null | undefined;
6927
+ dataset?: Record<string, unknown> | undefined;
6801
6928
  }) | ({
6802
6929
  options: {
6803
6930
  value: string;
@@ -6831,7 +6958,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6831
6958
  required?: boolean | null | undefined;
6832
6959
  } | null | undefined;
6833
6960
  uiConfiguration?: {
6834
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6961
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6835
6962
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6836
6963
  } | null | undefined;
6837
6964
  width?: number | null | undefined;
@@ -6841,6 +6968,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6841
6968
  formula?: string | null | undefined;
6842
6969
  context?: string[] | null | undefined;
6843
6970
  prompt?: string | null | undefined;
6971
+ dataset?: Record<string, unknown> | undefined;
6844
6972
  }) | ({
6845
6973
  id: string;
6846
6974
  label: string;
@@ -6905,7 +7033,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6905
7033
  description?: string | undefined;
6906
7034
  } & {
6907
7035
  type: string;
6908
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
7036
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
6909
7037
  payload?: unknown;
6910
7038
  })[] | undefined;
6911
7039
  };
@@ -6945,7 +7073,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6945
7073
  required?: boolean | null | undefined;
6946
7074
  } | null | undefined;
6947
7075
  uiConfiguration?: {
6948
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7076
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6949
7077
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6950
7078
  } | null | undefined;
6951
7079
  width?: number | null | undefined;
@@ -6955,6 +7083,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6955
7083
  formula?: string | null | undefined;
6956
7084
  context?: string[] | null | undefined;
6957
7085
  prompt?: string | null | undefined;
7086
+ dataset?: Record<string, unknown> | undefined;
6958
7087
  }) | ({
6959
7088
  type: "date";
6960
7089
  format?: string | null | undefined;
@@ -6984,7 +7113,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6984
7113
  required?: boolean | null | undefined;
6985
7114
  } | null | undefined;
6986
7115
  uiConfiguration?: {
6987
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7116
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6988
7117
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6989
7118
  } | null | undefined;
6990
7119
  width?: number | null | undefined;
@@ -6994,6 +7123,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
6994
7123
  formula?: string | null | undefined;
6995
7124
  context?: string[] | null | undefined;
6996
7125
  prompt?: string | null | undefined;
7126
+ dataset?: Record<string, unknown> | undefined;
6997
7127
  }) | ({
6998
7128
  type: "number";
6999
7129
  format?: string | null | undefined;
@@ -7028,7 +7158,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7028
7158
  required?: boolean | null | undefined;
7029
7159
  } | null | undefined;
7030
7160
  uiConfiguration?: {
7031
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7161
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7032
7162
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7033
7163
  } | null | undefined;
7034
7164
  width?: number | null | undefined;
@@ -7038,6 +7168,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7038
7168
  formula?: string | null | undefined;
7039
7169
  context?: string[] | null | undefined;
7040
7170
  prompt?: string | null | undefined;
7171
+ dataset?: Record<string, unknown> | undefined;
7041
7172
  }) | ({
7042
7173
  options: {
7043
7174
  value: string;
@@ -7071,7 +7202,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7071
7202
  required?: boolean | null | undefined;
7072
7203
  } | null | undefined;
7073
7204
  uiConfiguration?: {
7074
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7205
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7075
7206
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7076
7207
  } | null | undefined;
7077
7208
  width?: number | null | undefined;
@@ -7081,6 +7212,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7081
7212
  formula?: string | null | undefined;
7082
7213
  context?: string[] | null | undefined;
7083
7214
  prompt?: string | null | undefined;
7215
+ dataset?: Record<string, unknown> | undefined;
7084
7216
  }) | ({
7085
7217
  id: string;
7086
7218
  label: string;
@@ -7124,7 +7256,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7124
7256
  required?: boolean | null | undefined;
7125
7257
  } | null | undefined;
7126
7258
  uiConfiguration?: {
7127
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7259
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7128
7260
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7129
7261
  } | null | undefined;
7130
7262
  width?: number | null | undefined;
@@ -7134,6 +7266,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7134
7266
  formula?: string | null | undefined;
7135
7267
  context?: string[] | null | undefined;
7136
7268
  prompt?: string | null | undefined;
7269
+ dataset?: Record<string, unknown> | undefined;
7137
7270
  }) | ({
7138
7271
  type: "date";
7139
7272
  format?: string | null | undefined;
@@ -7163,7 +7296,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7163
7296
  required?: boolean | null | undefined;
7164
7297
  } | null | undefined;
7165
7298
  uiConfiguration?: {
7166
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7299
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7167
7300
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7168
7301
  } | null | undefined;
7169
7302
  width?: number | null | undefined;
@@ -7173,6 +7306,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7173
7306
  formula?: string | null | undefined;
7174
7307
  context?: string[] | null | undefined;
7175
7308
  prompt?: string | null | undefined;
7309
+ dataset?: Record<string, unknown> | undefined;
7176
7310
  }) | ({
7177
7311
  type: "number";
7178
7312
  format?: string | null | undefined;
@@ -7207,7 +7341,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7207
7341
  required?: boolean | null | undefined;
7208
7342
  } | null | undefined;
7209
7343
  uiConfiguration?: {
7210
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7344
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7211
7345
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7212
7346
  } | null | undefined;
7213
7347
  width?: number | null | undefined;
@@ -7217,6 +7351,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7217
7351
  formula?: string | null | undefined;
7218
7352
  context?: string[] | null | undefined;
7219
7353
  prompt?: string | null | undefined;
7354
+ dataset?: Record<string, unknown> | undefined;
7220
7355
  }) | ({
7221
7356
  options: {
7222
7357
  value: string;
@@ -7250,7 +7385,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7250
7385
  required?: boolean | null | undefined;
7251
7386
  } | null | undefined;
7252
7387
  uiConfiguration?: {
7253
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7388
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7254
7389
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7255
7390
  } | null | undefined;
7256
7391
  width?: number | null | undefined;
@@ -7260,6 +7395,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7260
7395
  formula?: string | null | undefined;
7261
7396
  context?: string[] | null | undefined;
7262
7397
  prompt?: string | null | undefined;
7398
+ dataset?: Record<string, unknown> | undefined;
7263
7399
  }) | ({
7264
7400
  id: string;
7265
7401
  label: string;
@@ -7312,7 +7448,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7312
7448
  required?: boolean | null | undefined;
7313
7449
  } | null | undefined;
7314
7450
  uiConfiguration?: {
7315
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7451
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7316
7452
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7317
7453
  } | null | undefined;
7318
7454
  width?: number | null | undefined;
@@ -7322,6 +7458,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7322
7458
  formula?: string | null | undefined;
7323
7459
  context?: string[] | null | undefined;
7324
7460
  prompt?: string | null | undefined;
7461
+ dataset?: Record<string, unknown> | undefined;
7325
7462
  }) | ({
7326
7463
  type: "date";
7327
7464
  format?: string | null | undefined;
@@ -7351,7 +7488,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7351
7488
  required?: boolean | null | undefined;
7352
7489
  } | null | undefined;
7353
7490
  uiConfiguration?: {
7354
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7491
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7355
7492
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7356
7493
  } | null | undefined;
7357
7494
  width?: number | null | undefined;
@@ -7361,6 +7498,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7361
7498
  formula?: string | null | undefined;
7362
7499
  context?: string[] | null | undefined;
7363
7500
  prompt?: string | null | undefined;
7501
+ dataset?: Record<string, unknown> | undefined;
7364
7502
  }) | ({
7365
7503
  type: "number";
7366
7504
  format?: string | null | undefined;
@@ -7395,7 +7533,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7395
7533
  required?: boolean | null | undefined;
7396
7534
  } | null | undefined;
7397
7535
  uiConfiguration?: {
7398
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7536
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7399
7537
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7400
7538
  } | null | undefined;
7401
7539
  width?: number | null | undefined;
@@ -7405,6 +7543,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7405
7543
  formula?: string | null | undefined;
7406
7544
  context?: string[] | null | undefined;
7407
7545
  prompt?: string | null | undefined;
7546
+ dataset?: Record<string, unknown> | undefined;
7408
7547
  }) | ({
7409
7548
  options: {
7410
7549
  value: string;
@@ -7438,7 +7577,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7438
7577
  required?: boolean | null | undefined;
7439
7578
  } | null | undefined;
7440
7579
  uiConfiguration?: {
7441
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7580
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7442
7581
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7443
7582
  } | null | undefined;
7444
7583
  width?: number | null | undefined;
@@ -7448,6 +7587,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7448
7587
  formula?: string | null | undefined;
7449
7588
  context?: string[] | null | undefined;
7450
7589
  prompt?: string | null | undefined;
7590
+ dataset?: Record<string, unknown> | undefined;
7451
7591
  }) | ({
7452
7592
  id: string;
7453
7593
  label: string;
@@ -7510,7 +7650,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7510
7650
  required?: boolean | null | undefined;
7511
7651
  } | null | undefined;
7512
7652
  uiConfiguration?: {
7513
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7653
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7514
7654
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7515
7655
  } | null | undefined;
7516
7656
  width?: number | null | undefined;
@@ -7520,6 +7660,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7520
7660
  formula?: string | null | undefined;
7521
7661
  context?: string[] | null | undefined;
7522
7662
  prompt?: string | null | undefined;
7663
+ dataset?: Record<string, unknown> | undefined;
7523
7664
  }) | ({
7524
7665
  type: "date";
7525
7666
  format?: string | null | undefined;
@@ -7549,7 +7690,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7549
7690
  required?: boolean | null | undefined;
7550
7691
  } | null | undefined;
7551
7692
  uiConfiguration?: {
7552
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7693
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7553
7694
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7554
7695
  } | null | undefined;
7555
7696
  width?: number | null | undefined;
@@ -7559,6 +7700,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7559
7700
  formula?: string | null | undefined;
7560
7701
  context?: string[] | null | undefined;
7561
7702
  prompt?: string | null | undefined;
7703
+ dataset?: Record<string, unknown> | undefined;
7562
7704
  }) | ({
7563
7705
  type: "number";
7564
7706
  format?: string | null | undefined;
@@ -7593,7 +7735,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7593
7735
  required?: boolean | null | undefined;
7594
7736
  } | null | undefined;
7595
7737
  uiConfiguration?: {
7596
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7738
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7597
7739
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7598
7740
  } | null | undefined;
7599
7741
  width?: number | null | undefined;
@@ -7603,6 +7745,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7603
7745
  formula?: string | null | undefined;
7604
7746
  context?: string[] | null | undefined;
7605
7747
  prompt?: string | null | undefined;
7748
+ dataset?: Record<string, unknown> | undefined;
7606
7749
  }) | ({
7607
7750
  options: {
7608
7751
  value: string;
@@ -7636,7 +7779,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7636
7779
  required?: boolean | null | undefined;
7637
7780
  } | null | undefined;
7638
7781
  uiConfiguration?: {
7639
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7782
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7640
7783
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7641
7784
  } | null | undefined;
7642
7785
  width?: number | null | undefined;
@@ -7646,6 +7789,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7646
7789
  formula?: string | null | undefined;
7647
7790
  context?: string[] | null | undefined;
7648
7791
  prompt?: string | null | undefined;
7792
+ dataset?: Record<string, unknown> | undefined;
7649
7793
  }) | ({
7650
7794
  id: string;
7651
7795
  label: string;
@@ -7710,7 +7854,7 @@ export declare const suggestTriggerConditionPayloadSchema: z.ZodObject<{
7710
7854
  description?: string | undefined;
7711
7855
  } & {
7712
7856
  type: string;
7713
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
7857
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
7714
7858
  payload?: unknown;
7715
7859
  })[] | undefined;
7716
7860
  };