@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.
- package/index.js +72 -72
- package/index.js.map +1 -1
- package/package.json +3 -2
- package/src/hooks/endpoints/runs.js.map +1 -1
- package/src/hooks/endpoints/runs.schema.js +4 -0
- package/src/hooks/endpoints/runs.schema.js.map +1 -1
- package/src/hooks/endpoints/test.schema.js +2 -2
- package/src/hooks/endpoints/test.schema.js.map +1 -1
- package/src/hooks/models/hookUtils.schema.js +2 -0
- package/src/hooks/models/hookUtils.schema.js.map +1 -1
- package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
- package/src/internal/endpoints/rules/evaluateRules.schema.js +2 -0
- package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
- package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -2
- package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
- package/src/internal/endpoints/schemas/formulasInfo.schema.js +1 -1
- package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
- package/src/queues/endpoints/automationSetup.js +15 -0
- package/src/queues/endpoints/automationSetup.js.map +1 -0
- package/src/queues/endpoints/index.js +2 -0
- package/src/queues/endpoints/index.js.map +1 -1
- package/src/queues/models/automationSetup.js +3 -0
- package/src/queues/models/automationSetup.js.map +1 -0
- package/src/queues/models/automationSetup.schema.js +49 -0
- package/src/queues/models/automationSetup.schema.js.map +1 -0
- package/src/queues/models/queueSettings.schema.js +1 -0
- package/src/queues/models/queueSettings.schema.js.map +1 -1
- package/src/rules/models/schemaRule.schema.js +1 -0
- package/src/rules/models/schemaRule.schema.js.map +1 -1
- package/src/schemas/models/schemaDatapointBase.schema.js +2 -0
- package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
- package/src/shared/models/annotationListTable.schema.js +12 -1
- package/src/shared/models/annotationListTable.schema.js.map +1 -1
- package/src/utils/requestConfig.js +5 -4
- package/src/utils/requestConfig.js.map +1 -1
- package/src/utils/requestResponse.js +2 -2
- package/src/utils/requestResponse.js.map +1 -1
- package/types/index.d.ts +851 -316
- package/types/src/annotations/endpoints/index.d.ts +36 -22
- package/types/src/annotations/endpoints/list.d.ts +18 -11
- package/types/src/annotations/endpoints/search.d.ts +18 -11
- package/types/src/annotations/models/annotationListSideload.schema.d.ts +18 -11
- package/types/src/engines/endpoints/index.d.ts +18 -11
- package/types/src/engines/endpoints/queueStats.d.ts +18 -11
- package/types/src/engines/endpoints/queueStats.schema.d.ts +18 -11
- package/types/src/hookTemplates/endpoints/get.d.ts +9 -9
- package/types/src/hookTemplates/endpoints/index.d.ts +24 -24
- package/types/src/hookTemplates/endpoints/list.d.ts +15 -15
- package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +9 -9
- package/types/src/hooks/endpoints/create.d.ts +9 -9
- package/types/src/hooks/endpoints/createFromTemplate.d.ts +12 -12
- package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
- package/types/src/hooks/endpoints/get.d.ts +9 -9
- package/types/src/hooks/endpoints/index.d.ts +97 -81
- package/types/src/hooks/endpoints/list.d.ts +18 -18
- package/types/src/hooks/endpoints/list.schema.d.ts +3 -3
- package/types/src/hooks/endpoints/patch.d.ts +18 -18
- package/types/src/hooks/endpoints/patch.schema.d.ts +9 -9
- package/types/src/hooks/endpoints/runs.d.ts +29 -9
- package/types/src/hooks/endpoints/runs.schema.d.ts +21 -9
- package/types/src/hooks/endpoints/test.d.ts +8 -8
- package/types/src/hooks/endpoints/test.schema.d.ts +6 -6
- package/types/src/hooks/models/hook.schema.d.ts +21 -21
- package/types/src/hooks/models/hookUtils.d.ts +2 -2
- package/types/src/hooks/models/hookUtils.schema.d.ts +3 -3
- package/types/src/hooks/models/run.schema.d.ts +5 -5
- package/types/src/internal/endpoints/index.d.ts +2609 -1457
- package/types/src/internal/endpoints/rules/evaluateRules.d.ts +337 -188
- package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +335 -188
- package/types/src/internal/endpoints/rules/suggestRule.d.ts +327 -183
- package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +332 -188
- package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +327 -183
- package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +327 -183
- package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +327 -183
- package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +327 -183
- package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +330 -189
- package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +328 -187
- package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +320 -176
- package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +320 -176
- package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +326 -182
- package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +325 -181
- package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +320 -176
- package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +320 -176
- package/types/src/organization/endpoints/create.d.ts +11 -11
- package/types/src/organization/endpoints/create.schema.d.ts +11 -11
- package/types/src/organization/endpoints/get.d.ts +9 -9
- package/types/src/organization/endpoints/index.d.ts +49 -49
- package/types/src/organization/endpoints/list.d.ts +11 -11
- package/types/src/organization/endpoints/patch.d.ts +18 -18
- package/types/src/organization/models/organization.schema.d.ts +9 -9
- package/types/src/queues/endpoints/automationSetup.d.ts +462 -0
- package/types/src/queues/endpoints/create.d.ts +14 -9
- package/types/src/queues/endpoints/createFromTemplate.d.ts +14 -9
- package/types/src/queues/endpoints/duplicate.d.ts +14 -9
- package/types/src/queues/endpoints/get.d.ts +14 -9
- package/types/src/queues/endpoints/index.d.ts +563 -65
- package/types/src/queues/endpoints/list.d.ts +18 -11
- package/types/src/queues/endpoints/patch.d.ts +28 -18
- package/types/src/queues/endpoints/patch.schema.d.ts +14 -9
- package/types/src/queues/models/automationSetup.d.ts +42 -0
- package/types/src/queues/models/automationSetup.schema.d.ts +751 -0
- package/types/src/queues/models/queue.schema.d.ts +14 -9
- package/types/src/queues/models/queueSettings.d.ts +1 -0
- package/types/src/queues/models/queueSettings.schema.d.ts +10 -7
- package/types/src/rule-templates/endpoints/create.d.ts +10 -10
- package/types/src/rule-templates/endpoints/create.schema.d.ts +5 -5
- package/types/src/rule-templates/endpoints/get.d.ts +5 -5
- package/types/src/rule-templates/endpoints/index.d.ts +32 -32
- package/types/src/rule-templates/endpoints/list.d.ts +7 -7
- package/types/src/rule-templates/endpoints/patch.d.ts +10 -10
- package/types/src/rule-templates/endpoints/patch.schema.d.ts +5 -5
- package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +5 -5
- package/types/src/rules/endpoints/create.d.ts +10 -10
- package/types/src/rules/endpoints/create.schema.d.ts +5 -5
- package/types/src/rules/endpoints/get.d.ts +5 -5
- package/types/src/rules/endpoints/index.d.ts +32 -32
- package/types/src/rules/endpoints/list.d.ts +7 -7
- package/types/src/rules/endpoints/patch.d.ts +10 -10
- package/types/src/rules/endpoints/patch.schema.d.ts +5 -5
- package/types/src/rules/models/schemaRule.d.ts +1 -1
- package/types/src/rules/models/schemaRule.schema.d.ts +11 -11
- package/types/src/schemas/endpoints/create.d.ts +320 -176
- package/types/src/schemas/endpoints/get.d.ts +320 -176
- package/types/src/schemas/endpoints/list.d.ts +384 -208
- package/types/src/schemas/endpoints/patch.d.ts +640 -352
- package/types/src/schemas/endpoints/patch.schema.d.ts +320 -176
- package/types/src/schemas/endpoints/validate.d.ts +672 -368
- package/types/src/schemas/models/schema.schema.d.ts +320 -176
- package/types/src/schemas/models/schemaDatapoint.schema.d.ts +32 -20
- package/types/src/schemas/models/schemaDatapointBase.d.ts +2 -1
- package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +12 -9
- package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +8 -5
- package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +8 -5
- package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +8 -5
- package/types/src/schemas/models/schemaDatapointString.schema.d.ts +8 -5
- package/types/src/schemas/models/schemaItem.schema.d.ts +192 -112
- package/types/src/schemas/models/schemaMultivalue.schema.d.ts +112 -64
- package/types/src/schemas/models/schemaSection.schema.d.ts +256 -144
- package/types/src/schemas/models/schemaTuple.schema.d.ts +48 -28
- package/types/src/shared/models/annotationListTable.d.ts +11 -1
- package/types/src/shared/models/annotationListTable.schema.d.ts +99 -15
|
@@ -139,13 +139,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
139
139
|
required?: boolean | null | undefined;
|
|
140
140
|
}>>>;
|
|
141
141
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
142
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
142
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
143
143
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
144
144
|
}, "strip", import("zod").ZodTypeAny, {
|
|
145
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
145
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
146
146
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
147
147
|
}, {
|
|
148
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
148
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
149
149
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
150
150
|
}>>>;
|
|
151
151
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -155,6 +155,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
155
155
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
156
156
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
157
157
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
158
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
158
159
|
}, "strip", import("zod").ZodTypeAny, {
|
|
159
160
|
suggest?: true | undefined;
|
|
160
161
|
canExport?: boolean | null | undefined;
|
|
@@ -173,7 +174,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
173
174
|
required?: boolean | null | undefined;
|
|
174
175
|
} | null | undefined;
|
|
175
176
|
uiConfiguration?: {
|
|
176
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
177
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
177
178
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
178
179
|
} | null | undefined;
|
|
179
180
|
width?: number | null | undefined;
|
|
@@ -183,6 +184,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
183
184
|
formula?: string | null | undefined;
|
|
184
185
|
context?: string[] | null | undefined;
|
|
185
186
|
prompt?: string | null | undefined;
|
|
187
|
+
dataset?: Record<string, unknown> | undefined;
|
|
186
188
|
}, {
|
|
187
189
|
suggest?: true | undefined;
|
|
188
190
|
canExport?: boolean | null | undefined;
|
|
@@ -201,7 +203,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
201
203
|
required?: boolean | null | undefined;
|
|
202
204
|
} | null | undefined;
|
|
203
205
|
uiConfiguration?: {
|
|
204
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
206
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
205
207
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
206
208
|
} | null | undefined;
|
|
207
209
|
width?: number | null | undefined;
|
|
@@ -211,6 +213,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
211
213
|
formula?: string | null | undefined;
|
|
212
214
|
context?: string[] | null | undefined;
|
|
213
215
|
prompt?: string | null | undefined;
|
|
216
|
+
dataset?: Record<string, unknown> | undefined;
|
|
214
217
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
215
218
|
type: import("zod").ZodLiteral<"date">;
|
|
216
219
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -294,13 +297,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
294
297
|
required?: boolean | null | undefined;
|
|
295
298
|
}>>>;
|
|
296
299
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
297
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
300
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
298
301
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
299
302
|
}, "strip", import("zod").ZodTypeAny, {
|
|
300
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
303
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
301
304
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
302
305
|
}, {
|
|
303
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
306
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
304
307
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
305
308
|
}>>>;
|
|
306
309
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -310,6 +313,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
310
313
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
311
314
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
312
315
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
316
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
313
317
|
}, "strip", import("zod").ZodTypeAny, {
|
|
314
318
|
suggest?: true | undefined;
|
|
315
319
|
canExport?: boolean | null | undefined;
|
|
@@ -328,7 +332,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
328
332
|
required?: boolean | null | undefined;
|
|
329
333
|
} | null | undefined;
|
|
330
334
|
uiConfiguration?: {
|
|
331
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
335
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
332
336
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
333
337
|
} | null | undefined;
|
|
334
338
|
width?: number | null | undefined;
|
|
@@ -338,6 +342,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
338
342
|
formula?: string | null | undefined;
|
|
339
343
|
context?: string[] | null | undefined;
|
|
340
344
|
prompt?: string | null | undefined;
|
|
345
|
+
dataset?: Record<string, unknown> | undefined;
|
|
341
346
|
}, {
|
|
342
347
|
suggest?: true | undefined;
|
|
343
348
|
canExport?: boolean | null | undefined;
|
|
@@ -356,7 +361,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
356
361
|
required?: boolean | null | undefined;
|
|
357
362
|
} | null | undefined;
|
|
358
363
|
uiConfiguration?: {
|
|
359
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
364
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
360
365
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
361
366
|
} | null | undefined;
|
|
362
367
|
width?: number | null | undefined;
|
|
@@ -366,6 +371,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
366
371
|
formula?: string | null | undefined;
|
|
367
372
|
context?: string[] | null | undefined;
|
|
368
373
|
prompt?: string | null | undefined;
|
|
374
|
+
dataset?: Record<string, unknown> | undefined;
|
|
369
375
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
370
376
|
type: import("zod").ZodLiteral<"number">;
|
|
371
377
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -476,13 +482,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
476
482
|
required?: boolean | null | undefined;
|
|
477
483
|
}>>>;
|
|
478
484
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
479
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
485
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
480
486
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
481
487
|
}, "strip", import("zod").ZodTypeAny, {
|
|
482
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
488
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
483
489
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
484
490
|
}, {
|
|
485
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
491
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
486
492
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
487
493
|
}>>>;
|
|
488
494
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -492,6 +498,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
492
498
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
493
499
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
494
500
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
501
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
495
502
|
}, "strip", import("zod").ZodTypeAny, {
|
|
496
503
|
suggest?: true | undefined;
|
|
497
504
|
canExport?: boolean | null | undefined;
|
|
@@ -510,7 +517,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
510
517
|
required?: boolean | null | undefined;
|
|
511
518
|
} | null | undefined;
|
|
512
519
|
uiConfiguration?: {
|
|
513
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
520
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
514
521
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
515
522
|
} | null | undefined;
|
|
516
523
|
width?: number | null | undefined;
|
|
@@ -520,6 +527,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
520
527
|
formula?: string | null | undefined;
|
|
521
528
|
context?: string[] | null | undefined;
|
|
522
529
|
prompt?: string | null | undefined;
|
|
530
|
+
dataset?: Record<string, unknown> | undefined;
|
|
523
531
|
}, {
|
|
524
532
|
suggest?: true | undefined;
|
|
525
533
|
canExport?: boolean | null | undefined;
|
|
@@ -538,7 +546,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
538
546
|
required?: boolean | null | undefined;
|
|
539
547
|
} | null | undefined;
|
|
540
548
|
uiConfiguration?: {
|
|
541
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
549
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
542
550
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
543
551
|
} | null | undefined;
|
|
544
552
|
width?: number | null | undefined;
|
|
@@ -548,6 +556,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
548
556
|
formula?: string | null | undefined;
|
|
549
557
|
context?: string[] | null | undefined;
|
|
550
558
|
prompt?: string | null | undefined;
|
|
559
|
+
dataset?: Record<string, unknown> | undefined;
|
|
551
560
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
552
561
|
type: import("zod").ZodLiteral<"enum">;
|
|
553
562
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -649,13 +658,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
649
658
|
required?: boolean | null | undefined;
|
|
650
659
|
}>>>;
|
|
651
660
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
652
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
661
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
653
662
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
654
663
|
}, "strip", import("zod").ZodTypeAny, {
|
|
655
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
664
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
656
665
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
657
666
|
}, {
|
|
658
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
667
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
659
668
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
660
669
|
}>>>;
|
|
661
670
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -665,6 +674,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
665
674
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
666
675
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
667
676
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
677
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
668
678
|
}, "strip", import("zod").ZodTypeAny, {
|
|
669
679
|
suggest?: true | undefined;
|
|
670
680
|
canExport?: boolean | null | undefined;
|
|
@@ -683,7 +693,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
683
693
|
required?: boolean | null | undefined;
|
|
684
694
|
} | null | undefined;
|
|
685
695
|
uiConfiguration?: {
|
|
686
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
696
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
687
697
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
688
698
|
} | null | undefined;
|
|
689
699
|
width?: number | null | undefined;
|
|
@@ -693,6 +703,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
693
703
|
formula?: string | null | undefined;
|
|
694
704
|
context?: string[] | null | undefined;
|
|
695
705
|
prompt?: string | null | undefined;
|
|
706
|
+
dataset?: Record<string, unknown> | undefined;
|
|
696
707
|
}, {
|
|
697
708
|
suggest?: true | undefined;
|
|
698
709
|
canExport?: boolean | null | undefined;
|
|
@@ -711,7 +722,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
711
722
|
required?: boolean | null | undefined;
|
|
712
723
|
} | null | undefined;
|
|
713
724
|
uiConfiguration?: {
|
|
714
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
725
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
715
726
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
716
727
|
} | null | undefined;
|
|
717
728
|
width?: number | null | undefined;
|
|
@@ -721,6 +732,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
721
732
|
formula?: string | null | undefined;
|
|
722
733
|
context?: string[] | null | undefined;
|
|
723
734
|
prompt?: string | null | undefined;
|
|
735
|
+
dataset?: Record<string, unknown> | undefined;
|
|
724
736
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
725
737
|
id: import("zod").ZodString;
|
|
726
738
|
label: import("zod").ZodString;
|
|
@@ -845,13 +857,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
845
857
|
required?: boolean | null | undefined;
|
|
846
858
|
}>>>;
|
|
847
859
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
848
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
860
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
849
861
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
850
862
|
}, "strip", import("zod").ZodTypeAny, {
|
|
851
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
863
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
852
864
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
853
865
|
}, {
|
|
854
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
866
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
855
867
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
856
868
|
}>>>;
|
|
857
869
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -861,6 +873,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
861
873
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
862
874
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
863
875
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
876
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
864
877
|
}, "strip", import("zod").ZodTypeAny, {
|
|
865
878
|
suggest?: true | undefined;
|
|
866
879
|
canExport?: boolean | null | undefined;
|
|
@@ -879,7 +892,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
879
892
|
required?: boolean | null | undefined;
|
|
880
893
|
} | null | undefined;
|
|
881
894
|
uiConfiguration?: {
|
|
882
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
895
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
883
896
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
884
897
|
} | null | undefined;
|
|
885
898
|
width?: number | null | undefined;
|
|
@@ -889,6 +902,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
889
902
|
formula?: string | null | undefined;
|
|
890
903
|
context?: string[] | null | undefined;
|
|
891
904
|
prompt?: string | null | undefined;
|
|
905
|
+
dataset?: Record<string, unknown> | undefined;
|
|
892
906
|
}, {
|
|
893
907
|
suggest?: true | undefined;
|
|
894
908
|
canExport?: boolean | null | undefined;
|
|
@@ -907,7 +921,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
907
921
|
required?: boolean | null | undefined;
|
|
908
922
|
} | null | undefined;
|
|
909
923
|
uiConfiguration?: {
|
|
910
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
924
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
911
925
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
912
926
|
} | null | undefined;
|
|
913
927
|
width?: number | null | undefined;
|
|
@@ -917,6 +931,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
917
931
|
formula?: string | null | undefined;
|
|
918
932
|
context?: string[] | null | undefined;
|
|
919
933
|
prompt?: string | null | undefined;
|
|
934
|
+
dataset?: Record<string, unknown> | undefined;
|
|
920
935
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
921
936
|
type: import("zod").ZodLiteral<"date">;
|
|
922
937
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1000,13 +1015,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1000
1015
|
required?: boolean | null | undefined;
|
|
1001
1016
|
}>>>;
|
|
1002
1017
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1003
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
1018
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
1004
1019
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1005
1020
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1006
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1021
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1007
1022
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1008
1023
|
}, {
|
|
1009
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1024
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1010
1025
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1011
1026
|
}>>>;
|
|
1012
1027
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1016,6 +1031,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1016
1031
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1017
1032
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1018
1033
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1034
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1019
1035
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1020
1036
|
suggest?: true | undefined;
|
|
1021
1037
|
canExport?: boolean | null | undefined;
|
|
@@ -1034,7 +1050,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1034
1050
|
required?: boolean | null | undefined;
|
|
1035
1051
|
} | null | undefined;
|
|
1036
1052
|
uiConfiguration?: {
|
|
1037
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1053
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1038
1054
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1039
1055
|
} | null | undefined;
|
|
1040
1056
|
width?: number | null | undefined;
|
|
@@ -1044,6 +1060,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1044
1060
|
formula?: string | null | undefined;
|
|
1045
1061
|
context?: string[] | null | undefined;
|
|
1046
1062
|
prompt?: string | null | undefined;
|
|
1063
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1047
1064
|
}, {
|
|
1048
1065
|
suggest?: true | undefined;
|
|
1049
1066
|
canExport?: boolean | null | undefined;
|
|
@@ -1062,7 +1079,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1062
1079
|
required?: boolean | null | undefined;
|
|
1063
1080
|
} | null | undefined;
|
|
1064
1081
|
uiConfiguration?: {
|
|
1065
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1082
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1066
1083
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1067
1084
|
} | null | undefined;
|
|
1068
1085
|
width?: number | null | undefined;
|
|
@@ -1072,6 +1089,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1072
1089
|
formula?: string | null | undefined;
|
|
1073
1090
|
context?: string[] | null | undefined;
|
|
1074
1091
|
prompt?: string | null | undefined;
|
|
1092
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1075
1093
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1076
1094
|
type: import("zod").ZodLiteral<"number">;
|
|
1077
1095
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1182,13 +1200,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1182
1200
|
required?: boolean | null | undefined;
|
|
1183
1201
|
}>>>;
|
|
1184
1202
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1185
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
1203
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
1186
1204
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1187
1205
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1188
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1206
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1189
1207
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1190
1208
|
}, {
|
|
1191
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1209
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1192
1210
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1193
1211
|
}>>>;
|
|
1194
1212
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1198,6 +1216,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1198
1216
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1199
1217
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1200
1218
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1219
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1201
1220
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1202
1221
|
suggest?: true | undefined;
|
|
1203
1222
|
canExport?: boolean | null | undefined;
|
|
@@ -1216,7 +1235,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1216
1235
|
required?: boolean | null | undefined;
|
|
1217
1236
|
} | null | undefined;
|
|
1218
1237
|
uiConfiguration?: {
|
|
1219
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1238
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1220
1239
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1221
1240
|
} | null | undefined;
|
|
1222
1241
|
width?: number | null | undefined;
|
|
@@ -1226,6 +1245,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1226
1245
|
formula?: string | null | undefined;
|
|
1227
1246
|
context?: string[] | null | undefined;
|
|
1228
1247
|
prompt?: string | null | undefined;
|
|
1248
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1229
1249
|
}, {
|
|
1230
1250
|
suggest?: true | undefined;
|
|
1231
1251
|
canExport?: boolean | null | undefined;
|
|
@@ -1244,7 +1264,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1244
1264
|
required?: boolean | null | undefined;
|
|
1245
1265
|
} | null | undefined;
|
|
1246
1266
|
uiConfiguration?: {
|
|
1247
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1267
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1248
1268
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1249
1269
|
} | null | undefined;
|
|
1250
1270
|
width?: number | null | undefined;
|
|
@@ -1254,6 +1274,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1254
1274
|
formula?: string | null | undefined;
|
|
1255
1275
|
context?: string[] | null | undefined;
|
|
1256
1276
|
prompt?: string | null | undefined;
|
|
1277
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1257
1278
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1258
1279
|
type: import("zod").ZodLiteral<"enum">;
|
|
1259
1280
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1355,13 +1376,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1355
1376
|
required?: boolean | null | undefined;
|
|
1356
1377
|
}>>>;
|
|
1357
1378
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1358
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
1379
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
1359
1380
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1360
1381
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1361
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1382
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1362
1383
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1363
1384
|
}, {
|
|
1364
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1385
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1365
1386
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1366
1387
|
}>>>;
|
|
1367
1388
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1371,6 +1392,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1371
1392
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1372
1393
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1373
1394
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1395
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1374
1396
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1375
1397
|
suggest?: true | undefined;
|
|
1376
1398
|
canExport?: boolean | null | undefined;
|
|
@@ -1389,7 +1411,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1389
1411
|
required?: boolean | null | undefined;
|
|
1390
1412
|
} | null | undefined;
|
|
1391
1413
|
uiConfiguration?: {
|
|
1392
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1414
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1393
1415
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1394
1416
|
} | null | undefined;
|
|
1395
1417
|
width?: number | null | undefined;
|
|
@@ -1399,6 +1421,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1399
1421
|
formula?: string | null | undefined;
|
|
1400
1422
|
context?: string[] | null | undefined;
|
|
1401
1423
|
prompt?: string | null | undefined;
|
|
1424
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1402
1425
|
}, {
|
|
1403
1426
|
suggest?: true | undefined;
|
|
1404
1427
|
canExport?: boolean | null | undefined;
|
|
@@ -1417,7 +1440,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1417
1440
|
required?: boolean | null | undefined;
|
|
1418
1441
|
} | null | undefined;
|
|
1419
1442
|
uiConfiguration?: {
|
|
1420
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1443
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1421
1444
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1422
1445
|
} | null | undefined;
|
|
1423
1446
|
width?: number | null | undefined;
|
|
@@ -1427,6 +1450,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1427
1450
|
formula?: string | null | undefined;
|
|
1428
1451
|
context?: string[] | null | undefined;
|
|
1429
1452
|
prompt?: string | null | undefined;
|
|
1453
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1430
1454
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1431
1455
|
id: import("zod").ZodString;
|
|
1432
1456
|
label: import("zod").ZodString;
|
|
@@ -1500,7 +1524,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1500
1524
|
required?: boolean | null | undefined;
|
|
1501
1525
|
} | null | undefined;
|
|
1502
1526
|
uiConfiguration?: {
|
|
1503
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1527
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1504
1528
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1505
1529
|
} | null | undefined;
|
|
1506
1530
|
width?: number | null | undefined;
|
|
@@ -1510,6 +1534,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1510
1534
|
formula?: string | null | undefined;
|
|
1511
1535
|
context?: string[] | null | undefined;
|
|
1512
1536
|
prompt?: string | null | undefined;
|
|
1537
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1513
1538
|
}) | ({
|
|
1514
1539
|
type: "date";
|
|
1515
1540
|
format?: string | null | undefined;
|
|
@@ -1539,7 +1564,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1539
1564
|
required?: boolean | null | undefined;
|
|
1540
1565
|
} | null | undefined;
|
|
1541
1566
|
uiConfiguration?: {
|
|
1542
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1567
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1543
1568
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1544
1569
|
} | null | undefined;
|
|
1545
1570
|
width?: number | null | undefined;
|
|
@@ -1549,6 +1574,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1549
1574
|
formula?: string | null | undefined;
|
|
1550
1575
|
context?: string[] | null | undefined;
|
|
1551
1576
|
prompt?: string | null | undefined;
|
|
1577
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1552
1578
|
}) | ({
|
|
1553
1579
|
type: "number";
|
|
1554
1580
|
format?: string | null | undefined;
|
|
@@ -1583,7 +1609,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1583
1609
|
required?: boolean | null | undefined;
|
|
1584
1610
|
} | null | undefined;
|
|
1585
1611
|
uiConfiguration?: {
|
|
1586
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1612
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1587
1613
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1588
1614
|
} | null | undefined;
|
|
1589
1615
|
width?: number | null | undefined;
|
|
@@ -1593,6 +1619,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1593
1619
|
formula?: string | null | undefined;
|
|
1594
1620
|
context?: string[] | null | undefined;
|
|
1595
1621
|
prompt?: string | null | undefined;
|
|
1622
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1596
1623
|
}) | ({
|
|
1597
1624
|
options: {
|
|
1598
1625
|
value: string;
|
|
@@ -1626,7 +1653,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1626
1653
|
required?: boolean | null | undefined;
|
|
1627
1654
|
} | null | undefined;
|
|
1628
1655
|
uiConfiguration?: {
|
|
1629
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1656
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1630
1657
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1631
1658
|
} | null | undefined;
|
|
1632
1659
|
width?: number | null | undefined;
|
|
@@ -1636,6 +1663,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1636
1663
|
formula?: string | null | undefined;
|
|
1637
1664
|
context?: string[] | null | undefined;
|
|
1638
1665
|
prompt?: string | null | undefined;
|
|
1666
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1639
1667
|
}) | ({
|
|
1640
1668
|
id: string;
|
|
1641
1669
|
label: string;
|
|
@@ -1682,7 +1710,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1682
1710
|
required?: boolean | null | undefined;
|
|
1683
1711
|
} | null | undefined;
|
|
1684
1712
|
uiConfiguration?: {
|
|
1685
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1713
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1686
1714
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1687
1715
|
} | null | undefined;
|
|
1688
1716
|
width?: number | null | undefined;
|
|
@@ -1692,6 +1720,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1692
1720
|
formula?: string | null | undefined;
|
|
1693
1721
|
context?: string[] | null | undefined;
|
|
1694
1722
|
prompt?: string | null | undefined;
|
|
1723
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1695
1724
|
}) | ({
|
|
1696
1725
|
type: "date";
|
|
1697
1726
|
format?: string | null | undefined;
|
|
@@ -1721,7 +1750,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1721
1750
|
required?: boolean | null | undefined;
|
|
1722
1751
|
} | null | undefined;
|
|
1723
1752
|
uiConfiguration?: {
|
|
1724
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1753
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1725
1754
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1726
1755
|
} | null | undefined;
|
|
1727
1756
|
width?: number | null | undefined;
|
|
@@ -1731,6 +1760,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1731
1760
|
formula?: string | null | undefined;
|
|
1732
1761
|
context?: string[] | null | undefined;
|
|
1733
1762
|
prompt?: string | null | undefined;
|
|
1763
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1734
1764
|
}) | ({
|
|
1735
1765
|
type: "number";
|
|
1736
1766
|
format?: string | null | undefined;
|
|
@@ -1765,7 +1795,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1765
1795
|
required?: boolean | null | undefined;
|
|
1766
1796
|
} | null | undefined;
|
|
1767
1797
|
uiConfiguration?: {
|
|
1768
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1798
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1769
1799
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1770
1800
|
} | null | undefined;
|
|
1771
1801
|
width?: number | null | undefined;
|
|
@@ -1775,6 +1805,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1775
1805
|
formula?: string | null | undefined;
|
|
1776
1806
|
context?: string[] | null | undefined;
|
|
1777
1807
|
prompt?: string | null | undefined;
|
|
1808
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1778
1809
|
}) | ({
|
|
1779
1810
|
options: {
|
|
1780
1811
|
value: string;
|
|
@@ -1808,7 +1839,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1808
1839
|
required?: boolean | null | undefined;
|
|
1809
1840
|
} | null | undefined;
|
|
1810
1841
|
uiConfiguration?: {
|
|
1811
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1842
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1812
1843
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1813
1844
|
} | null | undefined;
|
|
1814
1845
|
width?: number | null | undefined;
|
|
@@ -1818,6 +1849,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1818
1849
|
formula?: string | null | undefined;
|
|
1819
1850
|
context?: string[] | null | undefined;
|
|
1820
1851
|
prompt?: string | null | undefined;
|
|
1852
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1821
1853
|
}) | ({
|
|
1822
1854
|
id: string;
|
|
1823
1855
|
label: string;
|
|
@@ -1934,13 +1966,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1934
1966
|
required?: boolean | null | undefined;
|
|
1935
1967
|
}>>>;
|
|
1936
1968
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1937
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
1969
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
1938
1970
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1939
1971
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1940
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1972
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1941
1973
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1942
1974
|
}, {
|
|
1943
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1975
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1944
1976
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1945
1977
|
}>>>;
|
|
1946
1978
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1950,6 +1982,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1950
1982
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1951
1983
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1952
1984
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1985
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1953
1986
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1954
1987
|
suggest?: true | undefined;
|
|
1955
1988
|
canExport?: boolean | null | undefined;
|
|
@@ -1968,7 +2001,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1968
2001
|
required?: boolean | null | undefined;
|
|
1969
2002
|
} | null | undefined;
|
|
1970
2003
|
uiConfiguration?: {
|
|
1971
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2004
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1972
2005
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1973
2006
|
} | null | undefined;
|
|
1974
2007
|
width?: number | null | undefined;
|
|
@@ -1978,6 +2011,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1978
2011
|
formula?: string | null | undefined;
|
|
1979
2012
|
context?: string[] | null | undefined;
|
|
1980
2013
|
prompt?: string | null | undefined;
|
|
2014
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1981
2015
|
}, {
|
|
1982
2016
|
suggest?: true | undefined;
|
|
1983
2017
|
canExport?: boolean | null | undefined;
|
|
@@ -1996,7 +2030,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
1996
2030
|
required?: boolean | null | undefined;
|
|
1997
2031
|
} | null | undefined;
|
|
1998
2032
|
uiConfiguration?: {
|
|
1999
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2033
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2000
2034
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2001
2035
|
} | null | undefined;
|
|
2002
2036
|
width?: number | null | undefined;
|
|
@@ -2006,6 +2040,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2006
2040
|
formula?: string | null | undefined;
|
|
2007
2041
|
context?: string[] | null | undefined;
|
|
2008
2042
|
prompt?: string | null | undefined;
|
|
2043
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2009
2044
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2010
2045
|
type: import("zod").ZodLiteral<"date">;
|
|
2011
2046
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2089,13 +2124,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2089
2124
|
required?: boolean | null | undefined;
|
|
2090
2125
|
}>>>;
|
|
2091
2126
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2092
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
2127
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
2093
2128
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2094
2129
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2095
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2130
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2096
2131
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2097
2132
|
}, {
|
|
2098
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2133
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2099
2134
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2100
2135
|
}>>>;
|
|
2101
2136
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2105,6 +2140,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2105
2140
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2106
2141
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2107
2142
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2143
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2108
2144
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2109
2145
|
suggest?: true | undefined;
|
|
2110
2146
|
canExport?: boolean | null | undefined;
|
|
@@ -2123,7 +2159,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2123
2159
|
required?: boolean | null | undefined;
|
|
2124
2160
|
} | null | undefined;
|
|
2125
2161
|
uiConfiguration?: {
|
|
2126
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2162
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2127
2163
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2128
2164
|
} | null | undefined;
|
|
2129
2165
|
width?: number | null | undefined;
|
|
@@ -2133,6 +2169,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2133
2169
|
formula?: string | null | undefined;
|
|
2134
2170
|
context?: string[] | null | undefined;
|
|
2135
2171
|
prompt?: string | null | undefined;
|
|
2172
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2136
2173
|
}, {
|
|
2137
2174
|
suggest?: true | undefined;
|
|
2138
2175
|
canExport?: boolean | null | undefined;
|
|
@@ -2151,7 +2188,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2151
2188
|
required?: boolean | null | undefined;
|
|
2152
2189
|
} | null | undefined;
|
|
2153
2190
|
uiConfiguration?: {
|
|
2154
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2191
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2155
2192
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2156
2193
|
} | null | undefined;
|
|
2157
2194
|
width?: number | null | undefined;
|
|
@@ -2161,6 +2198,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2161
2198
|
formula?: string | null | undefined;
|
|
2162
2199
|
context?: string[] | null | undefined;
|
|
2163
2200
|
prompt?: string | null | undefined;
|
|
2201
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2164
2202
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2165
2203
|
type: import("zod").ZodLiteral<"number">;
|
|
2166
2204
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2271,13 +2309,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2271
2309
|
required?: boolean | null | undefined;
|
|
2272
2310
|
}>>>;
|
|
2273
2311
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2274
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
2312
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
2275
2313
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2276
2314
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2277
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2315
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2278
2316
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2279
2317
|
}, {
|
|
2280
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2318
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2281
2319
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2282
2320
|
}>>>;
|
|
2283
2321
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2287,6 +2325,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2287
2325
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2288
2326
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2289
2327
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2328
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2290
2329
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2291
2330
|
suggest?: true | undefined;
|
|
2292
2331
|
canExport?: boolean | null | undefined;
|
|
@@ -2305,7 +2344,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2305
2344
|
required?: boolean | null | undefined;
|
|
2306
2345
|
} | null | undefined;
|
|
2307
2346
|
uiConfiguration?: {
|
|
2308
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2347
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2309
2348
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2310
2349
|
} | null | undefined;
|
|
2311
2350
|
width?: number | null | undefined;
|
|
@@ -2315,6 +2354,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2315
2354
|
formula?: string | null | undefined;
|
|
2316
2355
|
context?: string[] | null | undefined;
|
|
2317
2356
|
prompt?: string | null | undefined;
|
|
2357
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2318
2358
|
}, {
|
|
2319
2359
|
suggest?: true | undefined;
|
|
2320
2360
|
canExport?: boolean | null | undefined;
|
|
@@ -2333,7 +2373,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2333
2373
|
required?: boolean | null | undefined;
|
|
2334
2374
|
} | null | undefined;
|
|
2335
2375
|
uiConfiguration?: {
|
|
2336
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2376
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2337
2377
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2338
2378
|
} | null | undefined;
|
|
2339
2379
|
width?: number | null | undefined;
|
|
@@ -2343,6 +2383,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2343
2383
|
formula?: string | null | undefined;
|
|
2344
2384
|
context?: string[] | null | undefined;
|
|
2345
2385
|
prompt?: string | null | undefined;
|
|
2386
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2346
2387
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2347
2388
|
type: import("zod").ZodLiteral<"enum">;
|
|
2348
2389
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -2444,13 +2485,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2444
2485
|
required?: boolean | null | undefined;
|
|
2445
2486
|
}>>>;
|
|
2446
2487
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2447
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
2488
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
2448
2489
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2449
2490
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2450
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2491
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2451
2492
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2452
2493
|
}, {
|
|
2453
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2494
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2454
2495
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2455
2496
|
}>>>;
|
|
2456
2497
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2460,6 +2501,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2460
2501
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2461
2502
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2462
2503
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2504
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2463
2505
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2464
2506
|
suggest?: true | undefined;
|
|
2465
2507
|
canExport?: boolean | null | undefined;
|
|
@@ -2478,7 +2520,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2478
2520
|
required?: boolean | null | undefined;
|
|
2479
2521
|
} | null | undefined;
|
|
2480
2522
|
uiConfiguration?: {
|
|
2481
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2523
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2482
2524
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2483
2525
|
} | null | undefined;
|
|
2484
2526
|
width?: number | null | undefined;
|
|
@@ -2488,6 +2530,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2488
2530
|
formula?: string | null | undefined;
|
|
2489
2531
|
context?: string[] | null | undefined;
|
|
2490
2532
|
prompt?: string | null | undefined;
|
|
2533
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2491
2534
|
}, {
|
|
2492
2535
|
suggest?: true | undefined;
|
|
2493
2536
|
canExport?: boolean | null | undefined;
|
|
@@ -2506,7 +2549,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2506
2549
|
required?: boolean | null | undefined;
|
|
2507
2550
|
} | null | undefined;
|
|
2508
2551
|
uiConfiguration?: {
|
|
2509
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2552
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2510
2553
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2511
2554
|
} | null | undefined;
|
|
2512
2555
|
width?: number | null | undefined;
|
|
@@ -2516,6 +2559,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2516
2559
|
formula?: string | null | undefined;
|
|
2517
2560
|
context?: string[] | null | undefined;
|
|
2518
2561
|
prompt?: string | null | undefined;
|
|
2562
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2519
2563
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2520
2564
|
id: import("zod").ZodString;
|
|
2521
2565
|
label: import("zod").ZodString;
|
|
@@ -2588,7 +2632,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2588
2632
|
required?: boolean | null | undefined;
|
|
2589
2633
|
} | null | undefined;
|
|
2590
2634
|
uiConfiguration?: {
|
|
2591
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2635
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2592
2636
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2593
2637
|
} | null | undefined;
|
|
2594
2638
|
width?: number | null | undefined;
|
|
@@ -2598,6 +2642,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2598
2642
|
formula?: string | null | undefined;
|
|
2599
2643
|
context?: string[] | null | undefined;
|
|
2600
2644
|
prompt?: string | null | undefined;
|
|
2645
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2601
2646
|
}) | ({
|
|
2602
2647
|
type: "date";
|
|
2603
2648
|
format?: string | null | undefined;
|
|
@@ -2627,7 +2672,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2627
2672
|
required?: boolean | null | undefined;
|
|
2628
2673
|
} | null | undefined;
|
|
2629
2674
|
uiConfiguration?: {
|
|
2630
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2675
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2631
2676
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2632
2677
|
} | null | undefined;
|
|
2633
2678
|
width?: number | null | undefined;
|
|
@@ -2637,6 +2682,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2637
2682
|
formula?: string | null | undefined;
|
|
2638
2683
|
context?: string[] | null | undefined;
|
|
2639
2684
|
prompt?: string | null | undefined;
|
|
2685
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2640
2686
|
}) | ({
|
|
2641
2687
|
type: "number";
|
|
2642
2688
|
format?: string | null | undefined;
|
|
@@ -2671,7 +2717,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2671
2717
|
required?: boolean | null | undefined;
|
|
2672
2718
|
} | null | undefined;
|
|
2673
2719
|
uiConfiguration?: {
|
|
2674
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2720
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2675
2721
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2676
2722
|
} | null | undefined;
|
|
2677
2723
|
width?: number | null | undefined;
|
|
@@ -2681,6 +2727,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2681
2727
|
formula?: string | null | undefined;
|
|
2682
2728
|
context?: string[] | null | undefined;
|
|
2683
2729
|
prompt?: string | null | undefined;
|
|
2730
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2684
2731
|
}) | ({
|
|
2685
2732
|
options: {
|
|
2686
2733
|
value: string;
|
|
@@ -2714,7 +2761,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2714
2761
|
required?: boolean | null | undefined;
|
|
2715
2762
|
} | null | undefined;
|
|
2716
2763
|
uiConfiguration?: {
|
|
2717
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2764
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2718
2765
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2719
2766
|
} | null | undefined;
|
|
2720
2767
|
width?: number | null | undefined;
|
|
@@ -2724,6 +2771,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2724
2771
|
formula?: string | null | undefined;
|
|
2725
2772
|
context?: string[] | null | undefined;
|
|
2726
2773
|
prompt?: string | null | undefined;
|
|
2774
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2727
2775
|
}) | ({
|
|
2728
2776
|
id: string;
|
|
2729
2777
|
label: string;
|
|
@@ -2768,7 +2816,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2768
2816
|
required?: boolean | null | undefined;
|
|
2769
2817
|
} | null | undefined;
|
|
2770
2818
|
uiConfiguration?: {
|
|
2771
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2819
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2772
2820
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2773
2821
|
} | null | undefined;
|
|
2774
2822
|
width?: number | null | undefined;
|
|
@@ -2778,6 +2826,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2778
2826
|
formula?: string | null | undefined;
|
|
2779
2827
|
context?: string[] | null | undefined;
|
|
2780
2828
|
prompt?: string | null | undefined;
|
|
2829
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2781
2830
|
}) | ({
|
|
2782
2831
|
type: "date";
|
|
2783
2832
|
format?: string | null | undefined;
|
|
@@ -2807,7 +2856,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2807
2856
|
required?: boolean | null | undefined;
|
|
2808
2857
|
} | null | undefined;
|
|
2809
2858
|
uiConfiguration?: {
|
|
2810
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2859
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2811
2860
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2812
2861
|
} | null | undefined;
|
|
2813
2862
|
width?: number | null | undefined;
|
|
@@ -2817,6 +2866,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2817
2866
|
formula?: string | null | undefined;
|
|
2818
2867
|
context?: string[] | null | undefined;
|
|
2819
2868
|
prompt?: string | null | undefined;
|
|
2869
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2820
2870
|
}) | ({
|
|
2821
2871
|
type: "number";
|
|
2822
2872
|
format?: string | null | undefined;
|
|
@@ -2851,7 +2901,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2851
2901
|
required?: boolean | null | undefined;
|
|
2852
2902
|
} | null | undefined;
|
|
2853
2903
|
uiConfiguration?: {
|
|
2854
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2904
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2855
2905
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2856
2906
|
} | null | undefined;
|
|
2857
2907
|
width?: number | null | undefined;
|
|
@@ -2861,6 +2911,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2861
2911
|
formula?: string | null | undefined;
|
|
2862
2912
|
context?: string[] | null | undefined;
|
|
2863
2913
|
prompt?: string | null | undefined;
|
|
2914
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2864
2915
|
}) | ({
|
|
2865
2916
|
options: {
|
|
2866
2917
|
value: string;
|
|
@@ -2894,7 +2945,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2894
2945
|
required?: boolean | null | undefined;
|
|
2895
2946
|
} | null | undefined;
|
|
2896
2947
|
uiConfiguration?: {
|
|
2897
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2948
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2898
2949
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2899
2950
|
} | null | undefined;
|
|
2900
2951
|
width?: number | null | undefined;
|
|
@@ -2904,6 +2955,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
2904
2955
|
formula?: string | null | undefined;
|
|
2905
2956
|
context?: string[] | null | undefined;
|
|
2906
2957
|
prompt?: string | null | undefined;
|
|
2958
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2907
2959
|
}) | ({
|
|
2908
2960
|
id: string;
|
|
2909
2961
|
label: string;
|
|
@@ -3061,13 +3113,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3061
3113
|
required?: boolean | null | undefined;
|
|
3062
3114
|
}>>>;
|
|
3063
3115
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3064
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
3116
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
3065
3117
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3066
3118
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3067
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3119
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3068
3120
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3069
3121
|
}, {
|
|
3070
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3122
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3071
3123
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3072
3124
|
}>>>;
|
|
3073
3125
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3077,6 +3129,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3077
3129
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3078
3130
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3079
3131
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3132
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3080
3133
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3081
3134
|
suggest?: true | undefined;
|
|
3082
3135
|
canExport?: boolean | null | undefined;
|
|
@@ -3095,7 +3148,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3095
3148
|
required?: boolean | null | undefined;
|
|
3096
3149
|
} | null | undefined;
|
|
3097
3150
|
uiConfiguration?: {
|
|
3098
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3151
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3099
3152
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3100
3153
|
} | null | undefined;
|
|
3101
3154
|
width?: number | null | undefined;
|
|
@@ -3105,6 +3158,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3105
3158
|
formula?: string | null | undefined;
|
|
3106
3159
|
context?: string[] | null | undefined;
|
|
3107
3160
|
prompt?: string | null | undefined;
|
|
3161
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3108
3162
|
}, {
|
|
3109
3163
|
suggest?: true | undefined;
|
|
3110
3164
|
canExport?: boolean | null | undefined;
|
|
@@ -3123,7 +3177,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3123
3177
|
required?: boolean | null | undefined;
|
|
3124
3178
|
} | null | undefined;
|
|
3125
3179
|
uiConfiguration?: {
|
|
3126
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3180
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3127
3181
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3128
3182
|
} | null | undefined;
|
|
3129
3183
|
width?: number | null | undefined;
|
|
@@ -3133,6 +3187,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3133
3187
|
formula?: string | null | undefined;
|
|
3134
3188
|
context?: string[] | null | undefined;
|
|
3135
3189
|
prompt?: string | null | undefined;
|
|
3190
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3136
3191
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3137
3192
|
type: import("zod").ZodLiteral<"date">;
|
|
3138
3193
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3216,13 +3271,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3216
3271
|
required?: boolean | null | undefined;
|
|
3217
3272
|
}>>>;
|
|
3218
3273
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3219
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
3274
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
3220
3275
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3221
3276
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3222
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3277
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3223
3278
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3224
3279
|
}, {
|
|
3225
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3280
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3226
3281
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3227
3282
|
}>>>;
|
|
3228
3283
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3232,6 +3287,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3232
3287
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3233
3288
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3234
3289
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3290
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3235
3291
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3236
3292
|
suggest?: true | undefined;
|
|
3237
3293
|
canExport?: boolean | null | undefined;
|
|
@@ -3250,7 +3306,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3250
3306
|
required?: boolean | null | undefined;
|
|
3251
3307
|
} | null | undefined;
|
|
3252
3308
|
uiConfiguration?: {
|
|
3253
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3309
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3254
3310
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3255
3311
|
} | null | undefined;
|
|
3256
3312
|
width?: number | null | undefined;
|
|
@@ -3260,6 +3316,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3260
3316
|
formula?: string | null | undefined;
|
|
3261
3317
|
context?: string[] | null | undefined;
|
|
3262
3318
|
prompt?: string | null | undefined;
|
|
3319
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3263
3320
|
}, {
|
|
3264
3321
|
suggest?: true | undefined;
|
|
3265
3322
|
canExport?: boolean | null | undefined;
|
|
@@ -3278,7 +3335,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3278
3335
|
required?: boolean | null | undefined;
|
|
3279
3336
|
} | null | undefined;
|
|
3280
3337
|
uiConfiguration?: {
|
|
3281
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3338
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3282
3339
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3283
3340
|
} | null | undefined;
|
|
3284
3341
|
width?: number | null | undefined;
|
|
@@ -3288,6 +3345,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3288
3345
|
formula?: string | null | undefined;
|
|
3289
3346
|
context?: string[] | null | undefined;
|
|
3290
3347
|
prompt?: string | null | undefined;
|
|
3348
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3291
3349
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3292
3350
|
type: import("zod").ZodLiteral<"number">;
|
|
3293
3351
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3398,13 +3456,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3398
3456
|
required?: boolean | null | undefined;
|
|
3399
3457
|
}>>>;
|
|
3400
3458
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3401
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
3459
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
3402
3460
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3403
3461
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3404
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3462
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3405
3463
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3406
3464
|
}, {
|
|
3407
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3465
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3408
3466
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3409
3467
|
}>>>;
|
|
3410
3468
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3414,6 +3472,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3414
3472
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3415
3473
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3416
3474
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3475
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3417
3476
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3418
3477
|
suggest?: true | undefined;
|
|
3419
3478
|
canExport?: boolean | null | undefined;
|
|
@@ -3432,7 +3491,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3432
3491
|
required?: boolean | null | undefined;
|
|
3433
3492
|
} | null | undefined;
|
|
3434
3493
|
uiConfiguration?: {
|
|
3435
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3494
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3436
3495
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3437
3496
|
} | null | undefined;
|
|
3438
3497
|
width?: number | null | undefined;
|
|
@@ -3442,6 +3501,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3442
3501
|
formula?: string | null | undefined;
|
|
3443
3502
|
context?: string[] | null | undefined;
|
|
3444
3503
|
prompt?: string | null | undefined;
|
|
3504
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3445
3505
|
}, {
|
|
3446
3506
|
suggest?: true | undefined;
|
|
3447
3507
|
canExport?: boolean | null | undefined;
|
|
@@ -3460,7 +3520,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3460
3520
|
required?: boolean | null | undefined;
|
|
3461
3521
|
} | null | undefined;
|
|
3462
3522
|
uiConfiguration?: {
|
|
3463
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3523
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3464
3524
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3465
3525
|
} | null | undefined;
|
|
3466
3526
|
width?: number | null | undefined;
|
|
@@ -3470,6 +3530,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3470
3530
|
formula?: string | null | undefined;
|
|
3471
3531
|
context?: string[] | null | undefined;
|
|
3472
3532
|
prompt?: string | null | undefined;
|
|
3533
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3473
3534
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3474
3535
|
type: import("zod").ZodLiteral<"enum">;
|
|
3475
3536
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -3571,13 +3632,13 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3571
3632
|
required?: boolean | null | undefined;
|
|
3572
3633
|
}>>>;
|
|
3573
3634
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3574
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
3635
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
3575
3636
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3576
3637
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3577
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3638
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3578
3639
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3579
3640
|
}, {
|
|
3580
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3641
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3581
3642
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3582
3643
|
}>>>;
|
|
3583
3644
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3587,6 +3648,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3587
3648
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3588
3649
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3589
3650
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3651
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3590
3652
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3591
3653
|
suggest?: true | undefined;
|
|
3592
3654
|
canExport?: boolean | null | undefined;
|
|
@@ -3605,7 +3667,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3605
3667
|
required?: boolean | null | undefined;
|
|
3606
3668
|
} | null | undefined;
|
|
3607
3669
|
uiConfiguration?: {
|
|
3608
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3670
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3609
3671
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3610
3672
|
} | null | undefined;
|
|
3611
3673
|
width?: number | null | undefined;
|
|
@@ -3615,6 +3677,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3615
3677
|
formula?: string | null | undefined;
|
|
3616
3678
|
context?: string[] | null | undefined;
|
|
3617
3679
|
prompt?: string | null | undefined;
|
|
3680
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3618
3681
|
}, {
|
|
3619
3682
|
suggest?: true | undefined;
|
|
3620
3683
|
canExport?: boolean | null | undefined;
|
|
@@ -3633,7 +3696,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3633
3696
|
required?: boolean | null | undefined;
|
|
3634
3697
|
} | null | undefined;
|
|
3635
3698
|
uiConfiguration?: {
|
|
3636
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3699
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3637
3700
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3638
3701
|
} | null | undefined;
|
|
3639
3702
|
width?: number | null | undefined;
|
|
@@ -3643,6 +3706,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3643
3706
|
formula?: string | null | undefined;
|
|
3644
3707
|
context?: string[] | null | undefined;
|
|
3645
3708
|
prompt?: string | null | undefined;
|
|
3709
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3646
3710
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3647
3711
|
id: import("zod").ZodString;
|
|
3648
3712
|
label: import("zod").ZodString;
|
|
@@ -3716,7 +3780,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3716
3780
|
required?: boolean | null | undefined;
|
|
3717
3781
|
} | null | undefined;
|
|
3718
3782
|
uiConfiguration?: {
|
|
3719
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3783
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3720
3784
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3721
3785
|
} | null | undefined;
|
|
3722
3786
|
width?: number | null | undefined;
|
|
@@ -3726,6 +3790,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3726
3790
|
formula?: string | null | undefined;
|
|
3727
3791
|
context?: string[] | null | undefined;
|
|
3728
3792
|
prompt?: string | null | undefined;
|
|
3793
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3729
3794
|
}) | ({
|
|
3730
3795
|
type: "date";
|
|
3731
3796
|
format?: string | null | undefined;
|
|
@@ -3755,7 +3820,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3755
3820
|
required?: boolean | null | undefined;
|
|
3756
3821
|
} | null | undefined;
|
|
3757
3822
|
uiConfiguration?: {
|
|
3758
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3823
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3759
3824
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3760
3825
|
} | null | undefined;
|
|
3761
3826
|
width?: number | null | undefined;
|
|
@@ -3765,6 +3830,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3765
3830
|
formula?: string | null | undefined;
|
|
3766
3831
|
context?: string[] | null | undefined;
|
|
3767
3832
|
prompt?: string | null | undefined;
|
|
3833
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3768
3834
|
}) | ({
|
|
3769
3835
|
type: "number";
|
|
3770
3836
|
format?: string | null | undefined;
|
|
@@ -3799,7 +3865,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3799
3865
|
required?: boolean | null | undefined;
|
|
3800
3866
|
} | null | undefined;
|
|
3801
3867
|
uiConfiguration?: {
|
|
3802
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3868
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3803
3869
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3804
3870
|
} | null | undefined;
|
|
3805
3871
|
width?: number | null | undefined;
|
|
@@ -3809,6 +3875,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3809
3875
|
formula?: string | null | undefined;
|
|
3810
3876
|
context?: string[] | null | undefined;
|
|
3811
3877
|
prompt?: string | null | undefined;
|
|
3878
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3812
3879
|
}) | ({
|
|
3813
3880
|
options: {
|
|
3814
3881
|
value: string;
|
|
@@ -3842,7 +3909,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3842
3909
|
required?: boolean | null | undefined;
|
|
3843
3910
|
} | null | undefined;
|
|
3844
3911
|
uiConfiguration?: {
|
|
3845
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3912
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3846
3913
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3847
3914
|
} | null | undefined;
|
|
3848
3915
|
width?: number | null | undefined;
|
|
@@ -3852,6 +3919,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3852
3919
|
formula?: string | null | undefined;
|
|
3853
3920
|
context?: string[] | null | undefined;
|
|
3854
3921
|
prompt?: string | null | undefined;
|
|
3922
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3855
3923
|
}) | ({
|
|
3856
3924
|
id: string;
|
|
3857
3925
|
label: string;
|
|
@@ -3898,7 +3966,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3898
3966
|
required?: boolean | null | undefined;
|
|
3899
3967
|
} | null | undefined;
|
|
3900
3968
|
uiConfiguration?: {
|
|
3901
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3969
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3902
3970
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3903
3971
|
} | null | undefined;
|
|
3904
3972
|
width?: number | null | undefined;
|
|
@@ -3908,6 +3976,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3908
3976
|
formula?: string | null | undefined;
|
|
3909
3977
|
context?: string[] | null | undefined;
|
|
3910
3978
|
prompt?: string | null | undefined;
|
|
3979
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3911
3980
|
}) | ({
|
|
3912
3981
|
type: "date";
|
|
3913
3982
|
format?: string | null | undefined;
|
|
@@ -3937,7 +4006,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3937
4006
|
required?: boolean | null | undefined;
|
|
3938
4007
|
} | null | undefined;
|
|
3939
4008
|
uiConfiguration?: {
|
|
3940
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4009
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3941
4010
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3942
4011
|
} | null | undefined;
|
|
3943
4012
|
width?: number | null | undefined;
|
|
@@ -3947,6 +4016,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3947
4016
|
formula?: string | null | undefined;
|
|
3948
4017
|
context?: string[] | null | undefined;
|
|
3949
4018
|
prompt?: string | null | undefined;
|
|
4019
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3950
4020
|
}) | ({
|
|
3951
4021
|
type: "number";
|
|
3952
4022
|
format?: string | null | undefined;
|
|
@@ -3981,7 +4051,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3981
4051
|
required?: boolean | null | undefined;
|
|
3982
4052
|
} | null | undefined;
|
|
3983
4053
|
uiConfiguration?: {
|
|
3984
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4054
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3985
4055
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3986
4056
|
} | null | undefined;
|
|
3987
4057
|
width?: number | null | undefined;
|
|
@@ -3991,6 +4061,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
3991
4061
|
formula?: string | null | undefined;
|
|
3992
4062
|
context?: string[] | null | undefined;
|
|
3993
4063
|
prompt?: string | null | undefined;
|
|
4064
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3994
4065
|
}) | ({
|
|
3995
4066
|
options: {
|
|
3996
4067
|
value: string;
|
|
@@ -4024,7 +4095,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4024
4095
|
required?: boolean | null | undefined;
|
|
4025
4096
|
} | null | undefined;
|
|
4026
4097
|
uiConfiguration?: {
|
|
4027
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4098
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4028
4099
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4029
4100
|
} | null | undefined;
|
|
4030
4101
|
width?: number | null | undefined;
|
|
@@ -4034,6 +4105,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4034
4105
|
formula?: string | null | undefined;
|
|
4035
4106
|
context?: string[] | null | undefined;
|
|
4036
4107
|
prompt?: string | null | undefined;
|
|
4108
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4037
4109
|
}) | ({
|
|
4038
4110
|
id: string;
|
|
4039
4111
|
label: string;
|
|
@@ -4100,7 +4172,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4100
4172
|
required?: boolean | null | undefined;
|
|
4101
4173
|
} | null | undefined;
|
|
4102
4174
|
uiConfiguration?: {
|
|
4103
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4175
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4104
4176
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4105
4177
|
} | null | undefined;
|
|
4106
4178
|
width?: number | null | undefined;
|
|
@@ -4110,6 +4182,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4110
4182
|
formula?: string | null | undefined;
|
|
4111
4183
|
context?: string[] | null | undefined;
|
|
4112
4184
|
prompt?: string | null | undefined;
|
|
4185
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4113
4186
|
}) | ({
|
|
4114
4187
|
type: "date";
|
|
4115
4188
|
format?: string | null | undefined;
|
|
@@ -4139,7 +4212,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4139
4212
|
required?: boolean | null | undefined;
|
|
4140
4213
|
} | null | undefined;
|
|
4141
4214
|
uiConfiguration?: {
|
|
4142
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4215
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4143
4216
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4144
4217
|
} | null | undefined;
|
|
4145
4218
|
width?: number | null | undefined;
|
|
@@ -4149,6 +4222,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4149
4222
|
formula?: string | null | undefined;
|
|
4150
4223
|
context?: string[] | null | undefined;
|
|
4151
4224
|
prompt?: string | null | undefined;
|
|
4225
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4152
4226
|
}) | ({
|
|
4153
4227
|
type: "number";
|
|
4154
4228
|
format?: string | null | undefined;
|
|
@@ -4183,7 +4257,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4183
4257
|
required?: boolean | null | undefined;
|
|
4184
4258
|
} | null | undefined;
|
|
4185
4259
|
uiConfiguration?: {
|
|
4186
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4260
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4187
4261
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4188
4262
|
} | null | undefined;
|
|
4189
4263
|
width?: number | null | undefined;
|
|
@@ -4193,6 +4267,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4193
4267
|
formula?: string | null | undefined;
|
|
4194
4268
|
context?: string[] | null | undefined;
|
|
4195
4269
|
prompt?: string | null | undefined;
|
|
4270
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4196
4271
|
}) | ({
|
|
4197
4272
|
options: {
|
|
4198
4273
|
value: string;
|
|
@@ -4226,7 +4301,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4226
4301
|
required?: boolean | null | undefined;
|
|
4227
4302
|
} | null | undefined;
|
|
4228
4303
|
uiConfiguration?: {
|
|
4229
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4304
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4230
4305
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4231
4306
|
} | null | undefined;
|
|
4232
4307
|
width?: number | null | undefined;
|
|
@@ -4236,6 +4311,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4236
4311
|
formula?: string | null | undefined;
|
|
4237
4312
|
context?: string[] | null | undefined;
|
|
4238
4313
|
prompt?: string | null | undefined;
|
|
4314
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4239
4315
|
}) | ({
|
|
4240
4316
|
id: string;
|
|
4241
4317
|
label: string;
|
|
@@ -4290,7 +4366,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4290
4366
|
required?: boolean | null | undefined;
|
|
4291
4367
|
} | null | undefined;
|
|
4292
4368
|
uiConfiguration?: {
|
|
4293
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4369
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4294
4370
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4295
4371
|
} | null | undefined;
|
|
4296
4372
|
width?: number | null | undefined;
|
|
@@ -4300,6 +4376,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4300
4376
|
formula?: string | null | undefined;
|
|
4301
4377
|
context?: string[] | null | undefined;
|
|
4302
4378
|
prompt?: string | null | undefined;
|
|
4379
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4303
4380
|
}) | ({
|
|
4304
4381
|
type: "date";
|
|
4305
4382
|
format?: string | null | undefined;
|
|
@@ -4329,7 +4406,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4329
4406
|
required?: boolean | null | undefined;
|
|
4330
4407
|
} | null | undefined;
|
|
4331
4408
|
uiConfiguration?: {
|
|
4332
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4409
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4333
4410
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4334
4411
|
} | null | undefined;
|
|
4335
4412
|
width?: number | null | undefined;
|
|
@@ -4339,6 +4416,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4339
4416
|
formula?: string | null | undefined;
|
|
4340
4417
|
context?: string[] | null | undefined;
|
|
4341
4418
|
prompt?: string | null | undefined;
|
|
4419
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4342
4420
|
}) | ({
|
|
4343
4421
|
type: "number";
|
|
4344
4422
|
format?: string | null | undefined;
|
|
@@ -4373,7 +4451,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4373
4451
|
required?: boolean | null | undefined;
|
|
4374
4452
|
} | null | undefined;
|
|
4375
4453
|
uiConfiguration?: {
|
|
4376
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4454
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4377
4455
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4378
4456
|
} | null | undefined;
|
|
4379
4457
|
width?: number | null | undefined;
|
|
@@ -4383,6 +4461,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4383
4461
|
formula?: string | null | undefined;
|
|
4384
4462
|
context?: string[] | null | undefined;
|
|
4385
4463
|
prompt?: string | null | undefined;
|
|
4464
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4386
4465
|
}) | ({
|
|
4387
4466
|
options: {
|
|
4388
4467
|
value: string;
|
|
@@ -4416,7 +4495,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4416
4495
|
required?: boolean | null | undefined;
|
|
4417
4496
|
} | null | undefined;
|
|
4418
4497
|
uiConfiguration?: {
|
|
4419
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4498
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4420
4499
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4421
4500
|
} | null | undefined;
|
|
4422
4501
|
width?: number | null | undefined;
|
|
@@ -4426,6 +4505,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4426
4505
|
formula?: string | null | undefined;
|
|
4427
4506
|
context?: string[] | null | undefined;
|
|
4428
4507
|
prompt?: string | null | undefined;
|
|
4508
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4429
4509
|
}) | ({
|
|
4430
4510
|
id: string;
|
|
4431
4511
|
label: string;
|
|
@@ -4540,7 +4620,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4540
4620
|
required?: boolean | null | undefined;
|
|
4541
4621
|
} | null | undefined;
|
|
4542
4622
|
uiConfiguration?: {
|
|
4543
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4623
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4544
4624
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4545
4625
|
} | null | undefined;
|
|
4546
4626
|
width?: number | null | undefined;
|
|
@@ -4550,6 +4630,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4550
4630
|
formula?: string | null | undefined;
|
|
4551
4631
|
context?: string[] | null | undefined;
|
|
4552
4632
|
prompt?: string | null | undefined;
|
|
4633
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4553
4634
|
}) | ({
|
|
4554
4635
|
type: "date";
|
|
4555
4636
|
format?: string | null | undefined;
|
|
@@ -4579,7 +4660,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4579
4660
|
required?: boolean | null | undefined;
|
|
4580
4661
|
} | null | undefined;
|
|
4581
4662
|
uiConfiguration?: {
|
|
4582
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4663
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4583
4664
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4584
4665
|
} | null | undefined;
|
|
4585
4666
|
width?: number | null | undefined;
|
|
@@ -4589,6 +4670,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4589
4670
|
formula?: string | null | undefined;
|
|
4590
4671
|
context?: string[] | null | undefined;
|
|
4591
4672
|
prompt?: string | null | undefined;
|
|
4673
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4592
4674
|
}) | ({
|
|
4593
4675
|
type: "number";
|
|
4594
4676
|
format?: string | null | undefined;
|
|
@@ -4623,7 +4705,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4623
4705
|
required?: boolean | null | undefined;
|
|
4624
4706
|
} | null | undefined;
|
|
4625
4707
|
uiConfiguration?: {
|
|
4626
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4708
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4627
4709
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4628
4710
|
} | null | undefined;
|
|
4629
4711
|
width?: number | null | undefined;
|
|
@@ -4633,6 +4715,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4633
4715
|
formula?: string | null | undefined;
|
|
4634
4716
|
context?: string[] | null | undefined;
|
|
4635
4717
|
prompt?: string | null | undefined;
|
|
4718
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4636
4719
|
}) | ({
|
|
4637
4720
|
options: {
|
|
4638
4721
|
value: string;
|
|
@@ -4666,7 +4749,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4666
4749
|
required?: boolean | null | undefined;
|
|
4667
4750
|
} | null | undefined;
|
|
4668
4751
|
uiConfiguration?: {
|
|
4669
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4752
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4670
4753
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4671
4754
|
} | null | undefined;
|
|
4672
4755
|
width?: number | null | undefined;
|
|
@@ -4676,6 +4759,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4676
4759
|
formula?: string | null | undefined;
|
|
4677
4760
|
context?: string[] | null | undefined;
|
|
4678
4761
|
prompt?: string | null | undefined;
|
|
4762
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4679
4763
|
}) | ({
|
|
4680
4764
|
id: string;
|
|
4681
4765
|
label: string;
|
|
@@ -4719,7 +4803,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4719
4803
|
required?: boolean | null | undefined;
|
|
4720
4804
|
} | null | undefined;
|
|
4721
4805
|
uiConfiguration?: {
|
|
4722
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4806
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4723
4807
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4724
4808
|
} | null | undefined;
|
|
4725
4809
|
width?: number | null | undefined;
|
|
@@ -4729,6 +4813,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4729
4813
|
formula?: string | null | undefined;
|
|
4730
4814
|
context?: string[] | null | undefined;
|
|
4731
4815
|
prompt?: string | null | undefined;
|
|
4816
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4732
4817
|
}) | ({
|
|
4733
4818
|
type: "date";
|
|
4734
4819
|
format?: string | null | undefined;
|
|
@@ -4758,7 +4843,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4758
4843
|
required?: boolean | null | undefined;
|
|
4759
4844
|
} | null | undefined;
|
|
4760
4845
|
uiConfiguration?: {
|
|
4761
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4846
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4762
4847
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4763
4848
|
} | null | undefined;
|
|
4764
4849
|
width?: number | null | undefined;
|
|
@@ -4768,6 +4853,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4768
4853
|
formula?: string | null | undefined;
|
|
4769
4854
|
context?: string[] | null | undefined;
|
|
4770
4855
|
prompt?: string | null | undefined;
|
|
4856
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4771
4857
|
}) | ({
|
|
4772
4858
|
type: "number";
|
|
4773
4859
|
format?: string | null | undefined;
|
|
@@ -4802,7 +4888,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4802
4888
|
required?: boolean | null | undefined;
|
|
4803
4889
|
} | null | undefined;
|
|
4804
4890
|
uiConfiguration?: {
|
|
4805
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4891
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4806
4892
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4807
4893
|
} | null | undefined;
|
|
4808
4894
|
width?: number | null | undefined;
|
|
@@ -4812,6 +4898,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4812
4898
|
formula?: string | null | undefined;
|
|
4813
4899
|
context?: string[] | null | undefined;
|
|
4814
4900
|
prompt?: string | null | undefined;
|
|
4901
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4815
4902
|
}) | ({
|
|
4816
4903
|
options: {
|
|
4817
4904
|
value: string;
|
|
@@ -4845,7 +4932,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4845
4932
|
required?: boolean | null | undefined;
|
|
4846
4933
|
} | null | undefined;
|
|
4847
4934
|
uiConfiguration?: {
|
|
4848
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4935
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4849
4936
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4850
4937
|
} | null | undefined;
|
|
4851
4938
|
width?: number | null | undefined;
|
|
@@ -4855,6 +4942,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4855
4942
|
formula?: string | null | undefined;
|
|
4856
4943
|
context?: string[] | null | undefined;
|
|
4857
4944
|
prompt?: string | null | undefined;
|
|
4945
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4858
4946
|
}) | ({
|
|
4859
4947
|
id: string;
|
|
4860
4948
|
label: string;
|
|
@@ -4907,7 +4995,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4907
4995
|
required?: boolean | null | undefined;
|
|
4908
4996
|
} | null | undefined;
|
|
4909
4997
|
uiConfiguration?: {
|
|
4910
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4998
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4911
4999
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4912
5000
|
} | null | undefined;
|
|
4913
5001
|
width?: number | null | undefined;
|
|
@@ -4917,6 +5005,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4917
5005
|
formula?: string | null | undefined;
|
|
4918
5006
|
context?: string[] | null | undefined;
|
|
4919
5007
|
prompt?: string | null | undefined;
|
|
5008
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4920
5009
|
}) | ({
|
|
4921
5010
|
type: "date";
|
|
4922
5011
|
format?: string | null | undefined;
|
|
@@ -4946,7 +5035,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4946
5035
|
required?: boolean | null | undefined;
|
|
4947
5036
|
} | null | undefined;
|
|
4948
5037
|
uiConfiguration?: {
|
|
4949
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5038
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4950
5039
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4951
5040
|
} | null | undefined;
|
|
4952
5041
|
width?: number | null | undefined;
|
|
@@ -4956,6 +5045,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4956
5045
|
formula?: string | null | undefined;
|
|
4957
5046
|
context?: string[] | null | undefined;
|
|
4958
5047
|
prompt?: string | null | undefined;
|
|
5048
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4959
5049
|
}) | ({
|
|
4960
5050
|
type: "number";
|
|
4961
5051
|
format?: string | null | undefined;
|
|
@@ -4990,7 +5080,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
4990
5080
|
required?: boolean | null | undefined;
|
|
4991
5081
|
} | null | undefined;
|
|
4992
5082
|
uiConfiguration?: {
|
|
4993
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5083
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4994
5084
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4995
5085
|
} | null | undefined;
|
|
4996
5086
|
width?: number | null | undefined;
|
|
@@ -5000,6 +5090,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5000
5090
|
formula?: string | null | undefined;
|
|
5001
5091
|
context?: string[] | null | undefined;
|
|
5002
5092
|
prompt?: string | null | undefined;
|
|
5093
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5003
5094
|
}) | ({
|
|
5004
5095
|
options: {
|
|
5005
5096
|
value: string;
|
|
@@ -5033,7 +5124,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5033
5124
|
required?: boolean | null | undefined;
|
|
5034
5125
|
} | null | undefined;
|
|
5035
5126
|
uiConfiguration?: {
|
|
5036
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5127
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5037
5128
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5038
5129
|
} | null | undefined;
|
|
5039
5130
|
width?: number | null | undefined;
|
|
@@ -5043,6 +5134,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5043
5134
|
formula?: string | null | undefined;
|
|
5044
5135
|
context?: string[] | null | undefined;
|
|
5045
5136
|
prompt?: string | null | undefined;
|
|
5137
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5046
5138
|
}) | ({
|
|
5047
5139
|
id: string;
|
|
5048
5140
|
label: string;
|
|
@@ -5105,7 +5197,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5105
5197
|
required?: boolean | null | undefined;
|
|
5106
5198
|
} | null | undefined;
|
|
5107
5199
|
uiConfiguration?: {
|
|
5108
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5200
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5109
5201
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5110
5202
|
} | null | undefined;
|
|
5111
5203
|
width?: number | null | undefined;
|
|
@@ -5115,6 +5207,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5115
5207
|
formula?: string | null | undefined;
|
|
5116
5208
|
context?: string[] | null | undefined;
|
|
5117
5209
|
prompt?: string | null | undefined;
|
|
5210
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5118
5211
|
}) | ({
|
|
5119
5212
|
type: "date";
|
|
5120
5213
|
format?: string | null | undefined;
|
|
@@ -5144,7 +5237,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5144
5237
|
required?: boolean | null | undefined;
|
|
5145
5238
|
} | null | undefined;
|
|
5146
5239
|
uiConfiguration?: {
|
|
5147
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5240
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5148
5241
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5149
5242
|
} | null | undefined;
|
|
5150
5243
|
width?: number | null | undefined;
|
|
@@ -5154,6 +5247,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5154
5247
|
formula?: string | null | undefined;
|
|
5155
5248
|
context?: string[] | null | undefined;
|
|
5156
5249
|
prompt?: string | null | undefined;
|
|
5250
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5157
5251
|
}) | ({
|
|
5158
5252
|
type: "number";
|
|
5159
5253
|
format?: string | null | undefined;
|
|
@@ -5188,7 +5282,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5188
5282
|
required?: boolean | null | undefined;
|
|
5189
5283
|
} | null | undefined;
|
|
5190
5284
|
uiConfiguration?: {
|
|
5191
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5285
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5192
5286
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5193
5287
|
} | null | undefined;
|
|
5194
5288
|
width?: number | null | undefined;
|
|
@@ -5198,6 +5292,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5198
5292
|
formula?: string | null | undefined;
|
|
5199
5293
|
context?: string[] | null | undefined;
|
|
5200
5294
|
prompt?: string | null | undefined;
|
|
5295
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5201
5296
|
}) | ({
|
|
5202
5297
|
options: {
|
|
5203
5298
|
value: string;
|
|
@@ -5231,7 +5326,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5231
5326
|
required?: boolean | null | undefined;
|
|
5232
5327
|
} | null | undefined;
|
|
5233
5328
|
uiConfiguration?: {
|
|
5234
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5329
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5235
5330
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5236
5331
|
} | null | undefined;
|
|
5237
5332
|
width?: number | null | undefined;
|
|
@@ -5241,6 +5336,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5241
5336
|
formula?: string | null | undefined;
|
|
5242
5337
|
context?: string[] | null | undefined;
|
|
5243
5338
|
prompt?: string | null | undefined;
|
|
5339
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5244
5340
|
}) | ({
|
|
5245
5341
|
id: string;
|
|
5246
5342
|
label: string;
|
|
@@ -5314,7 +5410,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5314
5410
|
required?: boolean | null | undefined;
|
|
5315
5411
|
} | null | undefined;
|
|
5316
5412
|
uiConfiguration?: {
|
|
5317
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5413
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5318
5414
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5319
5415
|
} | null | undefined;
|
|
5320
5416
|
width?: number | null | undefined;
|
|
@@ -5324,6 +5420,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5324
5420
|
formula?: string | null | undefined;
|
|
5325
5421
|
context?: string[] | null | undefined;
|
|
5326
5422
|
prompt?: string | null | undefined;
|
|
5423
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5327
5424
|
}) | ({
|
|
5328
5425
|
type: "date";
|
|
5329
5426
|
format?: string | null | undefined;
|
|
@@ -5353,7 +5450,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5353
5450
|
required?: boolean | null | undefined;
|
|
5354
5451
|
} | null | undefined;
|
|
5355
5452
|
uiConfiguration?: {
|
|
5356
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5453
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5357
5454
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5358
5455
|
} | null | undefined;
|
|
5359
5456
|
width?: number | null | undefined;
|
|
@@ -5363,6 +5460,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5363
5460
|
formula?: string | null | undefined;
|
|
5364
5461
|
context?: string[] | null | undefined;
|
|
5365
5462
|
prompt?: string | null | undefined;
|
|
5463
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5366
5464
|
}) | ({
|
|
5367
5465
|
type: "number";
|
|
5368
5466
|
format?: string | null | undefined;
|
|
@@ -5397,7 +5495,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5397
5495
|
required?: boolean | null | undefined;
|
|
5398
5496
|
} | null | undefined;
|
|
5399
5497
|
uiConfiguration?: {
|
|
5400
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5498
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5401
5499
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5402
5500
|
} | null | undefined;
|
|
5403
5501
|
width?: number | null | undefined;
|
|
@@ -5407,6 +5505,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5407
5505
|
formula?: string | null | undefined;
|
|
5408
5506
|
context?: string[] | null | undefined;
|
|
5409
5507
|
prompt?: string | null | undefined;
|
|
5508
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5410
5509
|
}) | ({
|
|
5411
5510
|
options: {
|
|
5412
5511
|
value: string;
|
|
@@ -5440,7 +5539,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5440
5539
|
required?: boolean | null | undefined;
|
|
5441
5540
|
} | null | undefined;
|
|
5442
5541
|
uiConfiguration?: {
|
|
5443
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5542
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5444
5543
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5445
5544
|
} | null | undefined;
|
|
5446
5545
|
width?: number | null | undefined;
|
|
@@ -5450,6 +5549,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5450
5549
|
formula?: string | null | undefined;
|
|
5451
5550
|
context?: string[] | null | undefined;
|
|
5452
5551
|
prompt?: string | null | undefined;
|
|
5552
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5453
5553
|
}) | ({
|
|
5454
5554
|
id: string;
|
|
5455
5555
|
label: string;
|
|
@@ -5493,7 +5593,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5493
5593
|
required?: boolean | null | undefined;
|
|
5494
5594
|
} | null | undefined;
|
|
5495
5595
|
uiConfiguration?: {
|
|
5496
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5596
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5497
5597
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5498
5598
|
} | null | undefined;
|
|
5499
5599
|
width?: number | null | undefined;
|
|
@@ -5503,6 +5603,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5503
5603
|
formula?: string | null | undefined;
|
|
5504
5604
|
context?: string[] | null | undefined;
|
|
5505
5605
|
prompt?: string | null | undefined;
|
|
5606
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5506
5607
|
}) | ({
|
|
5507
5608
|
type: "date";
|
|
5508
5609
|
format?: string | null | undefined;
|
|
@@ -5532,7 +5633,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5532
5633
|
required?: boolean | null | undefined;
|
|
5533
5634
|
} | null | undefined;
|
|
5534
5635
|
uiConfiguration?: {
|
|
5535
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5636
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5536
5637
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5537
5638
|
} | null | undefined;
|
|
5538
5639
|
width?: number | null | undefined;
|
|
@@ -5542,6 +5643,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5542
5643
|
formula?: string | null | undefined;
|
|
5543
5644
|
context?: string[] | null | undefined;
|
|
5544
5645
|
prompt?: string | null | undefined;
|
|
5646
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5545
5647
|
}) | ({
|
|
5546
5648
|
type: "number";
|
|
5547
5649
|
format?: string | null | undefined;
|
|
@@ -5576,7 +5678,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5576
5678
|
required?: boolean | null | undefined;
|
|
5577
5679
|
} | null | undefined;
|
|
5578
5680
|
uiConfiguration?: {
|
|
5579
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5681
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5580
5682
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5581
5683
|
} | null | undefined;
|
|
5582
5684
|
width?: number | null | undefined;
|
|
@@ -5586,6 +5688,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5586
5688
|
formula?: string | null | undefined;
|
|
5587
5689
|
context?: string[] | null | undefined;
|
|
5588
5690
|
prompt?: string | null | undefined;
|
|
5691
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5589
5692
|
}) | ({
|
|
5590
5693
|
options: {
|
|
5591
5694
|
value: string;
|
|
@@ -5619,7 +5722,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5619
5722
|
required?: boolean | null | undefined;
|
|
5620
5723
|
} | null | undefined;
|
|
5621
5724
|
uiConfiguration?: {
|
|
5622
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5725
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5623
5726
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5624
5727
|
} | null | undefined;
|
|
5625
5728
|
width?: number | null | undefined;
|
|
@@ -5629,6 +5732,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5629
5732
|
formula?: string | null | undefined;
|
|
5630
5733
|
context?: string[] | null | undefined;
|
|
5631
5734
|
prompt?: string | null | undefined;
|
|
5735
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5632
5736
|
}) | ({
|
|
5633
5737
|
id: string;
|
|
5634
5738
|
label: string;
|
|
@@ -5681,7 +5785,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5681
5785
|
required?: boolean | null | undefined;
|
|
5682
5786
|
} | null | undefined;
|
|
5683
5787
|
uiConfiguration?: {
|
|
5684
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5788
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5685
5789
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5686
5790
|
} | null | undefined;
|
|
5687
5791
|
width?: number | null | undefined;
|
|
@@ -5691,6 +5795,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5691
5795
|
formula?: string | null | undefined;
|
|
5692
5796
|
context?: string[] | null | undefined;
|
|
5693
5797
|
prompt?: string | null | undefined;
|
|
5798
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5694
5799
|
}) | ({
|
|
5695
5800
|
type: "date";
|
|
5696
5801
|
format?: string | null | undefined;
|
|
@@ -5720,7 +5825,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5720
5825
|
required?: boolean | null | undefined;
|
|
5721
5826
|
} | null | undefined;
|
|
5722
5827
|
uiConfiguration?: {
|
|
5723
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5828
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5724
5829
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5725
5830
|
} | null | undefined;
|
|
5726
5831
|
width?: number | null | undefined;
|
|
@@ -5730,6 +5835,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5730
5835
|
formula?: string | null | undefined;
|
|
5731
5836
|
context?: string[] | null | undefined;
|
|
5732
5837
|
prompt?: string | null | undefined;
|
|
5838
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5733
5839
|
}) | ({
|
|
5734
5840
|
type: "number";
|
|
5735
5841
|
format?: string | null | undefined;
|
|
@@ -5764,7 +5870,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5764
5870
|
required?: boolean | null | undefined;
|
|
5765
5871
|
} | null | undefined;
|
|
5766
5872
|
uiConfiguration?: {
|
|
5767
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5873
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5768
5874
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5769
5875
|
} | null | undefined;
|
|
5770
5876
|
width?: number | null | undefined;
|
|
@@ -5774,6 +5880,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5774
5880
|
formula?: string | null | undefined;
|
|
5775
5881
|
context?: string[] | null | undefined;
|
|
5776
5882
|
prompt?: string | null | undefined;
|
|
5883
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5777
5884
|
}) | ({
|
|
5778
5885
|
options: {
|
|
5779
5886
|
value: string;
|
|
@@ -5807,7 +5914,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5807
5914
|
required?: boolean | null | undefined;
|
|
5808
5915
|
} | null | undefined;
|
|
5809
5916
|
uiConfiguration?: {
|
|
5810
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5917
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5811
5918
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5812
5919
|
} | null | undefined;
|
|
5813
5920
|
width?: number | null | undefined;
|
|
@@ -5817,6 +5924,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5817
5924
|
formula?: string | null | undefined;
|
|
5818
5925
|
context?: string[] | null | undefined;
|
|
5819
5926
|
prompt?: string | null | undefined;
|
|
5927
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5820
5928
|
}) | ({
|
|
5821
5929
|
id: string;
|
|
5822
5930
|
label: string;
|
|
@@ -5879,7 +5987,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5879
5987
|
required?: boolean | null | undefined;
|
|
5880
5988
|
} | null | undefined;
|
|
5881
5989
|
uiConfiguration?: {
|
|
5882
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5990
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5883
5991
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5884
5992
|
} | null | undefined;
|
|
5885
5993
|
width?: number | null | undefined;
|
|
@@ -5889,6 +5997,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5889
5997
|
formula?: string | null | undefined;
|
|
5890
5998
|
context?: string[] | null | undefined;
|
|
5891
5999
|
prompt?: string | null | undefined;
|
|
6000
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5892
6001
|
}) | ({
|
|
5893
6002
|
type: "date";
|
|
5894
6003
|
format?: string | null | undefined;
|
|
@@ -5918,7 +6027,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5918
6027
|
required?: boolean | null | undefined;
|
|
5919
6028
|
} | null | undefined;
|
|
5920
6029
|
uiConfiguration?: {
|
|
5921
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6030
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5922
6031
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5923
6032
|
} | null | undefined;
|
|
5924
6033
|
width?: number | null | undefined;
|
|
@@ -5928,6 +6037,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5928
6037
|
formula?: string | null | undefined;
|
|
5929
6038
|
context?: string[] | null | undefined;
|
|
5930
6039
|
prompt?: string | null | undefined;
|
|
6040
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5931
6041
|
}) | ({
|
|
5932
6042
|
type: "number";
|
|
5933
6043
|
format?: string | null | undefined;
|
|
@@ -5962,7 +6072,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5962
6072
|
required?: boolean | null | undefined;
|
|
5963
6073
|
} | null | undefined;
|
|
5964
6074
|
uiConfiguration?: {
|
|
5965
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6075
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5966
6076
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5967
6077
|
} | null | undefined;
|
|
5968
6078
|
width?: number | null | undefined;
|
|
@@ -5972,6 +6082,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
5972
6082
|
formula?: string | null | undefined;
|
|
5973
6083
|
context?: string[] | null | undefined;
|
|
5974
6084
|
prompt?: string | null | undefined;
|
|
6085
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5975
6086
|
}) | ({
|
|
5976
6087
|
options: {
|
|
5977
6088
|
value: string;
|
|
@@ -6005,7 +6116,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6005
6116
|
required?: boolean | null | undefined;
|
|
6006
6117
|
} | null | undefined;
|
|
6007
6118
|
uiConfiguration?: {
|
|
6008
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6119
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6009
6120
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6010
6121
|
} | null | undefined;
|
|
6011
6122
|
width?: number | null | undefined;
|
|
@@ -6015,6 +6126,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6015
6126
|
formula?: string | null | undefined;
|
|
6016
6127
|
context?: string[] | null | undefined;
|
|
6017
6128
|
prompt?: string | null | undefined;
|
|
6129
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6018
6130
|
}) | ({
|
|
6019
6131
|
id: string;
|
|
6020
6132
|
label: string;
|
|
@@ -6088,15 +6200,15 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6088
6200
|
description?: string | undefined;
|
|
6089
6201
|
}>, import("zod").ZodObject<{
|
|
6090
6202
|
type: import("zod").ZodString;
|
|
6091
|
-
event: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_imported">, import("zod").ZodLiteral<"annotation_confirmed">, import("zod").ZodLiteral<"annotation_exported">]>>;
|
|
6203
|
+
event: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_imported">, import("zod").ZodLiteral<"annotation_confirmed">, import("zod").ZodLiteral<"annotation_exported">, import("zod").ZodLiteral<"validation">]>>;
|
|
6092
6204
|
payload: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
6093
6205
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6094
6206
|
type: string;
|
|
6095
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
6207
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
6096
6208
|
payload?: unknown;
|
|
6097
6209
|
}, {
|
|
6098
6210
|
type: string;
|
|
6099
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
6211
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
6100
6212
|
payload?: unknown;
|
|
6101
6213
|
}>>, "many">>;
|
|
6102
6214
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -6117,7 +6229,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6117
6229
|
description?: string | undefined;
|
|
6118
6230
|
} & {
|
|
6119
6231
|
type: string;
|
|
6120
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
6232
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
6121
6233
|
payload?: unknown;
|
|
6122
6234
|
})[] | undefined;
|
|
6123
6235
|
}, {
|
|
@@ -6138,7 +6250,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6138
6250
|
description?: string | undefined;
|
|
6139
6251
|
} & {
|
|
6140
6252
|
type: string;
|
|
6141
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
6253
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
6142
6254
|
payload?: unknown;
|
|
6143
6255
|
})[] | undefined;
|
|
6144
6256
|
}>;
|
|
@@ -6178,7 +6290,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6178
6290
|
required?: boolean | null | undefined;
|
|
6179
6291
|
} | null | undefined;
|
|
6180
6292
|
uiConfiguration?: {
|
|
6181
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6293
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6182
6294
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6183
6295
|
} | null | undefined;
|
|
6184
6296
|
width?: number | null | undefined;
|
|
@@ -6188,6 +6300,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6188
6300
|
formula?: string | null | undefined;
|
|
6189
6301
|
context?: string[] | null | undefined;
|
|
6190
6302
|
prompt?: string | null | undefined;
|
|
6303
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6191
6304
|
}) | ({
|
|
6192
6305
|
type: "date";
|
|
6193
6306
|
format?: string | null | undefined;
|
|
@@ -6217,7 +6330,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6217
6330
|
required?: boolean | null | undefined;
|
|
6218
6331
|
} | null | undefined;
|
|
6219
6332
|
uiConfiguration?: {
|
|
6220
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6333
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6221
6334
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6222
6335
|
} | null | undefined;
|
|
6223
6336
|
width?: number | null | undefined;
|
|
@@ -6227,6 +6340,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6227
6340
|
formula?: string | null | undefined;
|
|
6228
6341
|
context?: string[] | null | undefined;
|
|
6229
6342
|
prompt?: string | null | undefined;
|
|
6343
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6230
6344
|
}) | ({
|
|
6231
6345
|
type: "number";
|
|
6232
6346
|
format?: string | null | undefined;
|
|
@@ -6261,7 +6375,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6261
6375
|
required?: boolean | null | undefined;
|
|
6262
6376
|
} | null | undefined;
|
|
6263
6377
|
uiConfiguration?: {
|
|
6264
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6378
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6265
6379
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6266
6380
|
} | null | undefined;
|
|
6267
6381
|
width?: number | null | undefined;
|
|
@@ -6271,6 +6385,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6271
6385
|
formula?: string | null | undefined;
|
|
6272
6386
|
context?: string[] | null | undefined;
|
|
6273
6387
|
prompt?: string | null | undefined;
|
|
6388
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6274
6389
|
}) | ({
|
|
6275
6390
|
options: {
|
|
6276
6391
|
value: string;
|
|
@@ -6304,7 +6419,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6304
6419
|
required?: boolean | null | undefined;
|
|
6305
6420
|
} | null | undefined;
|
|
6306
6421
|
uiConfiguration?: {
|
|
6307
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6422
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6308
6423
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6309
6424
|
} | null | undefined;
|
|
6310
6425
|
width?: number | null | undefined;
|
|
@@ -6314,6 +6429,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6314
6429
|
formula?: string | null | undefined;
|
|
6315
6430
|
context?: string[] | null | undefined;
|
|
6316
6431
|
prompt?: string | null | undefined;
|
|
6432
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6317
6433
|
}) | ({
|
|
6318
6434
|
id: string;
|
|
6319
6435
|
label: string;
|
|
@@ -6357,7 +6473,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6357
6473
|
required?: boolean | null | undefined;
|
|
6358
6474
|
} | null | undefined;
|
|
6359
6475
|
uiConfiguration?: {
|
|
6360
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6476
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6361
6477
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6362
6478
|
} | null | undefined;
|
|
6363
6479
|
width?: number | null | undefined;
|
|
@@ -6367,6 +6483,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6367
6483
|
formula?: string | null | undefined;
|
|
6368
6484
|
context?: string[] | null | undefined;
|
|
6369
6485
|
prompt?: string | null | undefined;
|
|
6486
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6370
6487
|
}) | ({
|
|
6371
6488
|
type: "date";
|
|
6372
6489
|
format?: string | null | undefined;
|
|
@@ -6396,7 +6513,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6396
6513
|
required?: boolean | null | undefined;
|
|
6397
6514
|
} | null | undefined;
|
|
6398
6515
|
uiConfiguration?: {
|
|
6399
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6516
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6400
6517
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6401
6518
|
} | null | undefined;
|
|
6402
6519
|
width?: number | null | undefined;
|
|
@@ -6406,6 +6523,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6406
6523
|
formula?: string | null | undefined;
|
|
6407
6524
|
context?: string[] | null | undefined;
|
|
6408
6525
|
prompt?: string | null | undefined;
|
|
6526
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6409
6527
|
}) | ({
|
|
6410
6528
|
type: "number";
|
|
6411
6529
|
format?: string | null | undefined;
|
|
@@ -6440,7 +6558,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6440
6558
|
required?: boolean | null | undefined;
|
|
6441
6559
|
} | null | undefined;
|
|
6442
6560
|
uiConfiguration?: {
|
|
6443
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6561
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6444
6562
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6445
6563
|
} | null | undefined;
|
|
6446
6564
|
width?: number | null | undefined;
|
|
@@ -6450,6 +6568,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6450
6568
|
formula?: string | null | undefined;
|
|
6451
6569
|
context?: string[] | null | undefined;
|
|
6452
6570
|
prompt?: string | null | undefined;
|
|
6571
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6453
6572
|
}) | ({
|
|
6454
6573
|
options: {
|
|
6455
6574
|
value: string;
|
|
@@ -6483,7 +6602,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6483
6602
|
required?: boolean | null | undefined;
|
|
6484
6603
|
} | null | undefined;
|
|
6485
6604
|
uiConfiguration?: {
|
|
6486
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6605
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6487
6606
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6488
6607
|
} | null | undefined;
|
|
6489
6608
|
width?: number | null | undefined;
|
|
@@ -6493,6 +6612,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6493
6612
|
formula?: string | null | undefined;
|
|
6494
6613
|
context?: string[] | null | undefined;
|
|
6495
6614
|
prompt?: string | null | undefined;
|
|
6615
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6496
6616
|
}) | ({
|
|
6497
6617
|
id: string;
|
|
6498
6618
|
label: string;
|
|
@@ -6545,7 +6665,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6545
6665
|
required?: boolean | null | undefined;
|
|
6546
6666
|
} | null | undefined;
|
|
6547
6667
|
uiConfiguration?: {
|
|
6548
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6668
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6549
6669
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6550
6670
|
} | null | undefined;
|
|
6551
6671
|
width?: number | null | undefined;
|
|
@@ -6555,6 +6675,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6555
6675
|
formula?: string | null | undefined;
|
|
6556
6676
|
context?: string[] | null | undefined;
|
|
6557
6677
|
prompt?: string | null | undefined;
|
|
6678
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6558
6679
|
}) | ({
|
|
6559
6680
|
type: "date";
|
|
6560
6681
|
format?: string | null | undefined;
|
|
@@ -6584,7 +6705,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6584
6705
|
required?: boolean | null | undefined;
|
|
6585
6706
|
} | null | undefined;
|
|
6586
6707
|
uiConfiguration?: {
|
|
6587
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6708
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6588
6709
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6589
6710
|
} | null | undefined;
|
|
6590
6711
|
width?: number | null | undefined;
|
|
@@ -6594,6 +6715,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6594
6715
|
formula?: string | null | undefined;
|
|
6595
6716
|
context?: string[] | null | undefined;
|
|
6596
6717
|
prompt?: string | null | undefined;
|
|
6718
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6597
6719
|
}) | ({
|
|
6598
6720
|
type: "number";
|
|
6599
6721
|
format?: string | null | undefined;
|
|
@@ -6628,7 +6750,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6628
6750
|
required?: boolean | null | undefined;
|
|
6629
6751
|
} | null | undefined;
|
|
6630
6752
|
uiConfiguration?: {
|
|
6631
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6753
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6632
6754
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6633
6755
|
} | null | undefined;
|
|
6634
6756
|
width?: number | null | undefined;
|
|
@@ -6638,6 +6760,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6638
6760
|
formula?: string | null | undefined;
|
|
6639
6761
|
context?: string[] | null | undefined;
|
|
6640
6762
|
prompt?: string | null | undefined;
|
|
6763
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6641
6764
|
}) | ({
|
|
6642
6765
|
options: {
|
|
6643
6766
|
value: string;
|
|
@@ -6671,7 +6794,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6671
6794
|
required?: boolean | null | undefined;
|
|
6672
6795
|
} | null | undefined;
|
|
6673
6796
|
uiConfiguration?: {
|
|
6674
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6797
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6675
6798
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6676
6799
|
} | null | undefined;
|
|
6677
6800
|
width?: number | null | undefined;
|
|
@@ -6681,6 +6804,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6681
6804
|
formula?: string | null | undefined;
|
|
6682
6805
|
context?: string[] | null | undefined;
|
|
6683
6806
|
prompt?: string | null | undefined;
|
|
6807
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6684
6808
|
}) | ({
|
|
6685
6809
|
id: string;
|
|
6686
6810
|
label: string;
|
|
@@ -6743,7 +6867,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6743
6867
|
required?: boolean | null | undefined;
|
|
6744
6868
|
} | null | undefined;
|
|
6745
6869
|
uiConfiguration?: {
|
|
6746
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6870
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6747
6871
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6748
6872
|
} | null | undefined;
|
|
6749
6873
|
width?: number | null | undefined;
|
|
@@ -6753,6 +6877,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6753
6877
|
formula?: string | null | undefined;
|
|
6754
6878
|
context?: string[] | null | undefined;
|
|
6755
6879
|
prompt?: string | null | undefined;
|
|
6880
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6756
6881
|
}) | ({
|
|
6757
6882
|
type: "date";
|
|
6758
6883
|
format?: string | null | undefined;
|
|
@@ -6782,7 +6907,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6782
6907
|
required?: boolean | null | undefined;
|
|
6783
6908
|
} | null | undefined;
|
|
6784
6909
|
uiConfiguration?: {
|
|
6785
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6910
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6786
6911
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6787
6912
|
} | null | undefined;
|
|
6788
6913
|
width?: number | null | undefined;
|
|
@@ -6792,6 +6917,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6792
6917
|
formula?: string | null | undefined;
|
|
6793
6918
|
context?: string[] | null | undefined;
|
|
6794
6919
|
prompt?: string | null | undefined;
|
|
6920
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6795
6921
|
}) | ({
|
|
6796
6922
|
type: "number";
|
|
6797
6923
|
format?: string | null | undefined;
|
|
@@ -6826,7 +6952,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6826
6952
|
required?: boolean | null | undefined;
|
|
6827
6953
|
} | null | undefined;
|
|
6828
6954
|
uiConfiguration?: {
|
|
6829
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6955
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6830
6956
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6831
6957
|
} | null | undefined;
|
|
6832
6958
|
width?: number | null | undefined;
|
|
@@ -6836,6 +6962,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6836
6962
|
formula?: string | null | undefined;
|
|
6837
6963
|
context?: string[] | null | undefined;
|
|
6838
6964
|
prompt?: string | null | undefined;
|
|
6965
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6839
6966
|
}) | ({
|
|
6840
6967
|
options: {
|
|
6841
6968
|
value: string;
|
|
@@ -6869,7 +6996,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6869
6996
|
required?: boolean | null | undefined;
|
|
6870
6997
|
} | null | undefined;
|
|
6871
6998
|
uiConfiguration?: {
|
|
6872
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6999
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6873
7000
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6874
7001
|
} | null | undefined;
|
|
6875
7002
|
width?: number | null | undefined;
|
|
@@ -6879,6 +7006,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6879
7006
|
formula?: string | null | undefined;
|
|
6880
7007
|
context?: string[] | null | undefined;
|
|
6881
7008
|
prompt?: string | null | undefined;
|
|
7009
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6882
7010
|
}) | ({
|
|
6883
7011
|
id: string;
|
|
6884
7012
|
label: string;
|
|
@@ -6942,7 +7070,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6942
7070
|
description?: string | undefined;
|
|
6943
7071
|
} & {
|
|
6944
7072
|
type: string;
|
|
6945
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7073
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
6946
7074
|
payload?: unknown;
|
|
6947
7075
|
})[] | undefined;
|
|
6948
7076
|
};
|
|
@@ -6983,7 +7111,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6983
7111
|
required?: boolean | null | undefined;
|
|
6984
7112
|
} | null | undefined;
|
|
6985
7113
|
uiConfiguration?: {
|
|
6986
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7114
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6987
7115
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6988
7116
|
} | null | undefined;
|
|
6989
7117
|
width?: number | null | undefined;
|
|
@@ -6993,6 +7121,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
6993
7121
|
formula?: string | null | undefined;
|
|
6994
7122
|
context?: string[] | null | undefined;
|
|
6995
7123
|
prompt?: string | null | undefined;
|
|
7124
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6996
7125
|
}) | ({
|
|
6997
7126
|
type: "date";
|
|
6998
7127
|
format?: string | null | undefined;
|
|
@@ -7022,7 +7151,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7022
7151
|
required?: boolean | null | undefined;
|
|
7023
7152
|
} | null | undefined;
|
|
7024
7153
|
uiConfiguration?: {
|
|
7025
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7154
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7026
7155
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7027
7156
|
} | null | undefined;
|
|
7028
7157
|
width?: number | null | undefined;
|
|
@@ -7032,6 +7161,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7032
7161
|
formula?: string | null | undefined;
|
|
7033
7162
|
context?: string[] | null | undefined;
|
|
7034
7163
|
prompt?: string | null | undefined;
|
|
7164
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7035
7165
|
}) | ({
|
|
7036
7166
|
type: "number";
|
|
7037
7167
|
format?: string | null | undefined;
|
|
@@ -7066,7 +7196,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7066
7196
|
required?: boolean | null | undefined;
|
|
7067
7197
|
} | null | undefined;
|
|
7068
7198
|
uiConfiguration?: {
|
|
7069
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7199
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7070
7200
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7071
7201
|
} | null | undefined;
|
|
7072
7202
|
width?: number | null | undefined;
|
|
@@ -7076,6 +7206,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7076
7206
|
formula?: string | null | undefined;
|
|
7077
7207
|
context?: string[] | null | undefined;
|
|
7078
7208
|
prompt?: string | null | undefined;
|
|
7209
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7079
7210
|
}) | ({
|
|
7080
7211
|
options: {
|
|
7081
7212
|
value: string;
|
|
@@ -7109,7 +7240,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7109
7240
|
required?: boolean | null | undefined;
|
|
7110
7241
|
} | null | undefined;
|
|
7111
7242
|
uiConfiguration?: {
|
|
7112
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7243
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7113
7244
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7114
7245
|
} | null | undefined;
|
|
7115
7246
|
width?: number | null | undefined;
|
|
@@ -7119,6 +7250,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7119
7250
|
formula?: string | null | undefined;
|
|
7120
7251
|
context?: string[] | null | undefined;
|
|
7121
7252
|
prompt?: string | null | undefined;
|
|
7253
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7122
7254
|
}) | ({
|
|
7123
7255
|
id: string;
|
|
7124
7256
|
label: string;
|
|
@@ -7162,7 +7294,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7162
7294
|
required?: boolean | null | undefined;
|
|
7163
7295
|
} | null | undefined;
|
|
7164
7296
|
uiConfiguration?: {
|
|
7165
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7297
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7166
7298
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7167
7299
|
} | null | undefined;
|
|
7168
7300
|
width?: number | null | undefined;
|
|
@@ -7172,6 +7304,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7172
7304
|
formula?: string | null | undefined;
|
|
7173
7305
|
context?: string[] | null | undefined;
|
|
7174
7306
|
prompt?: string | null | undefined;
|
|
7307
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7175
7308
|
}) | ({
|
|
7176
7309
|
type: "date";
|
|
7177
7310
|
format?: string | null | undefined;
|
|
@@ -7201,7 +7334,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7201
7334
|
required?: boolean | null | undefined;
|
|
7202
7335
|
} | null | undefined;
|
|
7203
7336
|
uiConfiguration?: {
|
|
7204
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7337
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7205
7338
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7206
7339
|
} | null | undefined;
|
|
7207
7340
|
width?: number | null | undefined;
|
|
@@ -7211,6 +7344,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7211
7344
|
formula?: string | null | undefined;
|
|
7212
7345
|
context?: string[] | null | undefined;
|
|
7213
7346
|
prompt?: string | null | undefined;
|
|
7347
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7214
7348
|
}) | ({
|
|
7215
7349
|
type: "number";
|
|
7216
7350
|
format?: string | null | undefined;
|
|
@@ -7245,7 +7379,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7245
7379
|
required?: boolean | null | undefined;
|
|
7246
7380
|
} | null | undefined;
|
|
7247
7381
|
uiConfiguration?: {
|
|
7248
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7382
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7249
7383
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7250
7384
|
} | null | undefined;
|
|
7251
7385
|
width?: number | null | undefined;
|
|
@@ -7255,6 +7389,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7255
7389
|
formula?: string | null | undefined;
|
|
7256
7390
|
context?: string[] | null | undefined;
|
|
7257
7391
|
prompt?: string | null | undefined;
|
|
7392
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7258
7393
|
}) | ({
|
|
7259
7394
|
options: {
|
|
7260
7395
|
value: string;
|
|
@@ -7288,7 +7423,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7288
7423
|
required?: boolean | null | undefined;
|
|
7289
7424
|
} | null | undefined;
|
|
7290
7425
|
uiConfiguration?: {
|
|
7291
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7426
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7292
7427
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7293
7428
|
} | null | undefined;
|
|
7294
7429
|
width?: number | null | undefined;
|
|
@@ -7298,6 +7433,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7298
7433
|
formula?: string | null | undefined;
|
|
7299
7434
|
context?: string[] | null | undefined;
|
|
7300
7435
|
prompt?: string | null | undefined;
|
|
7436
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7301
7437
|
}) | ({
|
|
7302
7438
|
id: string;
|
|
7303
7439
|
label: string;
|
|
@@ -7350,7 +7486,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7350
7486
|
required?: boolean | null | undefined;
|
|
7351
7487
|
} | null | undefined;
|
|
7352
7488
|
uiConfiguration?: {
|
|
7353
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7489
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7354
7490
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7355
7491
|
} | null | undefined;
|
|
7356
7492
|
width?: number | null | undefined;
|
|
@@ -7360,6 +7496,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7360
7496
|
formula?: string | null | undefined;
|
|
7361
7497
|
context?: string[] | null | undefined;
|
|
7362
7498
|
prompt?: string | null | undefined;
|
|
7499
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7363
7500
|
}) | ({
|
|
7364
7501
|
type: "date";
|
|
7365
7502
|
format?: string | null | undefined;
|
|
@@ -7389,7 +7526,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7389
7526
|
required?: boolean | null | undefined;
|
|
7390
7527
|
} | null | undefined;
|
|
7391
7528
|
uiConfiguration?: {
|
|
7392
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7529
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7393
7530
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7394
7531
|
} | null | undefined;
|
|
7395
7532
|
width?: number | null | undefined;
|
|
@@ -7399,6 +7536,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7399
7536
|
formula?: string | null | undefined;
|
|
7400
7537
|
context?: string[] | null | undefined;
|
|
7401
7538
|
prompt?: string | null | undefined;
|
|
7539
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7402
7540
|
}) | ({
|
|
7403
7541
|
type: "number";
|
|
7404
7542
|
format?: string | null | undefined;
|
|
@@ -7433,7 +7571,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7433
7571
|
required?: boolean | null | undefined;
|
|
7434
7572
|
} | null | undefined;
|
|
7435
7573
|
uiConfiguration?: {
|
|
7436
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7574
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7437
7575
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7438
7576
|
} | null | undefined;
|
|
7439
7577
|
width?: number | null | undefined;
|
|
@@ -7443,6 +7581,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7443
7581
|
formula?: string | null | undefined;
|
|
7444
7582
|
context?: string[] | null | undefined;
|
|
7445
7583
|
prompt?: string | null | undefined;
|
|
7584
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7446
7585
|
}) | ({
|
|
7447
7586
|
options: {
|
|
7448
7587
|
value: string;
|
|
@@ -7476,7 +7615,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7476
7615
|
required?: boolean | null | undefined;
|
|
7477
7616
|
} | null | undefined;
|
|
7478
7617
|
uiConfiguration?: {
|
|
7479
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7618
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7480
7619
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7481
7620
|
} | null | undefined;
|
|
7482
7621
|
width?: number | null | undefined;
|
|
@@ -7486,6 +7625,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7486
7625
|
formula?: string | null | undefined;
|
|
7487
7626
|
context?: string[] | null | undefined;
|
|
7488
7627
|
prompt?: string | null | undefined;
|
|
7628
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7489
7629
|
}) | ({
|
|
7490
7630
|
id: string;
|
|
7491
7631
|
label: string;
|
|
@@ -7548,7 +7688,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7548
7688
|
required?: boolean | null | undefined;
|
|
7549
7689
|
} | null | undefined;
|
|
7550
7690
|
uiConfiguration?: {
|
|
7551
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7691
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7552
7692
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7553
7693
|
} | null | undefined;
|
|
7554
7694
|
width?: number | null | undefined;
|
|
@@ -7558,6 +7698,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7558
7698
|
formula?: string | null | undefined;
|
|
7559
7699
|
context?: string[] | null | undefined;
|
|
7560
7700
|
prompt?: string | null | undefined;
|
|
7701
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7561
7702
|
}) | ({
|
|
7562
7703
|
type: "date";
|
|
7563
7704
|
format?: string | null | undefined;
|
|
@@ -7587,7 +7728,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7587
7728
|
required?: boolean | null | undefined;
|
|
7588
7729
|
} | null | undefined;
|
|
7589
7730
|
uiConfiguration?: {
|
|
7590
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7731
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7591
7732
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7592
7733
|
} | null | undefined;
|
|
7593
7734
|
width?: number | null | undefined;
|
|
@@ -7597,6 +7738,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7597
7738
|
formula?: string | null | undefined;
|
|
7598
7739
|
context?: string[] | null | undefined;
|
|
7599
7740
|
prompt?: string | null | undefined;
|
|
7741
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7600
7742
|
}) | ({
|
|
7601
7743
|
type: "number";
|
|
7602
7744
|
format?: string | null | undefined;
|
|
@@ -7631,7 +7773,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7631
7773
|
required?: boolean | null | undefined;
|
|
7632
7774
|
} | null | undefined;
|
|
7633
7775
|
uiConfiguration?: {
|
|
7634
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7776
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7635
7777
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7636
7778
|
} | null | undefined;
|
|
7637
7779
|
width?: number | null | undefined;
|
|
@@ -7641,6 +7783,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7641
7783
|
formula?: string | null | undefined;
|
|
7642
7784
|
context?: string[] | null | undefined;
|
|
7643
7785
|
prompt?: string | null | undefined;
|
|
7786
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7644
7787
|
}) | ({
|
|
7645
7788
|
options: {
|
|
7646
7789
|
value: string;
|
|
@@ -7674,7 +7817,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7674
7817
|
required?: boolean | null | undefined;
|
|
7675
7818
|
} | null | undefined;
|
|
7676
7819
|
uiConfiguration?: {
|
|
7677
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7820
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7678
7821
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7679
7822
|
} | null | undefined;
|
|
7680
7823
|
width?: number | null | undefined;
|
|
@@ -7684,6 +7827,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7684
7827
|
formula?: string | null | undefined;
|
|
7685
7828
|
context?: string[] | null | undefined;
|
|
7686
7829
|
prompt?: string | null | undefined;
|
|
7830
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7687
7831
|
}) | ({
|
|
7688
7832
|
id: string;
|
|
7689
7833
|
label: string;
|
|
@@ -7747,7 +7891,7 @@ export declare const suggestTriggerConditionSummary: (payload: SuggestTriggerCon
|
|
|
7747
7891
|
description?: string | undefined;
|
|
7748
7892
|
} & {
|
|
7749
7893
|
type: string;
|
|
7750
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7894
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7751
7895
|
payload?: unknown;
|
|
7752
7896
|
})[] | undefined;
|
|
7753
7897
|
};
|