@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
|
@@ -2,10 +2,12 @@ import { SectionData } from '../../../annotations/models/annotationData';
|
|
|
2
2
|
import { SchemaAction, SchemaRule } from '../../../rules/models/schemaRule';
|
|
3
3
|
import { SchemaSection } from '../../../schemas/models/schemaSection';
|
|
4
4
|
import { Message } from '../../../shared/models/message';
|
|
5
|
+
import { Url } from '../../../utils/codecUtils';
|
|
5
6
|
export type EvaluateRulesPayload = {
|
|
6
7
|
schemaContent: SchemaSection[];
|
|
7
8
|
annotationContent: Array<SectionData>;
|
|
8
9
|
schemaRules: Array<Partial<SchemaRule>>;
|
|
10
|
+
annotation?: Url;
|
|
9
11
|
};
|
|
10
12
|
export type EvaluateRulesResponse = {
|
|
11
13
|
conditionValues: Array<Array<boolean>>;
|
|
@@ -70,15 +72,15 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
70
72
|
}>, "many">;
|
|
71
73
|
actions: import("zod").ZodArray<import("zod").ZodObject<{
|
|
72
74
|
type: import("zod").ZodString;
|
|
73
|
-
event: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_imported">, import("zod").ZodLiteral<"annotation_confirmed">, import("zod").ZodLiteral<"annotation_exported">]>>;
|
|
75
|
+
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">]>>;
|
|
74
76
|
payload: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
75
77
|
}, "strip", import("zod").ZodTypeAny, {
|
|
76
78
|
type: string;
|
|
77
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
79
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
78
80
|
payload?: unknown;
|
|
79
81
|
}, {
|
|
80
82
|
type: string;
|
|
81
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
83
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
82
84
|
payload?: unknown;
|
|
83
85
|
}>, "many">;
|
|
84
86
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -97,7 +99,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
97
99
|
}[];
|
|
98
100
|
actions: {
|
|
99
101
|
type: string;
|
|
100
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
102
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
101
103
|
payload?: unknown;
|
|
102
104
|
}[];
|
|
103
105
|
conditionValues: boolean[][];
|
|
@@ -117,7 +119,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
117
119
|
}[];
|
|
118
120
|
actions: {
|
|
119
121
|
type: string;
|
|
120
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
122
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
121
123
|
payload?: unknown;
|
|
122
124
|
}[];
|
|
123
125
|
conditionValues: boolean[][];
|
|
@@ -223,13 +225,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
223
225
|
required?: boolean | null | undefined;
|
|
224
226
|
}>>>;
|
|
225
227
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
226
|
-
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">]>>>;
|
|
228
|
+
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">]>>>;
|
|
227
229
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
228
230
|
}, "strip", import("zod").ZodTypeAny, {
|
|
229
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
231
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
230
232
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
231
233
|
}, {
|
|
232
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
234
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
233
235
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
234
236
|
}>>>;
|
|
235
237
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -239,6 +241,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
239
241
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
240
242
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
241
243
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
244
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
242
245
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243
246
|
suggest?: true | undefined;
|
|
244
247
|
canExport?: boolean | null | undefined;
|
|
@@ -257,7 +260,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
257
260
|
required?: boolean | null | undefined;
|
|
258
261
|
} | null | undefined;
|
|
259
262
|
uiConfiguration?: {
|
|
260
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
263
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
261
264
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
262
265
|
} | null | undefined;
|
|
263
266
|
width?: number | null | undefined;
|
|
@@ -267,6 +270,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
267
270
|
formula?: string | null | undefined;
|
|
268
271
|
context?: string[] | null | undefined;
|
|
269
272
|
prompt?: string | null | undefined;
|
|
273
|
+
dataset?: Record<string, unknown> | undefined;
|
|
270
274
|
}, {
|
|
271
275
|
suggest?: true | undefined;
|
|
272
276
|
canExport?: boolean | null | undefined;
|
|
@@ -285,7 +289,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
285
289
|
required?: boolean | null | undefined;
|
|
286
290
|
} | null | undefined;
|
|
287
291
|
uiConfiguration?: {
|
|
288
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
292
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
289
293
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
290
294
|
} | null | undefined;
|
|
291
295
|
width?: number | null | undefined;
|
|
@@ -295,6 +299,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
295
299
|
formula?: string | null | undefined;
|
|
296
300
|
context?: string[] | null | undefined;
|
|
297
301
|
prompt?: string | null | undefined;
|
|
302
|
+
dataset?: Record<string, unknown> | undefined;
|
|
298
303
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
299
304
|
type: import("zod").ZodLiteral<"date">;
|
|
300
305
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -378,13 +383,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
378
383
|
required?: boolean | null | undefined;
|
|
379
384
|
}>>>;
|
|
380
385
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
381
|
-
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">]>>>;
|
|
386
|
+
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">]>>>;
|
|
382
387
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
383
388
|
}, "strip", import("zod").ZodTypeAny, {
|
|
384
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
389
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
385
390
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
386
391
|
}, {
|
|
387
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
392
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
388
393
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
389
394
|
}>>>;
|
|
390
395
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -394,6 +399,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
394
399
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
395
400
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
396
401
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
402
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
397
403
|
}, "strip", import("zod").ZodTypeAny, {
|
|
398
404
|
suggest?: true | undefined;
|
|
399
405
|
canExport?: boolean | null | undefined;
|
|
@@ -412,7 +418,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
412
418
|
required?: boolean | null | undefined;
|
|
413
419
|
} | null | undefined;
|
|
414
420
|
uiConfiguration?: {
|
|
415
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
421
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
416
422
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
417
423
|
} | null | undefined;
|
|
418
424
|
width?: number | null | undefined;
|
|
@@ -422,6 +428,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
422
428
|
formula?: string | null | undefined;
|
|
423
429
|
context?: string[] | null | undefined;
|
|
424
430
|
prompt?: string | null | undefined;
|
|
431
|
+
dataset?: Record<string, unknown> | undefined;
|
|
425
432
|
}, {
|
|
426
433
|
suggest?: true | undefined;
|
|
427
434
|
canExport?: boolean | null | undefined;
|
|
@@ -440,7 +447,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
440
447
|
required?: boolean | null | undefined;
|
|
441
448
|
} | null | undefined;
|
|
442
449
|
uiConfiguration?: {
|
|
443
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
450
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
444
451
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
445
452
|
} | null | undefined;
|
|
446
453
|
width?: number | null | undefined;
|
|
@@ -450,6 +457,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
450
457
|
formula?: string | null | undefined;
|
|
451
458
|
context?: string[] | null | undefined;
|
|
452
459
|
prompt?: string | null | undefined;
|
|
460
|
+
dataset?: Record<string, unknown> | undefined;
|
|
453
461
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
454
462
|
type: import("zod").ZodLiteral<"number">;
|
|
455
463
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -560,13 +568,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
560
568
|
required?: boolean | null | undefined;
|
|
561
569
|
}>>>;
|
|
562
570
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
563
|
-
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">]>>>;
|
|
571
|
+
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">]>>>;
|
|
564
572
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
565
573
|
}, "strip", import("zod").ZodTypeAny, {
|
|
566
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
574
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
567
575
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
568
576
|
}, {
|
|
569
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
577
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
570
578
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
571
579
|
}>>>;
|
|
572
580
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -576,6 +584,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
576
584
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
577
585
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
578
586
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
587
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
579
588
|
}, "strip", import("zod").ZodTypeAny, {
|
|
580
589
|
suggest?: true | undefined;
|
|
581
590
|
canExport?: boolean | null | undefined;
|
|
@@ -594,7 +603,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
594
603
|
required?: boolean | null | undefined;
|
|
595
604
|
} | null | undefined;
|
|
596
605
|
uiConfiguration?: {
|
|
597
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
606
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
598
607
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
599
608
|
} | null | undefined;
|
|
600
609
|
width?: number | null | undefined;
|
|
@@ -604,6 +613,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
604
613
|
formula?: string | null | undefined;
|
|
605
614
|
context?: string[] | null | undefined;
|
|
606
615
|
prompt?: string | null | undefined;
|
|
616
|
+
dataset?: Record<string, unknown> | undefined;
|
|
607
617
|
}, {
|
|
608
618
|
suggest?: true | undefined;
|
|
609
619
|
canExport?: boolean | null | undefined;
|
|
@@ -622,7 +632,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
622
632
|
required?: boolean | null | undefined;
|
|
623
633
|
} | null | undefined;
|
|
624
634
|
uiConfiguration?: {
|
|
625
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
635
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
626
636
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
627
637
|
} | null | undefined;
|
|
628
638
|
width?: number | null | undefined;
|
|
@@ -632,6 +642,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
632
642
|
formula?: string | null | undefined;
|
|
633
643
|
context?: string[] | null | undefined;
|
|
634
644
|
prompt?: string | null | undefined;
|
|
645
|
+
dataset?: Record<string, unknown> | undefined;
|
|
635
646
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
636
647
|
type: import("zod").ZodLiteral<"enum">;
|
|
637
648
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -733,13 +744,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
733
744
|
required?: boolean | null | undefined;
|
|
734
745
|
}>>>;
|
|
735
746
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
736
|
-
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">]>>>;
|
|
747
|
+
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">]>>>;
|
|
737
748
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
738
749
|
}, "strip", import("zod").ZodTypeAny, {
|
|
739
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
750
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
740
751
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
741
752
|
}, {
|
|
742
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
753
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
743
754
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
744
755
|
}>>>;
|
|
745
756
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -749,6 +760,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
749
760
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
750
761
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
751
762
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
763
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
752
764
|
}, "strip", import("zod").ZodTypeAny, {
|
|
753
765
|
suggest?: true | undefined;
|
|
754
766
|
canExport?: boolean | null | undefined;
|
|
@@ -767,7 +779,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
767
779
|
required?: boolean | null | undefined;
|
|
768
780
|
} | null | undefined;
|
|
769
781
|
uiConfiguration?: {
|
|
770
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
782
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
771
783
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
772
784
|
} | null | undefined;
|
|
773
785
|
width?: number | null | undefined;
|
|
@@ -777,6 +789,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
777
789
|
formula?: string | null | undefined;
|
|
778
790
|
context?: string[] | null | undefined;
|
|
779
791
|
prompt?: string | null | undefined;
|
|
792
|
+
dataset?: Record<string, unknown> | undefined;
|
|
780
793
|
}, {
|
|
781
794
|
suggest?: true | undefined;
|
|
782
795
|
canExport?: boolean | null | undefined;
|
|
@@ -795,7 +808,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
795
808
|
required?: boolean | null | undefined;
|
|
796
809
|
} | null | undefined;
|
|
797
810
|
uiConfiguration?: {
|
|
798
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
811
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
799
812
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
800
813
|
} | null | undefined;
|
|
801
814
|
width?: number | null | undefined;
|
|
@@ -805,6 +818,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
805
818
|
formula?: string | null | undefined;
|
|
806
819
|
context?: string[] | null | undefined;
|
|
807
820
|
prompt?: string | null | undefined;
|
|
821
|
+
dataset?: Record<string, unknown> | undefined;
|
|
808
822
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
809
823
|
id: import("zod").ZodString;
|
|
810
824
|
label: import("zod").ZodString;
|
|
@@ -929,13 +943,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
929
943
|
required?: boolean | null | undefined;
|
|
930
944
|
}>>>;
|
|
931
945
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
932
|
-
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">]>>>;
|
|
946
|
+
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">]>>>;
|
|
933
947
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
934
948
|
}, "strip", import("zod").ZodTypeAny, {
|
|
935
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
949
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
936
950
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
937
951
|
}, {
|
|
938
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
952
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
939
953
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
940
954
|
}>>>;
|
|
941
955
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -945,6 +959,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
945
959
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
946
960
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
947
961
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
962
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
948
963
|
}, "strip", import("zod").ZodTypeAny, {
|
|
949
964
|
suggest?: true | undefined;
|
|
950
965
|
canExport?: boolean | null | undefined;
|
|
@@ -963,7 +978,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
963
978
|
required?: boolean | null | undefined;
|
|
964
979
|
} | null | undefined;
|
|
965
980
|
uiConfiguration?: {
|
|
966
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
981
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
967
982
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
968
983
|
} | null | undefined;
|
|
969
984
|
width?: number | null | undefined;
|
|
@@ -973,6 +988,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
973
988
|
formula?: string | null | undefined;
|
|
974
989
|
context?: string[] | null | undefined;
|
|
975
990
|
prompt?: string | null | undefined;
|
|
991
|
+
dataset?: Record<string, unknown> | undefined;
|
|
976
992
|
}, {
|
|
977
993
|
suggest?: true | undefined;
|
|
978
994
|
canExport?: boolean | null | undefined;
|
|
@@ -991,7 +1007,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
991
1007
|
required?: boolean | null | undefined;
|
|
992
1008
|
} | null | undefined;
|
|
993
1009
|
uiConfiguration?: {
|
|
994
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1010
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
995
1011
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
996
1012
|
} | null | undefined;
|
|
997
1013
|
width?: number | null | undefined;
|
|
@@ -1001,6 +1017,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1001
1017
|
formula?: string | null | undefined;
|
|
1002
1018
|
context?: string[] | null | undefined;
|
|
1003
1019
|
prompt?: string | null | undefined;
|
|
1020
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1004
1021
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1005
1022
|
type: import("zod").ZodLiteral<"date">;
|
|
1006
1023
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1084,13 +1101,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1084
1101
|
required?: boolean | null | undefined;
|
|
1085
1102
|
}>>>;
|
|
1086
1103
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1087
|
-
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">]>>>;
|
|
1104
|
+
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">]>>>;
|
|
1088
1105
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1089
1106
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1090
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1107
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1091
1108
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1092
1109
|
}, {
|
|
1093
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1110
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1094
1111
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1095
1112
|
}>>>;
|
|
1096
1113
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1100,6 +1117,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1100
1117
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1101
1118
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1102
1119
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1120
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1103
1121
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1104
1122
|
suggest?: true | undefined;
|
|
1105
1123
|
canExport?: boolean | null | undefined;
|
|
@@ -1118,7 +1136,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1118
1136
|
required?: boolean | null | undefined;
|
|
1119
1137
|
} | null | undefined;
|
|
1120
1138
|
uiConfiguration?: {
|
|
1121
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1139
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1122
1140
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1123
1141
|
} | null | undefined;
|
|
1124
1142
|
width?: number | null | undefined;
|
|
@@ -1128,6 +1146,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1128
1146
|
formula?: string | null | undefined;
|
|
1129
1147
|
context?: string[] | null | undefined;
|
|
1130
1148
|
prompt?: string | null | undefined;
|
|
1149
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1131
1150
|
}, {
|
|
1132
1151
|
suggest?: true | undefined;
|
|
1133
1152
|
canExport?: boolean | null | undefined;
|
|
@@ -1146,7 +1165,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1146
1165
|
required?: boolean | null | undefined;
|
|
1147
1166
|
} | null | undefined;
|
|
1148
1167
|
uiConfiguration?: {
|
|
1149
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1168
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1150
1169
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1151
1170
|
} | null | undefined;
|
|
1152
1171
|
width?: number | null | undefined;
|
|
@@ -1156,6 +1175,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1156
1175
|
formula?: string | null | undefined;
|
|
1157
1176
|
context?: string[] | null | undefined;
|
|
1158
1177
|
prompt?: string | null | undefined;
|
|
1178
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1159
1179
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1160
1180
|
type: import("zod").ZodLiteral<"number">;
|
|
1161
1181
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1266,13 +1286,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1266
1286
|
required?: boolean | null | undefined;
|
|
1267
1287
|
}>>>;
|
|
1268
1288
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1269
|
-
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">]>>>;
|
|
1289
|
+
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">]>>>;
|
|
1270
1290
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1271
1291
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1272
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1292
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1273
1293
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1274
1294
|
}, {
|
|
1275
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1295
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1276
1296
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1277
1297
|
}>>>;
|
|
1278
1298
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1282,6 +1302,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1282
1302
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1283
1303
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1284
1304
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1305
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1285
1306
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1286
1307
|
suggest?: true | undefined;
|
|
1287
1308
|
canExport?: boolean | null | undefined;
|
|
@@ -1300,7 +1321,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1300
1321
|
required?: boolean | null | undefined;
|
|
1301
1322
|
} | null | undefined;
|
|
1302
1323
|
uiConfiguration?: {
|
|
1303
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1324
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1304
1325
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1305
1326
|
} | null | undefined;
|
|
1306
1327
|
width?: number | null | undefined;
|
|
@@ -1310,6 +1331,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1310
1331
|
formula?: string | null | undefined;
|
|
1311
1332
|
context?: string[] | null | undefined;
|
|
1312
1333
|
prompt?: string | null | undefined;
|
|
1334
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1313
1335
|
}, {
|
|
1314
1336
|
suggest?: true | undefined;
|
|
1315
1337
|
canExport?: boolean | null | undefined;
|
|
@@ -1328,7 +1350,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1328
1350
|
required?: boolean | null | undefined;
|
|
1329
1351
|
} | null | undefined;
|
|
1330
1352
|
uiConfiguration?: {
|
|
1331
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1353
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1332
1354
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1333
1355
|
} | null | undefined;
|
|
1334
1356
|
width?: number | null | undefined;
|
|
@@ -1338,6 +1360,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1338
1360
|
formula?: string | null | undefined;
|
|
1339
1361
|
context?: string[] | null | undefined;
|
|
1340
1362
|
prompt?: string | null | undefined;
|
|
1363
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1341
1364
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1342
1365
|
type: import("zod").ZodLiteral<"enum">;
|
|
1343
1366
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1439,13 +1462,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1439
1462
|
required?: boolean | null | undefined;
|
|
1440
1463
|
}>>>;
|
|
1441
1464
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1442
|
-
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">]>>>;
|
|
1465
|
+
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">]>>>;
|
|
1443
1466
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1444
1467
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1445
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1468
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1446
1469
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1447
1470
|
}, {
|
|
1448
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1471
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1449
1472
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1450
1473
|
}>>>;
|
|
1451
1474
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1455,6 +1478,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1455
1478
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1456
1479
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1457
1480
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1481
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1458
1482
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1459
1483
|
suggest?: true | undefined;
|
|
1460
1484
|
canExport?: boolean | null | undefined;
|
|
@@ -1473,7 +1497,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1473
1497
|
required?: boolean | null | undefined;
|
|
1474
1498
|
} | null | undefined;
|
|
1475
1499
|
uiConfiguration?: {
|
|
1476
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1500
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1477
1501
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1478
1502
|
} | null | undefined;
|
|
1479
1503
|
width?: number | null | undefined;
|
|
@@ -1483,6 +1507,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1483
1507
|
formula?: string | null | undefined;
|
|
1484
1508
|
context?: string[] | null | undefined;
|
|
1485
1509
|
prompt?: string | null | undefined;
|
|
1510
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1486
1511
|
}, {
|
|
1487
1512
|
suggest?: true | undefined;
|
|
1488
1513
|
canExport?: boolean | null | undefined;
|
|
@@ -1501,7 +1526,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1501
1526
|
required?: boolean | null | undefined;
|
|
1502
1527
|
} | null | undefined;
|
|
1503
1528
|
uiConfiguration?: {
|
|
1504
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1529
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1505
1530
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1506
1531
|
} | null | undefined;
|
|
1507
1532
|
width?: number | null | undefined;
|
|
@@ -1511,6 +1536,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1511
1536
|
formula?: string | null | undefined;
|
|
1512
1537
|
context?: string[] | null | undefined;
|
|
1513
1538
|
prompt?: string | null | undefined;
|
|
1539
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1514
1540
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1515
1541
|
id: import("zod").ZodString;
|
|
1516
1542
|
label: import("zod").ZodString;
|
|
@@ -1584,7 +1610,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1584
1610
|
required?: boolean | null | undefined;
|
|
1585
1611
|
} | null | undefined;
|
|
1586
1612
|
uiConfiguration?: {
|
|
1587
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1613
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1588
1614
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1589
1615
|
} | null | undefined;
|
|
1590
1616
|
width?: number | null | undefined;
|
|
@@ -1594,6 +1620,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1594
1620
|
formula?: string | null | undefined;
|
|
1595
1621
|
context?: string[] | null | undefined;
|
|
1596
1622
|
prompt?: string | null | undefined;
|
|
1623
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1597
1624
|
}) | ({
|
|
1598
1625
|
type: "date";
|
|
1599
1626
|
format?: string | null | undefined;
|
|
@@ -1623,7 +1650,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1623
1650
|
required?: boolean | null | undefined;
|
|
1624
1651
|
} | null | undefined;
|
|
1625
1652
|
uiConfiguration?: {
|
|
1626
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1653
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1627
1654
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1628
1655
|
} | null | undefined;
|
|
1629
1656
|
width?: number | null | undefined;
|
|
@@ -1633,6 +1660,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1633
1660
|
formula?: string | null | undefined;
|
|
1634
1661
|
context?: string[] | null | undefined;
|
|
1635
1662
|
prompt?: string | null | undefined;
|
|
1663
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1636
1664
|
}) | ({
|
|
1637
1665
|
type: "number";
|
|
1638
1666
|
format?: string | null | undefined;
|
|
@@ -1667,7 +1695,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1667
1695
|
required?: boolean | null | undefined;
|
|
1668
1696
|
} | null | undefined;
|
|
1669
1697
|
uiConfiguration?: {
|
|
1670
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1698
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1671
1699
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1672
1700
|
} | null | undefined;
|
|
1673
1701
|
width?: number | null | undefined;
|
|
@@ -1677,6 +1705,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1677
1705
|
formula?: string | null | undefined;
|
|
1678
1706
|
context?: string[] | null | undefined;
|
|
1679
1707
|
prompt?: string | null | undefined;
|
|
1708
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1680
1709
|
}) | ({
|
|
1681
1710
|
options: {
|
|
1682
1711
|
value: string;
|
|
@@ -1710,7 +1739,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1710
1739
|
required?: boolean | null | undefined;
|
|
1711
1740
|
} | null | undefined;
|
|
1712
1741
|
uiConfiguration?: {
|
|
1713
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1742
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1714
1743
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1715
1744
|
} | null | undefined;
|
|
1716
1745
|
width?: number | null | undefined;
|
|
@@ -1720,6 +1749,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1720
1749
|
formula?: string | null | undefined;
|
|
1721
1750
|
context?: string[] | null | undefined;
|
|
1722
1751
|
prompt?: string | null | undefined;
|
|
1752
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1723
1753
|
}) | ({
|
|
1724
1754
|
id: string;
|
|
1725
1755
|
label: string;
|
|
@@ -1766,7 +1796,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1766
1796
|
required?: boolean | null | undefined;
|
|
1767
1797
|
} | null | undefined;
|
|
1768
1798
|
uiConfiguration?: {
|
|
1769
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1799
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1770
1800
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1771
1801
|
} | null | undefined;
|
|
1772
1802
|
width?: number | null | undefined;
|
|
@@ -1776,6 +1806,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1776
1806
|
formula?: string | null | undefined;
|
|
1777
1807
|
context?: string[] | null | undefined;
|
|
1778
1808
|
prompt?: string | null | undefined;
|
|
1809
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1779
1810
|
}) | ({
|
|
1780
1811
|
type: "date";
|
|
1781
1812
|
format?: string | null | undefined;
|
|
@@ -1805,7 +1836,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1805
1836
|
required?: boolean | null | undefined;
|
|
1806
1837
|
} | null | undefined;
|
|
1807
1838
|
uiConfiguration?: {
|
|
1808
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1839
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1809
1840
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1810
1841
|
} | null | undefined;
|
|
1811
1842
|
width?: number | null | undefined;
|
|
@@ -1815,6 +1846,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1815
1846
|
formula?: string | null | undefined;
|
|
1816
1847
|
context?: string[] | null | undefined;
|
|
1817
1848
|
prompt?: string | null | undefined;
|
|
1849
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1818
1850
|
}) | ({
|
|
1819
1851
|
type: "number";
|
|
1820
1852
|
format?: string | null | undefined;
|
|
@@ -1849,7 +1881,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1849
1881
|
required?: boolean | null | undefined;
|
|
1850
1882
|
} | null | undefined;
|
|
1851
1883
|
uiConfiguration?: {
|
|
1852
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1884
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1853
1885
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1854
1886
|
} | null | undefined;
|
|
1855
1887
|
width?: number | null | undefined;
|
|
@@ -1859,6 +1891,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1859
1891
|
formula?: string | null | undefined;
|
|
1860
1892
|
context?: string[] | null | undefined;
|
|
1861
1893
|
prompt?: string | null | undefined;
|
|
1894
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1862
1895
|
}) | ({
|
|
1863
1896
|
options: {
|
|
1864
1897
|
value: string;
|
|
@@ -1892,7 +1925,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1892
1925
|
required?: boolean | null | undefined;
|
|
1893
1926
|
} | null | undefined;
|
|
1894
1927
|
uiConfiguration?: {
|
|
1895
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1928
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1896
1929
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1897
1930
|
} | null | undefined;
|
|
1898
1931
|
width?: number | null | undefined;
|
|
@@ -1902,6 +1935,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
1902
1935
|
formula?: string | null | undefined;
|
|
1903
1936
|
context?: string[] | null | undefined;
|
|
1904
1937
|
prompt?: string | null | undefined;
|
|
1938
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1905
1939
|
}) | ({
|
|
1906
1940
|
id: string;
|
|
1907
1941
|
label: string;
|
|
@@ -2018,13 +2052,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2018
2052
|
required?: boolean | null | undefined;
|
|
2019
2053
|
}>>>;
|
|
2020
2054
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2021
|
-
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">]>>>;
|
|
2055
|
+
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">]>>>;
|
|
2022
2056
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2023
2057
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2024
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2058
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2025
2059
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2026
2060
|
}, {
|
|
2027
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2061
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2028
2062
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2029
2063
|
}>>>;
|
|
2030
2064
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2034,6 +2068,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2034
2068
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2035
2069
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2036
2070
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2071
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2037
2072
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2038
2073
|
suggest?: true | undefined;
|
|
2039
2074
|
canExport?: boolean | null | undefined;
|
|
@@ -2052,7 +2087,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2052
2087
|
required?: boolean | null | undefined;
|
|
2053
2088
|
} | null | undefined;
|
|
2054
2089
|
uiConfiguration?: {
|
|
2055
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2090
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2056
2091
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2057
2092
|
} | null | undefined;
|
|
2058
2093
|
width?: number | null | undefined;
|
|
@@ -2062,6 +2097,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2062
2097
|
formula?: string | null | undefined;
|
|
2063
2098
|
context?: string[] | null | undefined;
|
|
2064
2099
|
prompt?: string | null | undefined;
|
|
2100
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2065
2101
|
}, {
|
|
2066
2102
|
suggest?: true | undefined;
|
|
2067
2103
|
canExport?: boolean | null | undefined;
|
|
@@ -2080,7 +2116,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2080
2116
|
required?: boolean | null | undefined;
|
|
2081
2117
|
} | null | undefined;
|
|
2082
2118
|
uiConfiguration?: {
|
|
2083
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2119
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2084
2120
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2085
2121
|
} | null | undefined;
|
|
2086
2122
|
width?: number | null | undefined;
|
|
@@ -2090,6 +2126,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2090
2126
|
formula?: string | null | undefined;
|
|
2091
2127
|
context?: string[] | null | undefined;
|
|
2092
2128
|
prompt?: string | null | undefined;
|
|
2129
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2093
2130
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2094
2131
|
type: import("zod").ZodLiteral<"date">;
|
|
2095
2132
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2173,13 +2210,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2173
2210
|
required?: boolean | null | undefined;
|
|
2174
2211
|
}>>>;
|
|
2175
2212
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2176
|
-
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">]>>>;
|
|
2213
|
+
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">]>>>;
|
|
2177
2214
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2178
2215
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2179
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2216
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2180
2217
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2181
2218
|
}, {
|
|
2182
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2219
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2183
2220
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2184
2221
|
}>>>;
|
|
2185
2222
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2189,6 +2226,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2189
2226
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2190
2227
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2191
2228
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2229
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2192
2230
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2193
2231
|
suggest?: true | undefined;
|
|
2194
2232
|
canExport?: boolean | null | undefined;
|
|
@@ -2207,7 +2245,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2207
2245
|
required?: boolean | null | undefined;
|
|
2208
2246
|
} | null | undefined;
|
|
2209
2247
|
uiConfiguration?: {
|
|
2210
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2248
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2211
2249
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2212
2250
|
} | null | undefined;
|
|
2213
2251
|
width?: number | null | undefined;
|
|
@@ -2217,6 +2255,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2217
2255
|
formula?: string | null | undefined;
|
|
2218
2256
|
context?: string[] | null | undefined;
|
|
2219
2257
|
prompt?: string | null | undefined;
|
|
2258
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2220
2259
|
}, {
|
|
2221
2260
|
suggest?: true | undefined;
|
|
2222
2261
|
canExport?: boolean | null | undefined;
|
|
@@ -2235,7 +2274,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2235
2274
|
required?: boolean | null | undefined;
|
|
2236
2275
|
} | null | undefined;
|
|
2237
2276
|
uiConfiguration?: {
|
|
2238
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2277
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2239
2278
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2240
2279
|
} | null | undefined;
|
|
2241
2280
|
width?: number | null | undefined;
|
|
@@ -2245,6 +2284,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2245
2284
|
formula?: string | null | undefined;
|
|
2246
2285
|
context?: string[] | null | undefined;
|
|
2247
2286
|
prompt?: string | null | undefined;
|
|
2287
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2248
2288
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2249
2289
|
type: import("zod").ZodLiteral<"number">;
|
|
2250
2290
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2355,13 +2395,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2355
2395
|
required?: boolean | null | undefined;
|
|
2356
2396
|
}>>>;
|
|
2357
2397
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2358
|
-
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">]>>>;
|
|
2398
|
+
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">]>>>;
|
|
2359
2399
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2360
2400
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2361
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2401
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2362
2402
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2363
2403
|
}, {
|
|
2364
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2404
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2365
2405
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2366
2406
|
}>>>;
|
|
2367
2407
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2371,6 +2411,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2371
2411
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2372
2412
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2373
2413
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2414
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2374
2415
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2375
2416
|
suggest?: true | undefined;
|
|
2376
2417
|
canExport?: boolean | null | undefined;
|
|
@@ -2389,7 +2430,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2389
2430
|
required?: boolean | null | undefined;
|
|
2390
2431
|
} | null | undefined;
|
|
2391
2432
|
uiConfiguration?: {
|
|
2392
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2433
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2393
2434
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2394
2435
|
} | null | undefined;
|
|
2395
2436
|
width?: number | null | undefined;
|
|
@@ -2399,6 +2440,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2399
2440
|
formula?: string | null | undefined;
|
|
2400
2441
|
context?: string[] | null | undefined;
|
|
2401
2442
|
prompt?: string | null | undefined;
|
|
2443
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2402
2444
|
}, {
|
|
2403
2445
|
suggest?: true | undefined;
|
|
2404
2446
|
canExport?: boolean | null | undefined;
|
|
@@ -2417,7 +2459,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2417
2459
|
required?: boolean | null | undefined;
|
|
2418
2460
|
} | null | undefined;
|
|
2419
2461
|
uiConfiguration?: {
|
|
2420
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2462
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2421
2463
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2422
2464
|
} | null | undefined;
|
|
2423
2465
|
width?: number | null | undefined;
|
|
@@ -2427,6 +2469,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2427
2469
|
formula?: string | null | undefined;
|
|
2428
2470
|
context?: string[] | null | undefined;
|
|
2429
2471
|
prompt?: string | null | undefined;
|
|
2472
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2430
2473
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2431
2474
|
type: import("zod").ZodLiteral<"enum">;
|
|
2432
2475
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -2528,13 +2571,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2528
2571
|
required?: boolean | null | undefined;
|
|
2529
2572
|
}>>>;
|
|
2530
2573
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2531
|
-
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">]>>>;
|
|
2574
|
+
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">]>>>;
|
|
2532
2575
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2533
2576
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2534
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2577
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2535
2578
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2536
2579
|
}, {
|
|
2537
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2580
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2538
2581
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2539
2582
|
}>>>;
|
|
2540
2583
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2544,6 +2587,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2544
2587
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2545
2588
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2546
2589
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2590
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2547
2591
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2548
2592
|
suggest?: true | undefined;
|
|
2549
2593
|
canExport?: boolean | null | undefined;
|
|
@@ -2562,7 +2606,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2562
2606
|
required?: boolean | null | undefined;
|
|
2563
2607
|
} | null | undefined;
|
|
2564
2608
|
uiConfiguration?: {
|
|
2565
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2609
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2566
2610
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2567
2611
|
} | null | undefined;
|
|
2568
2612
|
width?: number | null | undefined;
|
|
@@ -2572,6 +2616,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2572
2616
|
formula?: string | null | undefined;
|
|
2573
2617
|
context?: string[] | null | undefined;
|
|
2574
2618
|
prompt?: string | null | undefined;
|
|
2619
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2575
2620
|
}, {
|
|
2576
2621
|
suggest?: true | undefined;
|
|
2577
2622
|
canExport?: boolean | null | undefined;
|
|
@@ -2590,7 +2635,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2590
2635
|
required?: boolean | null | undefined;
|
|
2591
2636
|
} | null | undefined;
|
|
2592
2637
|
uiConfiguration?: {
|
|
2593
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2638
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2594
2639
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2595
2640
|
} | null | undefined;
|
|
2596
2641
|
width?: number | null | undefined;
|
|
@@ -2600,6 +2645,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2600
2645
|
formula?: string | null | undefined;
|
|
2601
2646
|
context?: string[] | null | undefined;
|
|
2602
2647
|
prompt?: string | null | undefined;
|
|
2648
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2603
2649
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2604
2650
|
id: import("zod").ZodString;
|
|
2605
2651
|
label: import("zod").ZodString;
|
|
@@ -2672,7 +2718,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2672
2718
|
required?: boolean | null | undefined;
|
|
2673
2719
|
} | null | undefined;
|
|
2674
2720
|
uiConfiguration?: {
|
|
2675
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2721
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2676
2722
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2677
2723
|
} | null | undefined;
|
|
2678
2724
|
width?: number | null | undefined;
|
|
@@ -2682,6 +2728,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2682
2728
|
formula?: string | null | undefined;
|
|
2683
2729
|
context?: string[] | null | undefined;
|
|
2684
2730
|
prompt?: string | null | undefined;
|
|
2731
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2685
2732
|
}) | ({
|
|
2686
2733
|
type: "date";
|
|
2687
2734
|
format?: string | null | undefined;
|
|
@@ -2711,7 +2758,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2711
2758
|
required?: boolean | null | undefined;
|
|
2712
2759
|
} | null | undefined;
|
|
2713
2760
|
uiConfiguration?: {
|
|
2714
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2761
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2715
2762
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2716
2763
|
} | null | undefined;
|
|
2717
2764
|
width?: number | null | undefined;
|
|
@@ -2721,6 +2768,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2721
2768
|
formula?: string | null | undefined;
|
|
2722
2769
|
context?: string[] | null | undefined;
|
|
2723
2770
|
prompt?: string | null | undefined;
|
|
2771
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2724
2772
|
}) | ({
|
|
2725
2773
|
type: "number";
|
|
2726
2774
|
format?: string | null | undefined;
|
|
@@ -2755,7 +2803,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2755
2803
|
required?: boolean | null | undefined;
|
|
2756
2804
|
} | null | undefined;
|
|
2757
2805
|
uiConfiguration?: {
|
|
2758
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2806
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2759
2807
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2760
2808
|
} | null | undefined;
|
|
2761
2809
|
width?: number | null | undefined;
|
|
@@ -2765,6 +2813,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2765
2813
|
formula?: string | null | undefined;
|
|
2766
2814
|
context?: string[] | null | undefined;
|
|
2767
2815
|
prompt?: string | null | undefined;
|
|
2816
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2768
2817
|
}) | ({
|
|
2769
2818
|
options: {
|
|
2770
2819
|
value: string;
|
|
@@ -2798,7 +2847,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2798
2847
|
required?: boolean | null | undefined;
|
|
2799
2848
|
} | null | undefined;
|
|
2800
2849
|
uiConfiguration?: {
|
|
2801
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2850
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2802
2851
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2803
2852
|
} | null | undefined;
|
|
2804
2853
|
width?: number | null | undefined;
|
|
@@ -2808,6 +2857,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2808
2857
|
formula?: string | null | undefined;
|
|
2809
2858
|
context?: string[] | null | undefined;
|
|
2810
2859
|
prompt?: string | null | undefined;
|
|
2860
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2811
2861
|
}) | ({
|
|
2812
2862
|
id: string;
|
|
2813
2863
|
label: string;
|
|
@@ -2852,7 +2902,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2852
2902
|
required?: boolean | null | undefined;
|
|
2853
2903
|
} | null | undefined;
|
|
2854
2904
|
uiConfiguration?: {
|
|
2855
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2905
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2856
2906
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2857
2907
|
} | null | undefined;
|
|
2858
2908
|
width?: number | null | undefined;
|
|
@@ -2862,6 +2912,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2862
2912
|
formula?: string | null | undefined;
|
|
2863
2913
|
context?: string[] | null | undefined;
|
|
2864
2914
|
prompt?: string | null | undefined;
|
|
2915
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2865
2916
|
}) | ({
|
|
2866
2917
|
type: "date";
|
|
2867
2918
|
format?: string | null | undefined;
|
|
@@ -2891,7 +2942,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2891
2942
|
required?: boolean | null | undefined;
|
|
2892
2943
|
} | null | undefined;
|
|
2893
2944
|
uiConfiguration?: {
|
|
2894
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2945
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2895
2946
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2896
2947
|
} | null | undefined;
|
|
2897
2948
|
width?: number | null | undefined;
|
|
@@ -2901,6 +2952,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2901
2952
|
formula?: string | null | undefined;
|
|
2902
2953
|
context?: string[] | null | undefined;
|
|
2903
2954
|
prompt?: string | null | undefined;
|
|
2955
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2904
2956
|
}) | ({
|
|
2905
2957
|
type: "number";
|
|
2906
2958
|
format?: string | null | undefined;
|
|
@@ -2935,7 +2987,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2935
2987
|
required?: boolean | null | undefined;
|
|
2936
2988
|
} | null | undefined;
|
|
2937
2989
|
uiConfiguration?: {
|
|
2938
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2990
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2939
2991
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2940
2992
|
} | null | undefined;
|
|
2941
2993
|
width?: number | null | undefined;
|
|
@@ -2945,6 +2997,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2945
2997
|
formula?: string | null | undefined;
|
|
2946
2998
|
context?: string[] | null | undefined;
|
|
2947
2999
|
prompt?: string | null | undefined;
|
|
3000
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2948
3001
|
}) | ({
|
|
2949
3002
|
options: {
|
|
2950
3003
|
value: string;
|
|
@@ -2978,7 +3031,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2978
3031
|
required?: boolean | null | undefined;
|
|
2979
3032
|
} | null | undefined;
|
|
2980
3033
|
uiConfiguration?: {
|
|
2981
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3034
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2982
3035
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2983
3036
|
} | null | undefined;
|
|
2984
3037
|
width?: number | null | undefined;
|
|
@@ -2988,6 +3041,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
2988
3041
|
formula?: string | null | undefined;
|
|
2989
3042
|
context?: string[] | null | undefined;
|
|
2990
3043
|
prompt?: string | null | undefined;
|
|
3044
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2991
3045
|
}) | ({
|
|
2992
3046
|
id: string;
|
|
2993
3047
|
label: string;
|
|
@@ -3145,13 +3199,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3145
3199
|
required?: boolean | null | undefined;
|
|
3146
3200
|
}>>>;
|
|
3147
3201
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3148
|
-
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">]>>>;
|
|
3202
|
+
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">]>>>;
|
|
3149
3203
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3150
3204
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3151
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3205
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3152
3206
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3153
3207
|
}, {
|
|
3154
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3208
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3155
3209
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3156
3210
|
}>>>;
|
|
3157
3211
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3161,6 +3215,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3161
3215
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3162
3216
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3163
3217
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3218
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3164
3219
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3165
3220
|
suggest?: true | undefined;
|
|
3166
3221
|
canExport?: boolean | null | undefined;
|
|
@@ -3179,7 +3234,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3179
3234
|
required?: boolean | null | undefined;
|
|
3180
3235
|
} | null | undefined;
|
|
3181
3236
|
uiConfiguration?: {
|
|
3182
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3237
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3183
3238
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3184
3239
|
} | null | undefined;
|
|
3185
3240
|
width?: number | null | undefined;
|
|
@@ -3189,6 +3244,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3189
3244
|
formula?: string | null | undefined;
|
|
3190
3245
|
context?: string[] | null | undefined;
|
|
3191
3246
|
prompt?: string | null | undefined;
|
|
3247
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3192
3248
|
}, {
|
|
3193
3249
|
suggest?: true | undefined;
|
|
3194
3250
|
canExport?: boolean | null | undefined;
|
|
@@ -3207,7 +3263,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3207
3263
|
required?: boolean | null | undefined;
|
|
3208
3264
|
} | null | undefined;
|
|
3209
3265
|
uiConfiguration?: {
|
|
3210
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3266
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3211
3267
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3212
3268
|
} | null | undefined;
|
|
3213
3269
|
width?: number | null | undefined;
|
|
@@ -3217,6 +3273,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3217
3273
|
formula?: string | null | undefined;
|
|
3218
3274
|
context?: string[] | null | undefined;
|
|
3219
3275
|
prompt?: string | null | undefined;
|
|
3276
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3220
3277
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3221
3278
|
type: import("zod").ZodLiteral<"date">;
|
|
3222
3279
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3300,13 +3357,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3300
3357
|
required?: boolean | null | undefined;
|
|
3301
3358
|
}>>>;
|
|
3302
3359
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3303
|
-
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">]>>>;
|
|
3360
|
+
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">]>>>;
|
|
3304
3361
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3305
3362
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3306
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3363
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3307
3364
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3308
3365
|
}, {
|
|
3309
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3366
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3310
3367
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3311
3368
|
}>>>;
|
|
3312
3369
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3316,6 +3373,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3316
3373
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3317
3374
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3318
3375
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3376
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3319
3377
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3320
3378
|
suggest?: true | undefined;
|
|
3321
3379
|
canExport?: boolean | null | undefined;
|
|
@@ -3334,7 +3392,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3334
3392
|
required?: boolean | null | undefined;
|
|
3335
3393
|
} | null | undefined;
|
|
3336
3394
|
uiConfiguration?: {
|
|
3337
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3395
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3338
3396
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3339
3397
|
} | null | undefined;
|
|
3340
3398
|
width?: number | null | undefined;
|
|
@@ -3344,6 +3402,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3344
3402
|
formula?: string | null | undefined;
|
|
3345
3403
|
context?: string[] | null | undefined;
|
|
3346
3404
|
prompt?: string | null | undefined;
|
|
3405
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3347
3406
|
}, {
|
|
3348
3407
|
suggest?: true | undefined;
|
|
3349
3408
|
canExport?: boolean | null | undefined;
|
|
@@ -3362,7 +3421,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3362
3421
|
required?: boolean | null | undefined;
|
|
3363
3422
|
} | null | undefined;
|
|
3364
3423
|
uiConfiguration?: {
|
|
3365
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3424
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3366
3425
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3367
3426
|
} | null | undefined;
|
|
3368
3427
|
width?: number | null | undefined;
|
|
@@ -3372,6 +3431,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3372
3431
|
formula?: string | null | undefined;
|
|
3373
3432
|
context?: string[] | null | undefined;
|
|
3374
3433
|
prompt?: string | null | undefined;
|
|
3434
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3375
3435
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3376
3436
|
type: import("zod").ZodLiteral<"number">;
|
|
3377
3437
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3482,13 +3542,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3482
3542
|
required?: boolean | null | undefined;
|
|
3483
3543
|
}>>>;
|
|
3484
3544
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3485
|
-
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">]>>>;
|
|
3545
|
+
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">]>>>;
|
|
3486
3546
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3487
3547
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3488
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3548
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3489
3549
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3490
3550
|
}, {
|
|
3491
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3551
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3492
3552
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3493
3553
|
}>>>;
|
|
3494
3554
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3498,6 +3558,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3498
3558
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3499
3559
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3500
3560
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3561
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3501
3562
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3502
3563
|
suggest?: true | undefined;
|
|
3503
3564
|
canExport?: boolean | null | undefined;
|
|
@@ -3516,7 +3577,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3516
3577
|
required?: boolean | null | undefined;
|
|
3517
3578
|
} | null | undefined;
|
|
3518
3579
|
uiConfiguration?: {
|
|
3519
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3580
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3520
3581
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3521
3582
|
} | null | undefined;
|
|
3522
3583
|
width?: number | null | undefined;
|
|
@@ -3526,6 +3587,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3526
3587
|
formula?: string | null | undefined;
|
|
3527
3588
|
context?: string[] | null | undefined;
|
|
3528
3589
|
prompt?: string | null | undefined;
|
|
3590
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3529
3591
|
}, {
|
|
3530
3592
|
suggest?: true | undefined;
|
|
3531
3593
|
canExport?: boolean | null | undefined;
|
|
@@ -3544,7 +3606,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3544
3606
|
required?: boolean | null | undefined;
|
|
3545
3607
|
} | null | undefined;
|
|
3546
3608
|
uiConfiguration?: {
|
|
3547
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3609
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3548
3610
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3549
3611
|
} | null | undefined;
|
|
3550
3612
|
width?: number | null | undefined;
|
|
@@ -3554,6 +3616,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3554
3616
|
formula?: string | null | undefined;
|
|
3555
3617
|
context?: string[] | null | undefined;
|
|
3556
3618
|
prompt?: string | null | undefined;
|
|
3619
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3557
3620
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3558
3621
|
type: import("zod").ZodLiteral<"enum">;
|
|
3559
3622
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -3655,13 +3718,13 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3655
3718
|
required?: boolean | null | undefined;
|
|
3656
3719
|
}>>>;
|
|
3657
3720
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3658
|
-
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">]>>>;
|
|
3721
|
+
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">]>>>;
|
|
3659
3722
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3660
3723
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3661
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3724
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3662
3725
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3663
3726
|
}, {
|
|
3664
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3727
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3665
3728
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3666
3729
|
}>>>;
|
|
3667
3730
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3671,6 +3734,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3671
3734
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3672
3735
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3673
3736
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3737
|
+
dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3674
3738
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3675
3739
|
suggest?: true | undefined;
|
|
3676
3740
|
canExport?: boolean | null | undefined;
|
|
@@ -3689,7 +3753,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3689
3753
|
required?: boolean | null | undefined;
|
|
3690
3754
|
} | null | undefined;
|
|
3691
3755
|
uiConfiguration?: {
|
|
3692
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3756
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3693
3757
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3694
3758
|
} | null | undefined;
|
|
3695
3759
|
width?: number | null | undefined;
|
|
@@ -3699,6 +3763,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3699
3763
|
formula?: string | null | undefined;
|
|
3700
3764
|
context?: string[] | null | undefined;
|
|
3701
3765
|
prompt?: string | null | undefined;
|
|
3766
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3702
3767
|
}, {
|
|
3703
3768
|
suggest?: true | undefined;
|
|
3704
3769
|
canExport?: boolean | null | undefined;
|
|
@@ -3717,7 +3782,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3717
3782
|
required?: boolean | null | undefined;
|
|
3718
3783
|
} | null | undefined;
|
|
3719
3784
|
uiConfiguration?: {
|
|
3720
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3785
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3721
3786
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3722
3787
|
} | null | undefined;
|
|
3723
3788
|
width?: number | null | undefined;
|
|
@@ -3727,6 +3792,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3727
3792
|
formula?: string | null | undefined;
|
|
3728
3793
|
context?: string[] | null | undefined;
|
|
3729
3794
|
prompt?: string | null | undefined;
|
|
3795
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3730
3796
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3731
3797
|
id: import("zod").ZodString;
|
|
3732
3798
|
label: import("zod").ZodString;
|
|
@@ -3800,7 +3866,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3800
3866
|
required?: boolean | null | undefined;
|
|
3801
3867
|
} | null | undefined;
|
|
3802
3868
|
uiConfiguration?: {
|
|
3803
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3869
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3804
3870
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3805
3871
|
} | null | undefined;
|
|
3806
3872
|
width?: number | null | undefined;
|
|
@@ -3810,6 +3876,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3810
3876
|
formula?: string | null | undefined;
|
|
3811
3877
|
context?: string[] | null | undefined;
|
|
3812
3878
|
prompt?: string | null | undefined;
|
|
3879
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3813
3880
|
}) | ({
|
|
3814
3881
|
type: "date";
|
|
3815
3882
|
format?: string | null | undefined;
|
|
@@ -3839,7 +3906,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3839
3906
|
required?: boolean | null | undefined;
|
|
3840
3907
|
} | null | undefined;
|
|
3841
3908
|
uiConfiguration?: {
|
|
3842
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3909
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3843
3910
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3844
3911
|
} | null | undefined;
|
|
3845
3912
|
width?: number | null | undefined;
|
|
@@ -3849,6 +3916,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3849
3916
|
formula?: string | null | undefined;
|
|
3850
3917
|
context?: string[] | null | undefined;
|
|
3851
3918
|
prompt?: string | null | undefined;
|
|
3919
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3852
3920
|
}) | ({
|
|
3853
3921
|
type: "number";
|
|
3854
3922
|
format?: string | null | undefined;
|
|
@@ -3883,7 +3951,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3883
3951
|
required?: boolean | null | undefined;
|
|
3884
3952
|
} | null | undefined;
|
|
3885
3953
|
uiConfiguration?: {
|
|
3886
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3954
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3887
3955
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3888
3956
|
} | null | undefined;
|
|
3889
3957
|
width?: number | null | undefined;
|
|
@@ -3893,6 +3961,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3893
3961
|
formula?: string | null | undefined;
|
|
3894
3962
|
context?: string[] | null | undefined;
|
|
3895
3963
|
prompt?: string | null | undefined;
|
|
3964
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3896
3965
|
}) | ({
|
|
3897
3966
|
options: {
|
|
3898
3967
|
value: string;
|
|
@@ -3926,7 +3995,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3926
3995
|
required?: boolean | null | undefined;
|
|
3927
3996
|
} | null | undefined;
|
|
3928
3997
|
uiConfiguration?: {
|
|
3929
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3998
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3930
3999
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3931
4000
|
} | null | undefined;
|
|
3932
4001
|
width?: number | null | undefined;
|
|
@@ -3936,6 +4005,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3936
4005
|
formula?: string | null | undefined;
|
|
3937
4006
|
context?: string[] | null | undefined;
|
|
3938
4007
|
prompt?: string | null | undefined;
|
|
4008
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3939
4009
|
}) | ({
|
|
3940
4010
|
id: string;
|
|
3941
4011
|
label: string;
|
|
@@ -3982,7 +4052,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3982
4052
|
required?: boolean | null | undefined;
|
|
3983
4053
|
} | null | undefined;
|
|
3984
4054
|
uiConfiguration?: {
|
|
3985
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4055
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3986
4056
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3987
4057
|
} | null | undefined;
|
|
3988
4058
|
width?: number | null | undefined;
|
|
@@ -3992,6 +4062,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
3992
4062
|
formula?: string | null | undefined;
|
|
3993
4063
|
context?: string[] | null | undefined;
|
|
3994
4064
|
prompt?: string | null | undefined;
|
|
4065
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3995
4066
|
}) | ({
|
|
3996
4067
|
type: "date";
|
|
3997
4068
|
format?: string | null | undefined;
|
|
@@ -4021,7 +4092,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4021
4092
|
required?: boolean | null | undefined;
|
|
4022
4093
|
} | null | undefined;
|
|
4023
4094
|
uiConfiguration?: {
|
|
4024
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4095
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4025
4096
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4026
4097
|
} | null | undefined;
|
|
4027
4098
|
width?: number | null | undefined;
|
|
@@ -4031,6 +4102,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4031
4102
|
formula?: string | null | undefined;
|
|
4032
4103
|
context?: string[] | null | undefined;
|
|
4033
4104
|
prompt?: string | null | undefined;
|
|
4105
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4034
4106
|
}) | ({
|
|
4035
4107
|
type: "number";
|
|
4036
4108
|
format?: string | null | undefined;
|
|
@@ -4065,7 +4137,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4065
4137
|
required?: boolean | null | undefined;
|
|
4066
4138
|
} | null | undefined;
|
|
4067
4139
|
uiConfiguration?: {
|
|
4068
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4140
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4069
4141
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4070
4142
|
} | null | undefined;
|
|
4071
4143
|
width?: number | null | undefined;
|
|
@@ -4075,6 +4147,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4075
4147
|
formula?: string | null | undefined;
|
|
4076
4148
|
context?: string[] | null | undefined;
|
|
4077
4149
|
prompt?: string | null | undefined;
|
|
4150
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4078
4151
|
}) | ({
|
|
4079
4152
|
options: {
|
|
4080
4153
|
value: string;
|
|
@@ -4108,7 +4181,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4108
4181
|
required?: boolean | null | undefined;
|
|
4109
4182
|
} | null | undefined;
|
|
4110
4183
|
uiConfiguration?: {
|
|
4111
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4184
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4112
4185
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4113
4186
|
} | null | undefined;
|
|
4114
4187
|
width?: number | null | undefined;
|
|
@@ -4118,6 +4191,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4118
4191
|
formula?: string | null | undefined;
|
|
4119
4192
|
context?: string[] | null | undefined;
|
|
4120
4193
|
prompt?: string | null | undefined;
|
|
4194
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4121
4195
|
}) | ({
|
|
4122
4196
|
id: string;
|
|
4123
4197
|
label: string;
|
|
@@ -4184,7 +4258,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4184
4258
|
required?: boolean | null | undefined;
|
|
4185
4259
|
} | null | undefined;
|
|
4186
4260
|
uiConfiguration?: {
|
|
4187
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4261
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4188
4262
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4189
4263
|
} | null | undefined;
|
|
4190
4264
|
width?: number | null | undefined;
|
|
@@ -4194,6 +4268,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4194
4268
|
formula?: string | null | undefined;
|
|
4195
4269
|
context?: string[] | null | undefined;
|
|
4196
4270
|
prompt?: string | null | undefined;
|
|
4271
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4197
4272
|
}) | ({
|
|
4198
4273
|
type: "date";
|
|
4199
4274
|
format?: string | null | undefined;
|
|
@@ -4223,7 +4298,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4223
4298
|
required?: boolean | null | undefined;
|
|
4224
4299
|
} | null | undefined;
|
|
4225
4300
|
uiConfiguration?: {
|
|
4226
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4301
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4227
4302
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4228
4303
|
} | null | undefined;
|
|
4229
4304
|
width?: number | null | undefined;
|
|
@@ -4233,6 +4308,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4233
4308
|
formula?: string | null | undefined;
|
|
4234
4309
|
context?: string[] | null | undefined;
|
|
4235
4310
|
prompt?: string | null | undefined;
|
|
4311
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4236
4312
|
}) | ({
|
|
4237
4313
|
type: "number";
|
|
4238
4314
|
format?: string | null | undefined;
|
|
@@ -4267,7 +4343,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4267
4343
|
required?: boolean | null | undefined;
|
|
4268
4344
|
} | null | undefined;
|
|
4269
4345
|
uiConfiguration?: {
|
|
4270
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4346
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4271
4347
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4272
4348
|
} | null | undefined;
|
|
4273
4349
|
width?: number | null | undefined;
|
|
@@ -4277,6 +4353,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4277
4353
|
formula?: string | null | undefined;
|
|
4278
4354
|
context?: string[] | null | undefined;
|
|
4279
4355
|
prompt?: string | null | undefined;
|
|
4356
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4280
4357
|
}) | ({
|
|
4281
4358
|
options: {
|
|
4282
4359
|
value: string;
|
|
@@ -4310,7 +4387,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4310
4387
|
required?: boolean | null | undefined;
|
|
4311
4388
|
} | null | undefined;
|
|
4312
4389
|
uiConfiguration?: {
|
|
4313
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4390
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4314
4391
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4315
4392
|
} | null | undefined;
|
|
4316
4393
|
width?: number | null | undefined;
|
|
@@ -4320,6 +4397,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4320
4397
|
formula?: string | null | undefined;
|
|
4321
4398
|
context?: string[] | null | undefined;
|
|
4322
4399
|
prompt?: string | null | undefined;
|
|
4400
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4323
4401
|
}) | ({
|
|
4324
4402
|
id: string;
|
|
4325
4403
|
label: string;
|
|
@@ -4374,7 +4452,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4374
4452
|
required?: boolean | null | undefined;
|
|
4375
4453
|
} | null | undefined;
|
|
4376
4454
|
uiConfiguration?: {
|
|
4377
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4455
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4378
4456
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4379
4457
|
} | null | undefined;
|
|
4380
4458
|
width?: number | null | undefined;
|
|
@@ -4384,6 +4462,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4384
4462
|
formula?: string | null | undefined;
|
|
4385
4463
|
context?: string[] | null | undefined;
|
|
4386
4464
|
prompt?: string | null | undefined;
|
|
4465
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4387
4466
|
}) | ({
|
|
4388
4467
|
type: "date";
|
|
4389
4468
|
format?: string | null | undefined;
|
|
@@ -4413,7 +4492,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4413
4492
|
required?: boolean | null | undefined;
|
|
4414
4493
|
} | null | undefined;
|
|
4415
4494
|
uiConfiguration?: {
|
|
4416
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4495
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4417
4496
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4418
4497
|
} | null | undefined;
|
|
4419
4498
|
width?: number | null | undefined;
|
|
@@ -4423,6 +4502,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4423
4502
|
formula?: string | null | undefined;
|
|
4424
4503
|
context?: string[] | null | undefined;
|
|
4425
4504
|
prompt?: string | null | undefined;
|
|
4505
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4426
4506
|
}) | ({
|
|
4427
4507
|
type: "number";
|
|
4428
4508
|
format?: string | null | undefined;
|
|
@@ -4457,7 +4537,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4457
4537
|
required?: boolean | null | undefined;
|
|
4458
4538
|
} | null | undefined;
|
|
4459
4539
|
uiConfiguration?: {
|
|
4460
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4540
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4461
4541
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4462
4542
|
} | null | undefined;
|
|
4463
4543
|
width?: number | null | undefined;
|
|
@@ -4467,6 +4547,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4467
4547
|
formula?: string | null | undefined;
|
|
4468
4548
|
context?: string[] | null | undefined;
|
|
4469
4549
|
prompt?: string | null | undefined;
|
|
4550
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4470
4551
|
}) | ({
|
|
4471
4552
|
options: {
|
|
4472
4553
|
value: string;
|
|
@@ -4500,7 +4581,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4500
4581
|
required?: boolean | null | undefined;
|
|
4501
4582
|
} | null | undefined;
|
|
4502
4583
|
uiConfiguration?: {
|
|
4503
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4584
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4504
4585
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4505
4586
|
} | null | undefined;
|
|
4506
4587
|
width?: number | null | undefined;
|
|
@@ -4510,6 +4591,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4510
4591
|
formula?: string | null | undefined;
|
|
4511
4592
|
context?: string[] | null | undefined;
|
|
4512
4593
|
prompt?: string | null | undefined;
|
|
4594
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4513
4595
|
}) | ({
|
|
4514
4596
|
id: string;
|
|
4515
4597
|
label: string;
|
|
@@ -4624,7 +4706,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4624
4706
|
required?: boolean | null | undefined;
|
|
4625
4707
|
} | null | undefined;
|
|
4626
4708
|
uiConfiguration?: {
|
|
4627
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4709
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4628
4710
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4629
4711
|
} | null | undefined;
|
|
4630
4712
|
width?: number | null | undefined;
|
|
@@ -4634,6 +4716,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4634
4716
|
formula?: string | null | undefined;
|
|
4635
4717
|
context?: string[] | null | undefined;
|
|
4636
4718
|
prompt?: string | null | undefined;
|
|
4719
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4637
4720
|
}) | ({
|
|
4638
4721
|
type: "date";
|
|
4639
4722
|
format?: string | null | undefined;
|
|
@@ -4663,7 +4746,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4663
4746
|
required?: boolean | null | undefined;
|
|
4664
4747
|
} | null | undefined;
|
|
4665
4748
|
uiConfiguration?: {
|
|
4666
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4749
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4667
4750
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4668
4751
|
} | null | undefined;
|
|
4669
4752
|
width?: number | null | undefined;
|
|
@@ -4673,6 +4756,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4673
4756
|
formula?: string | null | undefined;
|
|
4674
4757
|
context?: string[] | null | undefined;
|
|
4675
4758
|
prompt?: string | null | undefined;
|
|
4759
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4676
4760
|
}) | ({
|
|
4677
4761
|
type: "number";
|
|
4678
4762
|
format?: string | null | undefined;
|
|
@@ -4707,7 +4791,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4707
4791
|
required?: boolean | null | undefined;
|
|
4708
4792
|
} | null | undefined;
|
|
4709
4793
|
uiConfiguration?: {
|
|
4710
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4794
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4711
4795
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4712
4796
|
} | null | undefined;
|
|
4713
4797
|
width?: number | null | undefined;
|
|
@@ -4717,6 +4801,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4717
4801
|
formula?: string | null | undefined;
|
|
4718
4802
|
context?: string[] | null | undefined;
|
|
4719
4803
|
prompt?: string | null | undefined;
|
|
4804
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4720
4805
|
}) | ({
|
|
4721
4806
|
options: {
|
|
4722
4807
|
value: string;
|
|
@@ -4750,7 +4835,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4750
4835
|
required?: boolean | null | undefined;
|
|
4751
4836
|
} | null | undefined;
|
|
4752
4837
|
uiConfiguration?: {
|
|
4753
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4838
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4754
4839
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4755
4840
|
} | null | undefined;
|
|
4756
4841
|
width?: number | null | undefined;
|
|
@@ -4760,6 +4845,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4760
4845
|
formula?: string | null | undefined;
|
|
4761
4846
|
context?: string[] | null | undefined;
|
|
4762
4847
|
prompt?: string | null | undefined;
|
|
4848
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4763
4849
|
}) | ({
|
|
4764
4850
|
id: string;
|
|
4765
4851
|
label: string;
|
|
@@ -4803,7 +4889,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4803
4889
|
required?: boolean | null | undefined;
|
|
4804
4890
|
} | null | undefined;
|
|
4805
4891
|
uiConfiguration?: {
|
|
4806
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4892
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4807
4893
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4808
4894
|
} | null | undefined;
|
|
4809
4895
|
width?: number | null | undefined;
|
|
@@ -4813,6 +4899,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4813
4899
|
formula?: string | null | undefined;
|
|
4814
4900
|
context?: string[] | null | undefined;
|
|
4815
4901
|
prompt?: string | null | undefined;
|
|
4902
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4816
4903
|
}) | ({
|
|
4817
4904
|
type: "date";
|
|
4818
4905
|
format?: string | null | undefined;
|
|
@@ -4842,7 +4929,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4842
4929
|
required?: boolean | null | undefined;
|
|
4843
4930
|
} | null | undefined;
|
|
4844
4931
|
uiConfiguration?: {
|
|
4845
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4932
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4846
4933
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4847
4934
|
} | null | undefined;
|
|
4848
4935
|
width?: number | null | undefined;
|
|
@@ -4852,6 +4939,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4852
4939
|
formula?: string | null | undefined;
|
|
4853
4940
|
context?: string[] | null | undefined;
|
|
4854
4941
|
prompt?: string | null | undefined;
|
|
4942
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4855
4943
|
}) | ({
|
|
4856
4944
|
type: "number";
|
|
4857
4945
|
format?: string | null | undefined;
|
|
@@ -4886,7 +4974,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4886
4974
|
required?: boolean | null | undefined;
|
|
4887
4975
|
} | null | undefined;
|
|
4888
4976
|
uiConfiguration?: {
|
|
4889
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4977
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4890
4978
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4891
4979
|
} | null | undefined;
|
|
4892
4980
|
width?: number | null | undefined;
|
|
@@ -4896,6 +4984,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4896
4984
|
formula?: string | null | undefined;
|
|
4897
4985
|
context?: string[] | null | undefined;
|
|
4898
4986
|
prompt?: string | null | undefined;
|
|
4987
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4899
4988
|
}) | ({
|
|
4900
4989
|
options: {
|
|
4901
4990
|
value: string;
|
|
@@ -4929,7 +5018,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4929
5018
|
required?: boolean | null | undefined;
|
|
4930
5019
|
} | null | undefined;
|
|
4931
5020
|
uiConfiguration?: {
|
|
4932
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5021
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4933
5022
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4934
5023
|
} | null | undefined;
|
|
4935
5024
|
width?: number | null | undefined;
|
|
@@ -4939,6 +5028,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4939
5028
|
formula?: string | null | undefined;
|
|
4940
5029
|
context?: string[] | null | undefined;
|
|
4941
5030
|
prompt?: string | null | undefined;
|
|
5031
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4942
5032
|
}) | ({
|
|
4943
5033
|
id: string;
|
|
4944
5034
|
label: string;
|
|
@@ -4991,7 +5081,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
4991
5081
|
required?: boolean | null | undefined;
|
|
4992
5082
|
} | null | undefined;
|
|
4993
5083
|
uiConfiguration?: {
|
|
4994
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5084
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4995
5085
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4996
5086
|
} | null | undefined;
|
|
4997
5087
|
width?: number | null | undefined;
|
|
@@ -5001,6 +5091,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5001
5091
|
formula?: string | null | undefined;
|
|
5002
5092
|
context?: string[] | null | undefined;
|
|
5003
5093
|
prompt?: string | null | undefined;
|
|
5094
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5004
5095
|
}) | ({
|
|
5005
5096
|
type: "date";
|
|
5006
5097
|
format?: string | null | undefined;
|
|
@@ -5030,7 +5121,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5030
5121
|
required?: boolean | null | undefined;
|
|
5031
5122
|
} | null | undefined;
|
|
5032
5123
|
uiConfiguration?: {
|
|
5033
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5124
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5034
5125
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5035
5126
|
} | null | undefined;
|
|
5036
5127
|
width?: number | null | undefined;
|
|
@@ -5040,6 +5131,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5040
5131
|
formula?: string | null | undefined;
|
|
5041
5132
|
context?: string[] | null | undefined;
|
|
5042
5133
|
prompt?: string | null | undefined;
|
|
5134
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5043
5135
|
}) | ({
|
|
5044
5136
|
type: "number";
|
|
5045
5137
|
format?: string | null | undefined;
|
|
@@ -5074,7 +5166,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5074
5166
|
required?: boolean | null | undefined;
|
|
5075
5167
|
} | null | undefined;
|
|
5076
5168
|
uiConfiguration?: {
|
|
5077
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5169
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5078
5170
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5079
5171
|
} | null | undefined;
|
|
5080
5172
|
width?: number | null | undefined;
|
|
@@ -5084,6 +5176,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5084
5176
|
formula?: string | null | undefined;
|
|
5085
5177
|
context?: string[] | null | undefined;
|
|
5086
5178
|
prompt?: string | null | undefined;
|
|
5179
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5087
5180
|
}) | ({
|
|
5088
5181
|
options: {
|
|
5089
5182
|
value: string;
|
|
@@ -5117,7 +5210,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5117
5210
|
required?: boolean | null | undefined;
|
|
5118
5211
|
} | null | undefined;
|
|
5119
5212
|
uiConfiguration?: {
|
|
5120
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5213
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5121
5214
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5122
5215
|
} | null | undefined;
|
|
5123
5216
|
width?: number | null | undefined;
|
|
@@ -5127,6 +5220,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5127
5220
|
formula?: string | null | undefined;
|
|
5128
5221
|
context?: string[] | null | undefined;
|
|
5129
5222
|
prompt?: string | null | undefined;
|
|
5223
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5130
5224
|
}) | ({
|
|
5131
5225
|
id: string;
|
|
5132
5226
|
label: string;
|
|
@@ -5189,7 +5283,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5189
5283
|
required?: boolean | null | undefined;
|
|
5190
5284
|
} | null | undefined;
|
|
5191
5285
|
uiConfiguration?: {
|
|
5192
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5286
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5193
5287
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5194
5288
|
} | null | undefined;
|
|
5195
5289
|
width?: number | null | undefined;
|
|
@@ -5199,6 +5293,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5199
5293
|
formula?: string | null | undefined;
|
|
5200
5294
|
context?: string[] | null | undefined;
|
|
5201
5295
|
prompt?: string | null | undefined;
|
|
5296
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5202
5297
|
}) | ({
|
|
5203
5298
|
type: "date";
|
|
5204
5299
|
format?: string | null | undefined;
|
|
@@ -5228,7 +5323,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5228
5323
|
required?: boolean | null | undefined;
|
|
5229
5324
|
} | null | undefined;
|
|
5230
5325
|
uiConfiguration?: {
|
|
5231
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5326
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5232
5327
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5233
5328
|
} | null | undefined;
|
|
5234
5329
|
width?: number | null | undefined;
|
|
@@ -5238,6 +5333,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5238
5333
|
formula?: string | null | undefined;
|
|
5239
5334
|
context?: string[] | null | undefined;
|
|
5240
5335
|
prompt?: string | null | undefined;
|
|
5336
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5241
5337
|
}) | ({
|
|
5242
5338
|
type: "number";
|
|
5243
5339
|
format?: string | null | undefined;
|
|
@@ -5272,7 +5368,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5272
5368
|
required?: boolean | null | undefined;
|
|
5273
5369
|
} | null | undefined;
|
|
5274
5370
|
uiConfiguration?: {
|
|
5275
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5371
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5276
5372
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5277
5373
|
} | null | undefined;
|
|
5278
5374
|
width?: number | null | undefined;
|
|
@@ -5282,6 +5378,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5282
5378
|
formula?: string | null | undefined;
|
|
5283
5379
|
context?: string[] | null | undefined;
|
|
5284
5380
|
prompt?: string | null | undefined;
|
|
5381
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5285
5382
|
}) | ({
|
|
5286
5383
|
options: {
|
|
5287
5384
|
value: string;
|
|
@@ -5315,7 +5412,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5315
5412
|
required?: boolean | null | undefined;
|
|
5316
5413
|
} | null | undefined;
|
|
5317
5414
|
uiConfiguration?: {
|
|
5318
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5415
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5319
5416
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5320
5417
|
} | null | undefined;
|
|
5321
5418
|
width?: number | null | undefined;
|
|
@@ -5325,6 +5422,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5325
5422
|
formula?: string | null | undefined;
|
|
5326
5423
|
context?: string[] | null | undefined;
|
|
5327
5424
|
prompt?: string | null | undefined;
|
|
5425
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5328
5426
|
}) | ({
|
|
5329
5427
|
id: string;
|
|
5330
5428
|
label: string;
|
|
@@ -5398,7 +5496,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5398
5496
|
required?: boolean | null | undefined;
|
|
5399
5497
|
} | null | undefined;
|
|
5400
5498
|
uiConfiguration?: {
|
|
5401
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5499
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5402
5500
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5403
5501
|
} | null | undefined;
|
|
5404
5502
|
width?: number | null | undefined;
|
|
@@ -5408,6 +5506,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5408
5506
|
formula?: string | null | undefined;
|
|
5409
5507
|
context?: string[] | null | undefined;
|
|
5410
5508
|
prompt?: string | null | undefined;
|
|
5509
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5411
5510
|
}) | ({
|
|
5412
5511
|
type: "date";
|
|
5413
5512
|
format?: string | null | undefined;
|
|
@@ -5437,7 +5536,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5437
5536
|
required?: boolean | null | undefined;
|
|
5438
5537
|
} | null | undefined;
|
|
5439
5538
|
uiConfiguration?: {
|
|
5440
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5539
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5441
5540
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5442
5541
|
} | null | undefined;
|
|
5443
5542
|
width?: number | null | undefined;
|
|
@@ -5447,6 +5546,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5447
5546
|
formula?: string | null | undefined;
|
|
5448
5547
|
context?: string[] | null | undefined;
|
|
5449
5548
|
prompt?: string | null | undefined;
|
|
5549
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5450
5550
|
}) | ({
|
|
5451
5551
|
type: "number";
|
|
5452
5552
|
format?: string | null | undefined;
|
|
@@ -5481,7 +5581,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5481
5581
|
required?: boolean | null | undefined;
|
|
5482
5582
|
} | null | undefined;
|
|
5483
5583
|
uiConfiguration?: {
|
|
5484
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5584
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5485
5585
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5486
5586
|
} | null | undefined;
|
|
5487
5587
|
width?: number | null | undefined;
|
|
@@ -5491,6 +5591,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5491
5591
|
formula?: string | null | undefined;
|
|
5492
5592
|
context?: string[] | null | undefined;
|
|
5493
5593
|
prompt?: string | null | undefined;
|
|
5594
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5494
5595
|
}) | ({
|
|
5495
5596
|
options: {
|
|
5496
5597
|
value: string;
|
|
@@ -5524,7 +5625,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5524
5625
|
required?: boolean | null | undefined;
|
|
5525
5626
|
} | null | undefined;
|
|
5526
5627
|
uiConfiguration?: {
|
|
5527
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5628
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5528
5629
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5529
5630
|
} | null | undefined;
|
|
5530
5631
|
width?: number | null | undefined;
|
|
@@ -5534,6 +5635,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5534
5635
|
formula?: string | null | undefined;
|
|
5535
5636
|
context?: string[] | null | undefined;
|
|
5536
5637
|
prompt?: string | null | undefined;
|
|
5638
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5537
5639
|
}) | ({
|
|
5538
5640
|
id: string;
|
|
5539
5641
|
label: string;
|
|
@@ -5577,7 +5679,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5577
5679
|
required?: boolean | null | undefined;
|
|
5578
5680
|
} | null | undefined;
|
|
5579
5681
|
uiConfiguration?: {
|
|
5580
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5682
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5581
5683
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5582
5684
|
} | null | undefined;
|
|
5583
5685
|
width?: number | null | undefined;
|
|
@@ -5587,6 +5689,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5587
5689
|
formula?: string | null | undefined;
|
|
5588
5690
|
context?: string[] | null | undefined;
|
|
5589
5691
|
prompt?: string | null | undefined;
|
|
5692
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5590
5693
|
}) | ({
|
|
5591
5694
|
type: "date";
|
|
5592
5695
|
format?: string | null | undefined;
|
|
@@ -5616,7 +5719,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5616
5719
|
required?: boolean | null | undefined;
|
|
5617
5720
|
} | null | undefined;
|
|
5618
5721
|
uiConfiguration?: {
|
|
5619
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5722
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5620
5723
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5621
5724
|
} | null | undefined;
|
|
5622
5725
|
width?: number | null | undefined;
|
|
@@ -5626,6 +5729,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5626
5729
|
formula?: string | null | undefined;
|
|
5627
5730
|
context?: string[] | null | undefined;
|
|
5628
5731
|
prompt?: string | null | undefined;
|
|
5732
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5629
5733
|
}) | ({
|
|
5630
5734
|
type: "number";
|
|
5631
5735
|
format?: string | null | undefined;
|
|
@@ -5660,7 +5764,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5660
5764
|
required?: boolean | null | undefined;
|
|
5661
5765
|
} | null | undefined;
|
|
5662
5766
|
uiConfiguration?: {
|
|
5663
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5767
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5664
5768
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5665
5769
|
} | null | undefined;
|
|
5666
5770
|
width?: number | null | undefined;
|
|
@@ -5670,6 +5774,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5670
5774
|
formula?: string | null | undefined;
|
|
5671
5775
|
context?: string[] | null | undefined;
|
|
5672
5776
|
prompt?: string | null | undefined;
|
|
5777
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5673
5778
|
}) | ({
|
|
5674
5779
|
options: {
|
|
5675
5780
|
value: string;
|
|
@@ -5703,7 +5808,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5703
5808
|
required?: boolean | null | undefined;
|
|
5704
5809
|
} | null | undefined;
|
|
5705
5810
|
uiConfiguration?: {
|
|
5706
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5811
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5707
5812
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5708
5813
|
} | null | undefined;
|
|
5709
5814
|
width?: number | null | undefined;
|
|
@@ -5713,6 +5818,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5713
5818
|
formula?: string | null | undefined;
|
|
5714
5819
|
context?: string[] | null | undefined;
|
|
5715
5820
|
prompt?: string | null | undefined;
|
|
5821
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5716
5822
|
}) | ({
|
|
5717
5823
|
id: string;
|
|
5718
5824
|
label: string;
|
|
@@ -5765,7 +5871,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5765
5871
|
required?: boolean | null | undefined;
|
|
5766
5872
|
} | null | undefined;
|
|
5767
5873
|
uiConfiguration?: {
|
|
5768
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5874
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5769
5875
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5770
5876
|
} | null | undefined;
|
|
5771
5877
|
width?: number | null | undefined;
|
|
@@ -5775,6 +5881,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5775
5881
|
formula?: string | null | undefined;
|
|
5776
5882
|
context?: string[] | null | undefined;
|
|
5777
5883
|
prompt?: string | null | undefined;
|
|
5884
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5778
5885
|
}) | ({
|
|
5779
5886
|
type: "date";
|
|
5780
5887
|
format?: string | null | undefined;
|
|
@@ -5804,7 +5911,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5804
5911
|
required?: boolean | null | undefined;
|
|
5805
5912
|
} | null | undefined;
|
|
5806
5913
|
uiConfiguration?: {
|
|
5807
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5914
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5808
5915
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5809
5916
|
} | null | undefined;
|
|
5810
5917
|
width?: number | null | undefined;
|
|
@@ -5814,6 +5921,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5814
5921
|
formula?: string | null | undefined;
|
|
5815
5922
|
context?: string[] | null | undefined;
|
|
5816
5923
|
prompt?: string | null | undefined;
|
|
5924
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5817
5925
|
}) | ({
|
|
5818
5926
|
type: "number";
|
|
5819
5927
|
format?: string | null | undefined;
|
|
@@ -5848,7 +5956,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5848
5956
|
required?: boolean | null | undefined;
|
|
5849
5957
|
} | null | undefined;
|
|
5850
5958
|
uiConfiguration?: {
|
|
5851
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5959
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5852
5960
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5853
5961
|
} | null | undefined;
|
|
5854
5962
|
width?: number | null | undefined;
|
|
@@ -5858,6 +5966,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5858
5966
|
formula?: string | null | undefined;
|
|
5859
5967
|
context?: string[] | null | undefined;
|
|
5860
5968
|
prompt?: string | null | undefined;
|
|
5969
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5861
5970
|
}) | ({
|
|
5862
5971
|
options: {
|
|
5863
5972
|
value: string;
|
|
@@ -5891,7 +6000,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5891
6000
|
required?: boolean | null | undefined;
|
|
5892
6001
|
} | null | undefined;
|
|
5893
6002
|
uiConfiguration?: {
|
|
5894
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6003
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5895
6004
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5896
6005
|
} | null | undefined;
|
|
5897
6006
|
width?: number | null | undefined;
|
|
@@ -5901,6 +6010,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5901
6010
|
formula?: string | null | undefined;
|
|
5902
6011
|
context?: string[] | null | undefined;
|
|
5903
6012
|
prompt?: string | null | undefined;
|
|
6013
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5904
6014
|
}) | ({
|
|
5905
6015
|
id: string;
|
|
5906
6016
|
label: string;
|
|
@@ -5963,7 +6073,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5963
6073
|
required?: boolean | null | undefined;
|
|
5964
6074
|
} | null | undefined;
|
|
5965
6075
|
uiConfiguration?: {
|
|
5966
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6076
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5967
6077
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5968
6078
|
} | null | undefined;
|
|
5969
6079
|
width?: number | null | undefined;
|
|
@@ -5973,6 +6083,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
5973
6083
|
formula?: string | null | undefined;
|
|
5974
6084
|
context?: string[] | null | undefined;
|
|
5975
6085
|
prompt?: string | null | undefined;
|
|
6086
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5976
6087
|
}) | ({
|
|
5977
6088
|
type: "date";
|
|
5978
6089
|
format?: string | null | undefined;
|
|
@@ -6002,7 +6113,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
6002
6113
|
required?: boolean | null | undefined;
|
|
6003
6114
|
} | null | undefined;
|
|
6004
6115
|
uiConfiguration?: {
|
|
6005
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6116
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6006
6117
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6007
6118
|
} | null | undefined;
|
|
6008
6119
|
width?: number | null | undefined;
|
|
@@ -6012,6 +6123,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
6012
6123
|
formula?: string | null | undefined;
|
|
6013
6124
|
context?: string[] | null | undefined;
|
|
6014
6125
|
prompt?: string | null | undefined;
|
|
6126
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6015
6127
|
}) | ({
|
|
6016
6128
|
type: "number";
|
|
6017
6129
|
format?: string | null | undefined;
|
|
@@ -6046,7 +6158,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
6046
6158
|
required?: boolean | null | undefined;
|
|
6047
6159
|
} | null | undefined;
|
|
6048
6160
|
uiConfiguration?: {
|
|
6049
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6161
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6050
6162
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6051
6163
|
} | null | undefined;
|
|
6052
6164
|
width?: number | null | undefined;
|
|
@@ -6056,6 +6168,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
6056
6168
|
formula?: string | null | undefined;
|
|
6057
6169
|
context?: string[] | null | undefined;
|
|
6058
6170
|
prompt?: string | null | undefined;
|
|
6171
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6059
6172
|
}) | ({
|
|
6060
6173
|
options: {
|
|
6061
6174
|
value: string;
|
|
@@ -6089,7 +6202,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
6089
6202
|
required?: boolean | null | undefined;
|
|
6090
6203
|
} | null | undefined;
|
|
6091
6204
|
uiConfiguration?: {
|
|
6092
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6205
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6093
6206
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6094
6207
|
} | null | undefined;
|
|
6095
6208
|
width?: number | null | undefined;
|
|
@@ -6099,6 +6212,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
6099
6212
|
formula?: string | null | undefined;
|
|
6100
6213
|
context?: string[] | null | undefined;
|
|
6101
6214
|
prompt?: string | null | undefined;
|
|
6215
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6102
6216
|
}) | ({
|
|
6103
6217
|
id: string;
|
|
6104
6218
|
label: string;
|
|
@@ -7387,15 +7501,15 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7387
7501
|
description?: string | undefined;
|
|
7388
7502
|
}>, import("zod").ZodObject<{
|
|
7389
7503
|
type: import("zod").ZodString;
|
|
7390
|
-
event: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_imported">, import("zod").ZodLiteral<"annotation_confirmed">, import("zod").ZodLiteral<"annotation_exported">]>>;
|
|
7504
|
+
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">]>>;
|
|
7391
7505
|
payload: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
7392
7506
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7393
7507
|
type: string;
|
|
7394
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7508
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7395
7509
|
payload?: unknown;
|
|
7396
7510
|
}, {
|
|
7397
7511
|
type: string;
|
|
7398
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7512
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7399
7513
|
payload?: unknown;
|
|
7400
7514
|
}>>, "many">>;
|
|
7401
7515
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -7416,7 +7530,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7416
7530
|
description?: string | undefined;
|
|
7417
7531
|
} & {
|
|
7418
7532
|
type: string;
|
|
7419
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7533
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7420
7534
|
payload?: unknown;
|
|
7421
7535
|
})[] | undefined;
|
|
7422
7536
|
}, {
|
|
@@ -7437,10 +7551,11 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7437
7551
|
description?: string | undefined;
|
|
7438
7552
|
} & {
|
|
7439
7553
|
type: string;
|
|
7440
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7554
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
7441
7555
|
payload?: unknown;
|
|
7442
7556
|
})[] | undefined;
|
|
7443
7557
|
}>, "many">;
|
|
7558
|
+
annotation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7444
7559
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7445
7560
|
schemaContent: ({
|
|
7446
7561
|
id: string;
|
|
@@ -7477,7 +7592,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7477
7592
|
required?: boolean | null | undefined;
|
|
7478
7593
|
} | null | undefined;
|
|
7479
7594
|
uiConfiguration?: {
|
|
7480
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7595
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7481
7596
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7482
7597
|
} | null | undefined;
|
|
7483
7598
|
width?: number | null | undefined;
|
|
@@ -7487,6 +7602,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7487
7602
|
formula?: string | null | undefined;
|
|
7488
7603
|
context?: string[] | null | undefined;
|
|
7489
7604
|
prompt?: string | null | undefined;
|
|
7605
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7490
7606
|
}) | ({
|
|
7491
7607
|
type: "date";
|
|
7492
7608
|
format?: string | null | undefined;
|
|
@@ -7516,7 +7632,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7516
7632
|
required?: boolean | null | undefined;
|
|
7517
7633
|
} | null | undefined;
|
|
7518
7634
|
uiConfiguration?: {
|
|
7519
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7635
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7520
7636
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7521
7637
|
} | null | undefined;
|
|
7522
7638
|
width?: number | null | undefined;
|
|
@@ -7526,6 +7642,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7526
7642
|
formula?: string | null | undefined;
|
|
7527
7643
|
context?: string[] | null | undefined;
|
|
7528
7644
|
prompt?: string | null | undefined;
|
|
7645
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7529
7646
|
}) | ({
|
|
7530
7647
|
type: "number";
|
|
7531
7648
|
format?: string | null | undefined;
|
|
@@ -7560,7 +7677,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7560
7677
|
required?: boolean | null | undefined;
|
|
7561
7678
|
} | null | undefined;
|
|
7562
7679
|
uiConfiguration?: {
|
|
7563
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7680
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7564
7681
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7565
7682
|
} | null | undefined;
|
|
7566
7683
|
width?: number | null | undefined;
|
|
@@ -7570,6 +7687,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7570
7687
|
formula?: string | null | undefined;
|
|
7571
7688
|
context?: string[] | null | undefined;
|
|
7572
7689
|
prompt?: string | null | undefined;
|
|
7690
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7573
7691
|
}) | ({
|
|
7574
7692
|
options: {
|
|
7575
7693
|
value: string;
|
|
@@ -7603,7 +7721,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7603
7721
|
required?: boolean | null | undefined;
|
|
7604
7722
|
} | null | undefined;
|
|
7605
7723
|
uiConfiguration?: {
|
|
7606
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7724
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7607
7725
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7608
7726
|
} | null | undefined;
|
|
7609
7727
|
width?: number | null | undefined;
|
|
@@ -7613,6 +7731,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7613
7731
|
formula?: string | null | undefined;
|
|
7614
7732
|
context?: string[] | null | undefined;
|
|
7615
7733
|
prompt?: string | null | undefined;
|
|
7734
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7616
7735
|
}) | ({
|
|
7617
7736
|
id: string;
|
|
7618
7737
|
label: string;
|
|
@@ -7656,7 +7775,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7656
7775
|
required?: boolean | null | undefined;
|
|
7657
7776
|
} | null | undefined;
|
|
7658
7777
|
uiConfiguration?: {
|
|
7659
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7778
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7660
7779
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7661
7780
|
} | null | undefined;
|
|
7662
7781
|
width?: number | null | undefined;
|
|
@@ -7666,6 +7785,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7666
7785
|
formula?: string | null | undefined;
|
|
7667
7786
|
context?: string[] | null | undefined;
|
|
7668
7787
|
prompt?: string | null | undefined;
|
|
7788
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7669
7789
|
}) | ({
|
|
7670
7790
|
type: "date";
|
|
7671
7791
|
format?: string | null | undefined;
|
|
@@ -7695,7 +7815,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7695
7815
|
required?: boolean | null | undefined;
|
|
7696
7816
|
} | null | undefined;
|
|
7697
7817
|
uiConfiguration?: {
|
|
7698
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7818
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7699
7819
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7700
7820
|
} | null | undefined;
|
|
7701
7821
|
width?: number | null | undefined;
|
|
@@ -7705,6 +7825,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7705
7825
|
formula?: string | null | undefined;
|
|
7706
7826
|
context?: string[] | null | undefined;
|
|
7707
7827
|
prompt?: string | null | undefined;
|
|
7828
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7708
7829
|
}) | ({
|
|
7709
7830
|
type: "number";
|
|
7710
7831
|
format?: string | null | undefined;
|
|
@@ -7739,7 +7860,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7739
7860
|
required?: boolean | null | undefined;
|
|
7740
7861
|
} | null | undefined;
|
|
7741
7862
|
uiConfiguration?: {
|
|
7742
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7863
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7743
7864
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7744
7865
|
} | null | undefined;
|
|
7745
7866
|
width?: number | null | undefined;
|
|
@@ -7749,6 +7870,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7749
7870
|
formula?: string | null | undefined;
|
|
7750
7871
|
context?: string[] | null | undefined;
|
|
7751
7872
|
prompt?: string | null | undefined;
|
|
7873
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7752
7874
|
}) | ({
|
|
7753
7875
|
options: {
|
|
7754
7876
|
value: string;
|
|
@@ -7782,7 +7904,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7782
7904
|
required?: boolean | null | undefined;
|
|
7783
7905
|
} | null | undefined;
|
|
7784
7906
|
uiConfiguration?: {
|
|
7785
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7907
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7786
7908
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7787
7909
|
} | null | undefined;
|
|
7788
7910
|
width?: number | null | undefined;
|
|
@@ -7792,6 +7914,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7792
7914
|
formula?: string | null | undefined;
|
|
7793
7915
|
context?: string[] | null | undefined;
|
|
7794
7916
|
prompt?: string | null | undefined;
|
|
7917
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7795
7918
|
}) | ({
|
|
7796
7919
|
id: string;
|
|
7797
7920
|
label: string;
|
|
@@ -7844,7 +7967,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7844
7967
|
required?: boolean | null | undefined;
|
|
7845
7968
|
} | null | undefined;
|
|
7846
7969
|
uiConfiguration?: {
|
|
7847
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7970
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7848
7971
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7849
7972
|
} | null | undefined;
|
|
7850
7973
|
width?: number | null | undefined;
|
|
@@ -7854,6 +7977,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7854
7977
|
formula?: string | null | undefined;
|
|
7855
7978
|
context?: string[] | null | undefined;
|
|
7856
7979
|
prompt?: string | null | undefined;
|
|
7980
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7857
7981
|
}) | ({
|
|
7858
7982
|
type: "date";
|
|
7859
7983
|
format?: string | null | undefined;
|
|
@@ -7883,7 +8007,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7883
8007
|
required?: boolean | null | undefined;
|
|
7884
8008
|
} | null | undefined;
|
|
7885
8009
|
uiConfiguration?: {
|
|
7886
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8010
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7887
8011
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7888
8012
|
} | null | undefined;
|
|
7889
8013
|
width?: number | null | undefined;
|
|
@@ -7893,6 +8017,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7893
8017
|
formula?: string | null | undefined;
|
|
7894
8018
|
context?: string[] | null | undefined;
|
|
7895
8019
|
prompt?: string | null | undefined;
|
|
8020
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7896
8021
|
}) | ({
|
|
7897
8022
|
type: "number";
|
|
7898
8023
|
format?: string | null | undefined;
|
|
@@ -7927,7 +8052,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7927
8052
|
required?: boolean | null | undefined;
|
|
7928
8053
|
} | null | undefined;
|
|
7929
8054
|
uiConfiguration?: {
|
|
7930
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8055
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7931
8056
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7932
8057
|
} | null | undefined;
|
|
7933
8058
|
width?: number | null | undefined;
|
|
@@ -7937,6 +8062,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7937
8062
|
formula?: string | null | undefined;
|
|
7938
8063
|
context?: string[] | null | undefined;
|
|
7939
8064
|
prompt?: string | null | undefined;
|
|
8065
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7940
8066
|
}) | ({
|
|
7941
8067
|
options: {
|
|
7942
8068
|
value: string;
|
|
@@ -7970,7 +8096,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7970
8096
|
required?: boolean | null | undefined;
|
|
7971
8097
|
} | null | undefined;
|
|
7972
8098
|
uiConfiguration?: {
|
|
7973
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8099
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7974
8100
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7975
8101
|
} | null | undefined;
|
|
7976
8102
|
width?: number | null | undefined;
|
|
@@ -7980,6 +8106,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
7980
8106
|
formula?: string | null | undefined;
|
|
7981
8107
|
context?: string[] | null | undefined;
|
|
7982
8108
|
prompt?: string | null | undefined;
|
|
8109
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7983
8110
|
}) | ({
|
|
7984
8111
|
id: string;
|
|
7985
8112
|
label: string;
|
|
@@ -8042,7 +8169,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8042
8169
|
required?: boolean | null | undefined;
|
|
8043
8170
|
} | null | undefined;
|
|
8044
8171
|
uiConfiguration?: {
|
|
8045
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8172
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8046
8173
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8047
8174
|
} | null | undefined;
|
|
8048
8175
|
width?: number | null | undefined;
|
|
@@ -8052,6 +8179,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8052
8179
|
formula?: string | null | undefined;
|
|
8053
8180
|
context?: string[] | null | undefined;
|
|
8054
8181
|
prompt?: string | null | undefined;
|
|
8182
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8055
8183
|
}) | ({
|
|
8056
8184
|
type: "date";
|
|
8057
8185
|
format?: string | null | undefined;
|
|
@@ -8081,7 +8209,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8081
8209
|
required?: boolean | null | undefined;
|
|
8082
8210
|
} | null | undefined;
|
|
8083
8211
|
uiConfiguration?: {
|
|
8084
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8212
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8085
8213
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8086
8214
|
} | null | undefined;
|
|
8087
8215
|
width?: number | null | undefined;
|
|
@@ -8091,6 +8219,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8091
8219
|
formula?: string | null | undefined;
|
|
8092
8220
|
context?: string[] | null | undefined;
|
|
8093
8221
|
prompt?: string | null | undefined;
|
|
8222
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8094
8223
|
}) | ({
|
|
8095
8224
|
type: "number";
|
|
8096
8225
|
format?: string | null | undefined;
|
|
@@ -8125,7 +8254,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8125
8254
|
required?: boolean | null | undefined;
|
|
8126
8255
|
} | null | undefined;
|
|
8127
8256
|
uiConfiguration?: {
|
|
8128
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8257
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8129
8258
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8130
8259
|
} | null | undefined;
|
|
8131
8260
|
width?: number | null | undefined;
|
|
@@ -8135,6 +8264,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8135
8264
|
formula?: string | null | undefined;
|
|
8136
8265
|
context?: string[] | null | undefined;
|
|
8137
8266
|
prompt?: string | null | undefined;
|
|
8267
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8138
8268
|
}) | ({
|
|
8139
8269
|
options: {
|
|
8140
8270
|
value: string;
|
|
@@ -8168,7 +8298,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8168
8298
|
required?: boolean | null | undefined;
|
|
8169
8299
|
} | null | undefined;
|
|
8170
8300
|
uiConfiguration?: {
|
|
8171
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8301
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8172
8302
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8173
8303
|
} | null | undefined;
|
|
8174
8304
|
width?: number | null | undefined;
|
|
@@ -8178,6 +8308,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8178
8308
|
formula?: string | null | undefined;
|
|
8179
8309
|
context?: string[] | null | undefined;
|
|
8180
8310
|
prompt?: string | null | undefined;
|
|
8311
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8181
8312
|
}) | ({
|
|
8182
8313
|
id: string;
|
|
8183
8314
|
label: string;
|
|
@@ -8428,10 +8559,11 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8428
8559
|
description?: string | undefined;
|
|
8429
8560
|
} & {
|
|
8430
8561
|
type: string;
|
|
8431
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
8562
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
8432
8563
|
payload?: unknown;
|
|
8433
8564
|
})[] | undefined;
|
|
8434
8565
|
}[];
|
|
8566
|
+
annotation?: string | undefined;
|
|
8435
8567
|
}, {
|
|
8436
8568
|
schemaContent: ({
|
|
8437
8569
|
id: string;
|
|
@@ -8468,7 +8600,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8468
8600
|
required?: boolean | null | undefined;
|
|
8469
8601
|
} | null | undefined;
|
|
8470
8602
|
uiConfiguration?: {
|
|
8471
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8603
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8472
8604
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8473
8605
|
} | null | undefined;
|
|
8474
8606
|
width?: number | null | undefined;
|
|
@@ -8478,6 +8610,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8478
8610
|
formula?: string | null | undefined;
|
|
8479
8611
|
context?: string[] | null | undefined;
|
|
8480
8612
|
prompt?: string | null | undefined;
|
|
8613
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8481
8614
|
}) | ({
|
|
8482
8615
|
type: "date";
|
|
8483
8616
|
format?: string | null | undefined;
|
|
@@ -8507,7 +8640,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8507
8640
|
required?: boolean | null | undefined;
|
|
8508
8641
|
} | null | undefined;
|
|
8509
8642
|
uiConfiguration?: {
|
|
8510
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8643
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8511
8644
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8512
8645
|
} | null | undefined;
|
|
8513
8646
|
width?: number | null | undefined;
|
|
@@ -8517,6 +8650,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8517
8650
|
formula?: string | null | undefined;
|
|
8518
8651
|
context?: string[] | null | undefined;
|
|
8519
8652
|
prompt?: string | null | undefined;
|
|
8653
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8520
8654
|
}) | ({
|
|
8521
8655
|
type: "number";
|
|
8522
8656
|
format?: string | null | undefined;
|
|
@@ -8551,7 +8685,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8551
8685
|
required?: boolean | null | undefined;
|
|
8552
8686
|
} | null | undefined;
|
|
8553
8687
|
uiConfiguration?: {
|
|
8554
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8688
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8555
8689
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8556
8690
|
} | null | undefined;
|
|
8557
8691
|
width?: number | null | undefined;
|
|
@@ -8561,6 +8695,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8561
8695
|
formula?: string | null | undefined;
|
|
8562
8696
|
context?: string[] | null | undefined;
|
|
8563
8697
|
prompt?: string | null | undefined;
|
|
8698
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8564
8699
|
}) | ({
|
|
8565
8700
|
options: {
|
|
8566
8701
|
value: string;
|
|
@@ -8594,7 +8729,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8594
8729
|
required?: boolean | null | undefined;
|
|
8595
8730
|
} | null | undefined;
|
|
8596
8731
|
uiConfiguration?: {
|
|
8597
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8732
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8598
8733
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8599
8734
|
} | null | undefined;
|
|
8600
8735
|
width?: number | null | undefined;
|
|
@@ -8604,6 +8739,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8604
8739
|
formula?: string | null | undefined;
|
|
8605
8740
|
context?: string[] | null | undefined;
|
|
8606
8741
|
prompt?: string | null | undefined;
|
|
8742
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8607
8743
|
}) | ({
|
|
8608
8744
|
id: string;
|
|
8609
8745
|
label: string;
|
|
@@ -8647,7 +8783,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8647
8783
|
required?: boolean | null | undefined;
|
|
8648
8784
|
} | null | undefined;
|
|
8649
8785
|
uiConfiguration?: {
|
|
8650
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8786
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8651
8787
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8652
8788
|
} | null | undefined;
|
|
8653
8789
|
width?: number | null | undefined;
|
|
@@ -8657,6 +8793,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8657
8793
|
formula?: string | null | undefined;
|
|
8658
8794
|
context?: string[] | null | undefined;
|
|
8659
8795
|
prompt?: string | null | undefined;
|
|
8796
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8660
8797
|
}) | ({
|
|
8661
8798
|
type: "date";
|
|
8662
8799
|
format?: string | null | undefined;
|
|
@@ -8686,7 +8823,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8686
8823
|
required?: boolean | null | undefined;
|
|
8687
8824
|
} | null | undefined;
|
|
8688
8825
|
uiConfiguration?: {
|
|
8689
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8826
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8690
8827
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8691
8828
|
} | null | undefined;
|
|
8692
8829
|
width?: number | null | undefined;
|
|
@@ -8696,6 +8833,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8696
8833
|
formula?: string | null | undefined;
|
|
8697
8834
|
context?: string[] | null | undefined;
|
|
8698
8835
|
prompt?: string | null | undefined;
|
|
8836
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8699
8837
|
}) | ({
|
|
8700
8838
|
type: "number";
|
|
8701
8839
|
format?: string | null | undefined;
|
|
@@ -8730,7 +8868,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8730
8868
|
required?: boolean | null | undefined;
|
|
8731
8869
|
} | null | undefined;
|
|
8732
8870
|
uiConfiguration?: {
|
|
8733
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8871
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8734
8872
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8735
8873
|
} | null | undefined;
|
|
8736
8874
|
width?: number | null | undefined;
|
|
@@ -8740,6 +8878,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8740
8878
|
formula?: string | null | undefined;
|
|
8741
8879
|
context?: string[] | null | undefined;
|
|
8742
8880
|
prompt?: string | null | undefined;
|
|
8881
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8743
8882
|
}) | ({
|
|
8744
8883
|
options: {
|
|
8745
8884
|
value: string;
|
|
@@ -8773,7 +8912,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8773
8912
|
required?: boolean | null | undefined;
|
|
8774
8913
|
} | null | undefined;
|
|
8775
8914
|
uiConfiguration?: {
|
|
8776
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8915
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8777
8916
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8778
8917
|
} | null | undefined;
|
|
8779
8918
|
width?: number | null | undefined;
|
|
@@ -8783,6 +8922,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8783
8922
|
formula?: string | null | undefined;
|
|
8784
8923
|
context?: string[] | null | undefined;
|
|
8785
8924
|
prompt?: string | null | undefined;
|
|
8925
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8786
8926
|
}) | ({
|
|
8787
8927
|
id: string;
|
|
8788
8928
|
label: string;
|
|
@@ -8835,7 +8975,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8835
8975
|
required?: boolean | null | undefined;
|
|
8836
8976
|
} | null | undefined;
|
|
8837
8977
|
uiConfiguration?: {
|
|
8838
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
8978
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8839
8979
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8840
8980
|
} | null | undefined;
|
|
8841
8981
|
width?: number | null | undefined;
|
|
@@ -8845,6 +8985,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8845
8985
|
formula?: string | null | undefined;
|
|
8846
8986
|
context?: string[] | null | undefined;
|
|
8847
8987
|
prompt?: string | null | undefined;
|
|
8988
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8848
8989
|
}) | ({
|
|
8849
8990
|
type: "date";
|
|
8850
8991
|
format?: string | null | undefined;
|
|
@@ -8874,7 +9015,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8874
9015
|
required?: boolean | null | undefined;
|
|
8875
9016
|
} | null | undefined;
|
|
8876
9017
|
uiConfiguration?: {
|
|
8877
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
9018
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8878
9019
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8879
9020
|
} | null | undefined;
|
|
8880
9021
|
width?: number | null | undefined;
|
|
@@ -8884,6 +9025,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8884
9025
|
formula?: string | null | undefined;
|
|
8885
9026
|
context?: string[] | null | undefined;
|
|
8886
9027
|
prompt?: string | null | undefined;
|
|
9028
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8887
9029
|
}) | ({
|
|
8888
9030
|
type: "number";
|
|
8889
9031
|
format?: string | null | undefined;
|
|
@@ -8918,7 +9060,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8918
9060
|
required?: boolean | null | undefined;
|
|
8919
9061
|
} | null | undefined;
|
|
8920
9062
|
uiConfiguration?: {
|
|
8921
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
9063
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8922
9064
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8923
9065
|
} | null | undefined;
|
|
8924
9066
|
width?: number | null | undefined;
|
|
@@ -8928,6 +9070,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8928
9070
|
formula?: string | null | undefined;
|
|
8929
9071
|
context?: string[] | null | undefined;
|
|
8930
9072
|
prompt?: string | null | undefined;
|
|
9073
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8931
9074
|
}) | ({
|
|
8932
9075
|
options: {
|
|
8933
9076
|
value: string;
|
|
@@ -8961,7 +9104,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8961
9104
|
required?: boolean | null | undefined;
|
|
8962
9105
|
} | null | undefined;
|
|
8963
9106
|
uiConfiguration?: {
|
|
8964
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
9107
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
8965
9108
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
8966
9109
|
} | null | undefined;
|
|
8967
9110
|
width?: number | null | undefined;
|
|
@@ -8971,6 +9114,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
8971
9114
|
formula?: string | null | undefined;
|
|
8972
9115
|
context?: string[] | null | undefined;
|
|
8973
9116
|
prompt?: string | null | undefined;
|
|
9117
|
+
dataset?: Record<string, unknown> | undefined;
|
|
8974
9118
|
}) | ({
|
|
8975
9119
|
id: string;
|
|
8976
9120
|
label: string;
|
|
@@ -9033,7 +9177,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
9033
9177
|
required?: boolean | null | undefined;
|
|
9034
9178
|
} | null | undefined;
|
|
9035
9179
|
uiConfiguration?: {
|
|
9036
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
9180
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
9037
9181
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
9038
9182
|
} | null | undefined;
|
|
9039
9183
|
width?: number | null | undefined;
|
|
@@ -9043,6 +9187,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
9043
9187
|
formula?: string | null | undefined;
|
|
9044
9188
|
context?: string[] | null | undefined;
|
|
9045
9189
|
prompt?: string | null | undefined;
|
|
9190
|
+
dataset?: Record<string, unknown> | undefined;
|
|
9046
9191
|
}) | ({
|
|
9047
9192
|
type: "date";
|
|
9048
9193
|
format?: string | null | undefined;
|
|
@@ -9072,7 +9217,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
9072
9217
|
required?: boolean | null | undefined;
|
|
9073
9218
|
} | null | undefined;
|
|
9074
9219
|
uiConfiguration?: {
|
|
9075
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
9220
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
9076
9221
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
9077
9222
|
} | null | undefined;
|
|
9078
9223
|
width?: number | null | undefined;
|
|
@@ -9082,6 +9227,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
9082
9227
|
formula?: string | null | undefined;
|
|
9083
9228
|
context?: string[] | null | undefined;
|
|
9084
9229
|
prompt?: string | null | undefined;
|
|
9230
|
+
dataset?: Record<string, unknown> | undefined;
|
|
9085
9231
|
}) | ({
|
|
9086
9232
|
type: "number";
|
|
9087
9233
|
format?: string | null | undefined;
|
|
@@ -9116,7 +9262,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
9116
9262
|
required?: boolean | null | undefined;
|
|
9117
9263
|
} | null | undefined;
|
|
9118
9264
|
uiConfiguration?: {
|
|
9119
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
9265
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
9120
9266
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
9121
9267
|
} | null | undefined;
|
|
9122
9268
|
width?: number | null | undefined;
|
|
@@ -9126,6 +9272,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
9126
9272
|
formula?: string | null | undefined;
|
|
9127
9273
|
context?: string[] | null | undefined;
|
|
9128
9274
|
prompt?: string | null | undefined;
|
|
9275
|
+
dataset?: Record<string, unknown> | undefined;
|
|
9129
9276
|
}) | ({
|
|
9130
9277
|
options: {
|
|
9131
9278
|
value: string;
|
|
@@ -9159,7 +9306,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
9159
9306
|
required?: boolean | null | undefined;
|
|
9160
9307
|
} | null | undefined;
|
|
9161
9308
|
uiConfiguration?: {
|
|
9162
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
9309
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
9163
9310
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
9164
9311
|
} | null | undefined;
|
|
9165
9312
|
width?: number | null | undefined;
|
|
@@ -9169,6 +9316,7 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
9169
9316
|
formula?: string | null | undefined;
|
|
9170
9317
|
context?: string[] | null | undefined;
|
|
9171
9318
|
prompt?: string | null | undefined;
|
|
9319
|
+
dataset?: Record<string, unknown> | undefined;
|
|
9172
9320
|
}) | ({
|
|
9173
9321
|
id: string;
|
|
9174
9322
|
label: string;
|
|
@@ -9419,10 +9567,11 @@ export declare const evaluateRules: (payload: EvaluateRulesPayload) => {
|
|
|
9419
9567
|
description?: string | undefined;
|
|
9420
9568
|
} & {
|
|
9421
9569
|
type: string;
|
|
9422
|
-
event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
9570
|
+
event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
|
|
9423
9571
|
payload?: unknown;
|
|
9424
9572
|
})[] | undefined;
|
|
9425
9573
|
}[];
|
|
9574
|
+
annotation?: string | undefined;
|
|
9426
9575
|
}>;
|
|
9427
9576
|
readonly payload: EvaluateRulesPayload;
|
|
9428
9577
|
};
|