@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
|
@@ -105,13 +105,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
105
105
|
required?: boolean | null | undefined;
|
|
106
106
|
}>>>;
|
|
107
107
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
108
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
108
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
109
109
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
111
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
112
112
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
113
113
|
}, {
|
|
114
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
114
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
115
115
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
116
116
|
}>>>;
|
|
117
117
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -121,6 +121,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
121
121
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
122
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
123
123
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
124
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
124
125
|
}, "strip", z.ZodTypeAny, {
|
|
125
126
|
suggest?: true | undefined;
|
|
126
127
|
canExport?: boolean | null | undefined;
|
|
@@ -139,7 +140,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
139
140
|
required?: boolean | null | undefined;
|
|
140
141
|
} | null | undefined;
|
|
141
142
|
uiConfiguration?: {
|
|
142
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
143
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
143
144
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
144
145
|
} | null | undefined;
|
|
145
146
|
width?: number | null | undefined;
|
|
@@ -149,6 +150,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
149
150
|
formula?: string | null | undefined;
|
|
150
151
|
context?: string[] | null | undefined;
|
|
151
152
|
prompt?: string | null | undefined;
|
|
153
|
+
dataset?: Record<string, unknown> | undefined;
|
|
152
154
|
}, {
|
|
153
155
|
suggest?: true | undefined;
|
|
154
156
|
canExport?: boolean | null | undefined;
|
|
@@ -167,7 +169,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
167
169
|
required?: boolean | null | undefined;
|
|
168
170
|
} | null | undefined;
|
|
169
171
|
uiConfiguration?: {
|
|
170
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
172
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
171
173
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
172
174
|
} | null | undefined;
|
|
173
175
|
width?: number | null | undefined;
|
|
@@ -177,6 +179,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
177
179
|
formula?: string | null | undefined;
|
|
178
180
|
context?: string[] | null | undefined;
|
|
179
181
|
prompt?: string | null | undefined;
|
|
182
|
+
dataset?: Record<string, unknown> | undefined;
|
|
180
183
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
181
184
|
type: z.ZodLiteral<"date">;
|
|
182
185
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -260,13 +263,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
260
263
|
required?: boolean | null | undefined;
|
|
261
264
|
}>>>;
|
|
262
265
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
263
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
266
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
264
267
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
265
268
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
269
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
267
270
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
268
271
|
}, {
|
|
269
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
272
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
270
273
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
271
274
|
}>>>;
|
|
272
275
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -276,6 +279,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
276
279
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
277
280
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
278
281
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
282
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
279
283
|
}, "strip", z.ZodTypeAny, {
|
|
280
284
|
suggest?: true | undefined;
|
|
281
285
|
canExport?: boolean | null | undefined;
|
|
@@ -294,7 +298,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
294
298
|
required?: boolean | null | undefined;
|
|
295
299
|
} | null | undefined;
|
|
296
300
|
uiConfiguration?: {
|
|
297
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
301
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
298
302
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
299
303
|
} | null | undefined;
|
|
300
304
|
width?: number | null | undefined;
|
|
@@ -304,6 +308,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
304
308
|
formula?: string | null | undefined;
|
|
305
309
|
context?: string[] | null | undefined;
|
|
306
310
|
prompt?: string | null | undefined;
|
|
311
|
+
dataset?: Record<string, unknown> | undefined;
|
|
307
312
|
}, {
|
|
308
313
|
suggest?: true | undefined;
|
|
309
314
|
canExport?: boolean | null | undefined;
|
|
@@ -322,7 +327,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
322
327
|
required?: boolean | null | undefined;
|
|
323
328
|
} | null | undefined;
|
|
324
329
|
uiConfiguration?: {
|
|
325
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
330
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
326
331
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
327
332
|
} | null | undefined;
|
|
328
333
|
width?: number | null | undefined;
|
|
@@ -332,6 +337,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
332
337
|
formula?: string | null | undefined;
|
|
333
338
|
context?: string[] | null | undefined;
|
|
334
339
|
prompt?: string | null | undefined;
|
|
340
|
+
dataset?: Record<string, unknown> | undefined;
|
|
335
341
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
336
342
|
type: z.ZodLiteral<"number">;
|
|
337
343
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -442,13 +448,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
442
448
|
required?: boolean | null | undefined;
|
|
443
449
|
}>>>;
|
|
444
450
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
445
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
451
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
446
452
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
447
453
|
}, "strip", z.ZodTypeAny, {
|
|
448
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
454
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
449
455
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
450
456
|
}, {
|
|
451
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
457
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
452
458
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
453
459
|
}>>>;
|
|
454
460
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -458,6 +464,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
458
464
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
459
465
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
460
466
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
467
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
461
468
|
}, "strip", z.ZodTypeAny, {
|
|
462
469
|
suggest?: true | undefined;
|
|
463
470
|
canExport?: boolean | null | undefined;
|
|
@@ -476,7 +483,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
476
483
|
required?: boolean | null | undefined;
|
|
477
484
|
} | null | undefined;
|
|
478
485
|
uiConfiguration?: {
|
|
479
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
486
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
480
487
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
481
488
|
} | null | undefined;
|
|
482
489
|
width?: number | null | undefined;
|
|
@@ -486,6 +493,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
486
493
|
formula?: string | null | undefined;
|
|
487
494
|
context?: string[] | null | undefined;
|
|
488
495
|
prompt?: string | null | undefined;
|
|
496
|
+
dataset?: Record<string, unknown> | undefined;
|
|
489
497
|
}, {
|
|
490
498
|
suggest?: true | undefined;
|
|
491
499
|
canExport?: boolean | null | undefined;
|
|
@@ -504,7 +512,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
504
512
|
required?: boolean | null | undefined;
|
|
505
513
|
} | null | undefined;
|
|
506
514
|
uiConfiguration?: {
|
|
507
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
515
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
508
516
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
509
517
|
} | null | undefined;
|
|
510
518
|
width?: number | null | undefined;
|
|
@@ -514,6 +522,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
514
522
|
formula?: string | null | undefined;
|
|
515
523
|
context?: string[] | null | undefined;
|
|
516
524
|
prompt?: string | null | undefined;
|
|
525
|
+
dataset?: Record<string, unknown> | undefined;
|
|
517
526
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
518
527
|
type: z.ZodLiteral<"enum">;
|
|
519
528
|
options: z.ZodArray<z.ZodObject<{
|
|
@@ -615,13 +624,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
615
624
|
required?: boolean | null | undefined;
|
|
616
625
|
}>>>;
|
|
617
626
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
618
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
627
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
619
628
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
620
629
|
}, "strip", z.ZodTypeAny, {
|
|
621
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
630
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
622
631
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
623
632
|
}, {
|
|
624
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
633
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
625
634
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
626
635
|
}>>>;
|
|
627
636
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -631,6 +640,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
631
640
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
632
641
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
633
642
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
643
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
634
644
|
}, "strip", z.ZodTypeAny, {
|
|
635
645
|
suggest?: true | undefined;
|
|
636
646
|
canExport?: boolean | null | undefined;
|
|
@@ -649,7 +659,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
649
659
|
required?: boolean | null | undefined;
|
|
650
660
|
} | null | undefined;
|
|
651
661
|
uiConfiguration?: {
|
|
652
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
662
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
653
663
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
654
664
|
} | null | undefined;
|
|
655
665
|
width?: number | null | undefined;
|
|
@@ -659,6 +669,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
659
669
|
formula?: string | null | undefined;
|
|
660
670
|
context?: string[] | null | undefined;
|
|
661
671
|
prompt?: string | null | undefined;
|
|
672
|
+
dataset?: Record<string, unknown> | undefined;
|
|
662
673
|
}, {
|
|
663
674
|
suggest?: true | undefined;
|
|
664
675
|
canExport?: boolean | null | undefined;
|
|
@@ -677,7 +688,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
677
688
|
required?: boolean | null | undefined;
|
|
678
689
|
} | null | undefined;
|
|
679
690
|
uiConfiguration?: {
|
|
680
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
691
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
681
692
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
682
693
|
} | null | undefined;
|
|
683
694
|
width?: number | null | undefined;
|
|
@@ -687,6 +698,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
687
698
|
formula?: string | null | undefined;
|
|
688
699
|
context?: string[] | null | undefined;
|
|
689
700
|
prompt?: string | null | undefined;
|
|
701
|
+
dataset?: Record<string, unknown> | undefined;
|
|
690
702
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
691
703
|
id: z.ZodString;
|
|
692
704
|
label: z.ZodString;
|
|
@@ -811,13 +823,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
811
823
|
required?: boolean | null | undefined;
|
|
812
824
|
}>>>;
|
|
813
825
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
814
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
826
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
815
827
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
816
828
|
}, "strip", z.ZodTypeAny, {
|
|
817
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
829
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
818
830
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
819
831
|
}, {
|
|
820
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
832
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
821
833
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
822
834
|
}>>>;
|
|
823
835
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -827,6 +839,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
827
839
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
828
840
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
829
841
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
842
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
830
843
|
}, "strip", z.ZodTypeAny, {
|
|
831
844
|
suggest?: true | undefined;
|
|
832
845
|
canExport?: boolean | null | undefined;
|
|
@@ -845,7 +858,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
845
858
|
required?: boolean | null | undefined;
|
|
846
859
|
} | null | undefined;
|
|
847
860
|
uiConfiguration?: {
|
|
848
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
861
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
849
862
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
850
863
|
} | null | undefined;
|
|
851
864
|
width?: number | null | undefined;
|
|
@@ -855,6 +868,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
855
868
|
formula?: string | null | undefined;
|
|
856
869
|
context?: string[] | null | undefined;
|
|
857
870
|
prompt?: string | null | undefined;
|
|
871
|
+
dataset?: Record<string, unknown> | undefined;
|
|
858
872
|
}, {
|
|
859
873
|
suggest?: true | undefined;
|
|
860
874
|
canExport?: boolean | null | undefined;
|
|
@@ -873,7 +887,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
873
887
|
required?: boolean | null | undefined;
|
|
874
888
|
} | null | undefined;
|
|
875
889
|
uiConfiguration?: {
|
|
876
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
890
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
877
891
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
878
892
|
} | null | undefined;
|
|
879
893
|
width?: number | null | undefined;
|
|
@@ -883,6 +897,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
883
897
|
formula?: string | null | undefined;
|
|
884
898
|
context?: string[] | null | undefined;
|
|
885
899
|
prompt?: string | null | undefined;
|
|
900
|
+
dataset?: Record<string, unknown> | undefined;
|
|
886
901
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
887
902
|
type: z.ZodLiteral<"date">;
|
|
888
903
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -966,13 +981,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
966
981
|
required?: boolean | null | undefined;
|
|
967
982
|
}>>>;
|
|
968
983
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
969
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
984
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
970
985
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
971
986
|
}, "strip", z.ZodTypeAny, {
|
|
972
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
987
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
973
988
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
974
989
|
}, {
|
|
975
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
990
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
976
991
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
977
992
|
}>>>;
|
|
978
993
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -982,6 +997,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
982
997
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
983
998
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
984
999
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1000
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
985
1001
|
}, "strip", z.ZodTypeAny, {
|
|
986
1002
|
suggest?: true | undefined;
|
|
987
1003
|
canExport?: boolean | null | undefined;
|
|
@@ -1000,7 +1016,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1000
1016
|
required?: boolean | null | undefined;
|
|
1001
1017
|
} | null | undefined;
|
|
1002
1018
|
uiConfiguration?: {
|
|
1003
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1019
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1004
1020
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1005
1021
|
} | null | undefined;
|
|
1006
1022
|
width?: number | null | undefined;
|
|
@@ -1010,6 +1026,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1010
1026
|
formula?: string | null | undefined;
|
|
1011
1027
|
context?: string[] | null | undefined;
|
|
1012
1028
|
prompt?: string | null | undefined;
|
|
1029
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1013
1030
|
}, {
|
|
1014
1031
|
suggest?: true | undefined;
|
|
1015
1032
|
canExport?: boolean | null | undefined;
|
|
@@ -1028,7 +1045,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1028
1045
|
required?: boolean | null | undefined;
|
|
1029
1046
|
} | null | undefined;
|
|
1030
1047
|
uiConfiguration?: {
|
|
1031
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1048
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1032
1049
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1033
1050
|
} | null | undefined;
|
|
1034
1051
|
width?: number | null | undefined;
|
|
@@ -1038,6 +1055,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1038
1055
|
formula?: string | null | undefined;
|
|
1039
1056
|
context?: string[] | null | undefined;
|
|
1040
1057
|
prompt?: string | null | undefined;
|
|
1058
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1041
1059
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1042
1060
|
type: z.ZodLiteral<"number">;
|
|
1043
1061
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1148,13 +1166,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1148
1166
|
required?: boolean | null | undefined;
|
|
1149
1167
|
}>>>;
|
|
1150
1168
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1151
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
1169
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
1152
1170
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1153
1171
|
}, "strip", z.ZodTypeAny, {
|
|
1154
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1172
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1155
1173
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1156
1174
|
}, {
|
|
1157
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1175
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1158
1176
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1159
1177
|
}>>>;
|
|
1160
1178
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1164,6 +1182,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1164
1182
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1165
1183
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1166
1184
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1185
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1167
1186
|
}, "strip", z.ZodTypeAny, {
|
|
1168
1187
|
suggest?: true | undefined;
|
|
1169
1188
|
canExport?: boolean | null | undefined;
|
|
@@ -1182,7 +1201,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1182
1201
|
required?: boolean | null | undefined;
|
|
1183
1202
|
} | null | undefined;
|
|
1184
1203
|
uiConfiguration?: {
|
|
1185
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1204
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1186
1205
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1187
1206
|
} | null | undefined;
|
|
1188
1207
|
width?: number | null | undefined;
|
|
@@ -1192,6 +1211,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1192
1211
|
formula?: string | null | undefined;
|
|
1193
1212
|
context?: string[] | null | undefined;
|
|
1194
1213
|
prompt?: string | null | undefined;
|
|
1214
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1195
1215
|
}, {
|
|
1196
1216
|
suggest?: true | undefined;
|
|
1197
1217
|
canExport?: boolean | null | undefined;
|
|
@@ -1210,7 +1230,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1210
1230
|
required?: boolean | null | undefined;
|
|
1211
1231
|
} | null | undefined;
|
|
1212
1232
|
uiConfiguration?: {
|
|
1213
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1233
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1214
1234
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1215
1235
|
} | null | undefined;
|
|
1216
1236
|
width?: number | null | undefined;
|
|
@@ -1220,6 +1240,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1220
1240
|
formula?: string | null | undefined;
|
|
1221
1241
|
context?: string[] | null | undefined;
|
|
1222
1242
|
prompt?: string | null | undefined;
|
|
1243
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1223
1244
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1224
1245
|
type: z.ZodLiteral<"enum">;
|
|
1225
1246
|
options: z.ZodArray<z.ZodObject<{
|
|
@@ -1321,13 +1342,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1321
1342
|
required?: boolean | null | undefined;
|
|
1322
1343
|
}>>>;
|
|
1323
1344
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1324
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
1345
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
1325
1346
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1326
1347
|
}, "strip", z.ZodTypeAny, {
|
|
1327
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1348
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1328
1349
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1329
1350
|
}, {
|
|
1330
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1351
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1331
1352
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1332
1353
|
}>>>;
|
|
1333
1354
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1337,6 +1358,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1337
1358
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1338
1359
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1339
1360
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1361
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1340
1362
|
}, "strip", z.ZodTypeAny, {
|
|
1341
1363
|
suggest?: true | undefined;
|
|
1342
1364
|
canExport?: boolean | null | undefined;
|
|
@@ -1355,7 +1377,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1355
1377
|
required?: boolean | null | undefined;
|
|
1356
1378
|
} | null | undefined;
|
|
1357
1379
|
uiConfiguration?: {
|
|
1358
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1380
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1359
1381
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1360
1382
|
} | null | undefined;
|
|
1361
1383
|
width?: number | null | undefined;
|
|
@@ -1365,6 +1387,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1365
1387
|
formula?: string | null | undefined;
|
|
1366
1388
|
context?: string[] | null | undefined;
|
|
1367
1389
|
prompt?: string | null | undefined;
|
|
1390
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1368
1391
|
}, {
|
|
1369
1392
|
suggest?: true | undefined;
|
|
1370
1393
|
canExport?: boolean | null | undefined;
|
|
@@ -1383,7 +1406,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1383
1406
|
required?: boolean | null | undefined;
|
|
1384
1407
|
} | null | undefined;
|
|
1385
1408
|
uiConfiguration?: {
|
|
1386
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1409
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1387
1410
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1388
1411
|
} | null | undefined;
|
|
1389
1412
|
width?: number | null | undefined;
|
|
@@ -1393,6 +1416,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1393
1416
|
formula?: string | null | undefined;
|
|
1394
1417
|
context?: string[] | null | undefined;
|
|
1395
1418
|
prompt?: string | null | undefined;
|
|
1419
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1396
1420
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
1397
1421
|
id: z.ZodString;
|
|
1398
1422
|
label: z.ZodString;
|
|
@@ -1466,7 +1490,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1466
1490
|
required?: boolean | null | undefined;
|
|
1467
1491
|
} | null | undefined;
|
|
1468
1492
|
uiConfiguration?: {
|
|
1469
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1493
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1470
1494
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1471
1495
|
} | null | undefined;
|
|
1472
1496
|
width?: number | null | undefined;
|
|
@@ -1476,6 +1500,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1476
1500
|
formula?: string | null | undefined;
|
|
1477
1501
|
context?: string[] | null | undefined;
|
|
1478
1502
|
prompt?: string | null | undefined;
|
|
1503
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1479
1504
|
}) | ({
|
|
1480
1505
|
type: "date";
|
|
1481
1506
|
format?: string | null | undefined;
|
|
@@ -1505,7 +1530,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1505
1530
|
required?: boolean | null | undefined;
|
|
1506
1531
|
} | null | undefined;
|
|
1507
1532
|
uiConfiguration?: {
|
|
1508
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1533
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1509
1534
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1510
1535
|
} | null | undefined;
|
|
1511
1536
|
width?: number | null | undefined;
|
|
@@ -1515,6 +1540,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1515
1540
|
formula?: string | null | undefined;
|
|
1516
1541
|
context?: string[] | null | undefined;
|
|
1517
1542
|
prompt?: string | null | undefined;
|
|
1543
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1518
1544
|
}) | ({
|
|
1519
1545
|
type: "number";
|
|
1520
1546
|
format?: string | null | undefined;
|
|
@@ -1549,7 +1575,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1549
1575
|
required?: boolean | null | undefined;
|
|
1550
1576
|
} | null | undefined;
|
|
1551
1577
|
uiConfiguration?: {
|
|
1552
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1578
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1553
1579
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1554
1580
|
} | null | undefined;
|
|
1555
1581
|
width?: number | null | undefined;
|
|
@@ -1559,6 +1585,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1559
1585
|
formula?: string | null | undefined;
|
|
1560
1586
|
context?: string[] | null | undefined;
|
|
1561
1587
|
prompt?: string | null | undefined;
|
|
1588
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1562
1589
|
}) | ({
|
|
1563
1590
|
options: {
|
|
1564
1591
|
value: string;
|
|
@@ -1592,7 +1619,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1592
1619
|
required?: boolean | null | undefined;
|
|
1593
1620
|
} | null | undefined;
|
|
1594
1621
|
uiConfiguration?: {
|
|
1595
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1622
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1596
1623
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1597
1624
|
} | null | undefined;
|
|
1598
1625
|
width?: number | null | undefined;
|
|
@@ -1602,6 +1629,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1602
1629
|
formula?: string | null | undefined;
|
|
1603
1630
|
context?: string[] | null | undefined;
|
|
1604
1631
|
prompt?: string | null | undefined;
|
|
1632
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1605
1633
|
}) | ({
|
|
1606
1634
|
id: string;
|
|
1607
1635
|
label: string;
|
|
@@ -1648,7 +1676,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1648
1676
|
required?: boolean | null | undefined;
|
|
1649
1677
|
} | null | undefined;
|
|
1650
1678
|
uiConfiguration?: {
|
|
1651
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1679
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1652
1680
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1653
1681
|
} | null | undefined;
|
|
1654
1682
|
width?: number | null | undefined;
|
|
@@ -1658,6 +1686,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1658
1686
|
formula?: string | null | undefined;
|
|
1659
1687
|
context?: string[] | null | undefined;
|
|
1660
1688
|
prompt?: string | null | undefined;
|
|
1689
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1661
1690
|
}) | ({
|
|
1662
1691
|
type: "date";
|
|
1663
1692
|
format?: string | null | undefined;
|
|
@@ -1687,7 +1716,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1687
1716
|
required?: boolean | null | undefined;
|
|
1688
1717
|
} | null | undefined;
|
|
1689
1718
|
uiConfiguration?: {
|
|
1690
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1719
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1691
1720
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1692
1721
|
} | null | undefined;
|
|
1693
1722
|
width?: number | null | undefined;
|
|
@@ -1697,6 +1726,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1697
1726
|
formula?: string | null | undefined;
|
|
1698
1727
|
context?: string[] | null | undefined;
|
|
1699
1728
|
prompt?: string | null | undefined;
|
|
1729
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1700
1730
|
}) | ({
|
|
1701
1731
|
type: "number";
|
|
1702
1732
|
format?: string | null | undefined;
|
|
@@ -1731,7 +1761,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1731
1761
|
required?: boolean | null | undefined;
|
|
1732
1762
|
} | null | undefined;
|
|
1733
1763
|
uiConfiguration?: {
|
|
1734
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1764
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1735
1765
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1736
1766
|
} | null | undefined;
|
|
1737
1767
|
width?: number | null | undefined;
|
|
@@ -1741,6 +1771,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1741
1771
|
formula?: string | null | undefined;
|
|
1742
1772
|
context?: string[] | null | undefined;
|
|
1743
1773
|
prompt?: string | null | undefined;
|
|
1774
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1744
1775
|
}) | ({
|
|
1745
1776
|
options: {
|
|
1746
1777
|
value: string;
|
|
@@ -1774,7 +1805,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1774
1805
|
required?: boolean | null | undefined;
|
|
1775
1806
|
} | null | undefined;
|
|
1776
1807
|
uiConfiguration?: {
|
|
1777
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1808
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1778
1809
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1779
1810
|
} | null | undefined;
|
|
1780
1811
|
width?: number | null | undefined;
|
|
@@ -1784,6 +1815,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1784
1815
|
formula?: string | null | undefined;
|
|
1785
1816
|
context?: string[] | null | undefined;
|
|
1786
1817
|
prompt?: string | null | undefined;
|
|
1818
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1787
1819
|
}) | ({
|
|
1788
1820
|
id: string;
|
|
1789
1821
|
label: string;
|
|
@@ -1900,13 +1932,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1900
1932
|
required?: boolean | null | undefined;
|
|
1901
1933
|
}>>>;
|
|
1902
1934
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1903
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
1935
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
1904
1936
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1905
1937
|
}, "strip", z.ZodTypeAny, {
|
|
1906
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1938
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1907
1939
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1908
1940
|
}, {
|
|
1909
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1941
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1910
1942
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1911
1943
|
}>>>;
|
|
1912
1944
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1916,6 +1948,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1916
1948
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1917
1949
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1918
1950
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1951
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1919
1952
|
}, "strip", z.ZodTypeAny, {
|
|
1920
1953
|
suggest?: true | undefined;
|
|
1921
1954
|
canExport?: boolean | null | undefined;
|
|
@@ -1934,7 +1967,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1934
1967
|
required?: boolean | null | undefined;
|
|
1935
1968
|
} | null | undefined;
|
|
1936
1969
|
uiConfiguration?: {
|
|
1937
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1970
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1938
1971
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1939
1972
|
} | null | undefined;
|
|
1940
1973
|
width?: number | null | undefined;
|
|
@@ -1944,6 +1977,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1944
1977
|
formula?: string | null | undefined;
|
|
1945
1978
|
context?: string[] | null | undefined;
|
|
1946
1979
|
prompt?: string | null | undefined;
|
|
1980
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1947
1981
|
}, {
|
|
1948
1982
|
suggest?: true | undefined;
|
|
1949
1983
|
canExport?: boolean | null | undefined;
|
|
@@ -1962,7 +1996,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1962
1996
|
required?: boolean | null | undefined;
|
|
1963
1997
|
} | null | undefined;
|
|
1964
1998
|
uiConfiguration?: {
|
|
1965
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1999
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1966
2000
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1967
2001
|
} | null | undefined;
|
|
1968
2002
|
width?: number | null | undefined;
|
|
@@ -1972,6 +2006,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1972
2006
|
formula?: string | null | undefined;
|
|
1973
2007
|
context?: string[] | null | undefined;
|
|
1974
2008
|
prompt?: string | null | undefined;
|
|
2009
|
+
dataset?: Record<string, unknown> | undefined;
|
|
1975
2010
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1976
2011
|
type: z.ZodLiteral<"date">;
|
|
1977
2012
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -2055,13 +2090,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2055
2090
|
required?: boolean | null | undefined;
|
|
2056
2091
|
}>>>;
|
|
2057
2092
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2058
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
2093
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
2059
2094
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
2060
2095
|
}, "strip", z.ZodTypeAny, {
|
|
2061
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2096
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2062
2097
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2063
2098
|
}, {
|
|
2064
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2099
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2065
2100
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2066
2101
|
}>>>;
|
|
2067
2102
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2071,6 +2106,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2071
2106
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2072
2107
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2073
2108
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2109
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2074
2110
|
}, "strip", z.ZodTypeAny, {
|
|
2075
2111
|
suggest?: true | undefined;
|
|
2076
2112
|
canExport?: boolean | null | undefined;
|
|
@@ -2089,7 +2125,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2089
2125
|
required?: boolean | null | undefined;
|
|
2090
2126
|
} | null | undefined;
|
|
2091
2127
|
uiConfiguration?: {
|
|
2092
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2128
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2093
2129
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2094
2130
|
} | null | undefined;
|
|
2095
2131
|
width?: number | null | undefined;
|
|
@@ -2099,6 +2135,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2099
2135
|
formula?: string | null | undefined;
|
|
2100
2136
|
context?: string[] | null | undefined;
|
|
2101
2137
|
prompt?: string | null | undefined;
|
|
2138
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2102
2139
|
}, {
|
|
2103
2140
|
suggest?: true | undefined;
|
|
2104
2141
|
canExport?: boolean | null | undefined;
|
|
@@ -2117,7 +2154,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2117
2154
|
required?: boolean | null | undefined;
|
|
2118
2155
|
} | null | undefined;
|
|
2119
2156
|
uiConfiguration?: {
|
|
2120
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2157
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2121
2158
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2122
2159
|
} | null | undefined;
|
|
2123
2160
|
width?: number | null | undefined;
|
|
@@ -2127,6 +2164,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2127
2164
|
formula?: string | null | undefined;
|
|
2128
2165
|
context?: string[] | null | undefined;
|
|
2129
2166
|
prompt?: string | null | undefined;
|
|
2167
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2130
2168
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2131
2169
|
type: z.ZodLiteral<"number">;
|
|
2132
2170
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -2237,13 +2275,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2237
2275
|
required?: boolean | null | undefined;
|
|
2238
2276
|
}>>>;
|
|
2239
2277
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2240
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
2278
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
2241
2279
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
2242
2280
|
}, "strip", z.ZodTypeAny, {
|
|
2243
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2281
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2244
2282
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2245
2283
|
}, {
|
|
2246
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2284
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2247
2285
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2248
2286
|
}>>>;
|
|
2249
2287
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2253,6 +2291,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2253
2291
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2254
2292
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2255
2293
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2294
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2256
2295
|
}, "strip", z.ZodTypeAny, {
|
|
2257
2296
|
suggest?: true | undefined;
|
|
2258
2297
|
canExport?: boolean | null | undefined;
|
|
@@ -2271,7 +2310,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2271
2310
|
required?: boolean | null | undefined;
|
|
2272
2311
|
} | null | undefined;
|
|
2273
2312
|
uiConfiguration?: {
|
|
2274
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2313
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2275
2314
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2276
2315
|
} | null | undefined;
|
|
2277
2316
|
width?: number | null | undefined;
|
|
@@ -2281,6 +2320,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2281
2320
|
formula?: string | null | undefined;
|
|
2282
2321
|
context?: string[] | null | undefined;
|
|
2283
2322
|
prompt?: string | null | undefined;
|
|
2323
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2284
2324
|
}, {
|
|
2285
2325
|
suggest?: true | undefined;
|
|
2286
2326
|
canExport?: boolean | null | undefined;
|
|
@@ -2299,7 +2339,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2299
2339
|
required?: boolean | null | undefined;
|
|
2300
2340
|
} | null | undefined;
|
|
2301
2341
|
uiConfiguration?: {
|
|
2302
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2342
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2303
2343
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2304
2344
|
} | null | undefined;
|
|
2305
2345
|
width?: number | null | undefined;
|
|
@@ -2309,6 +2349,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2309
2349
|
formula?: string | null | undefined;
|
|
2310
2350
|
context?: string[] | null | undefined;
|
|
2311
2351
|
prompt?: string | null | undefined;
|
|
2352
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2312
2353
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2313
2354
|
type: z.ZodLiteral<"enum">;
|
|
2314
2355
|
options: z.ZodArray<z.ZodObject<{
|
|
@@ -2410,13 +2451,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2410
2451
|
required?: boolean | null | undefined;
|
|
2411
2452
|
}>>>;
|
|
2412
2453
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2413
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
2454
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
2414
2455
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
2415
2456
|
}, "strip", z.ZodTypeAny, {
|
|
2416
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2457
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2417
2458
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2418
2459
|
}, {
|
|
2419
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2460
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2420
2461
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2421
2462
|
}>>>;
|
|
2422
2463
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2426,6 +2467,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2426
2467
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2427
2468
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2428
2469
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2470
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2429
2471
|
}, "strip", z.ZodTypeAny, {
|
|
2430
2472
|
suggest?: true | undefined;
|
|
2431
2473
|
canExport?: boolean | null | undefined;
|
|
@@ -2444,7 +2486,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2444
2486
|
required?: boolean | null | undefined;
|
|
2445
2487
|
} | null | undefined;
|
|
2446
2488
|
uiConfiguration?: {
|
|
2447
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2489
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2448
2490
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2449
2491
|
} | null | undefined;
|
|
2450
2492
|
width?: number | null | undefined;
|
|
@@ -2454,6 +2496,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2454
2496
|
formula?: string | null | undefined;
|
|
2455
2497
|
context?: string[] | null | undefined;
|
|
2456
2498
|
prompt?: string | null | undefined;
|
|
2499
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2457
2500
|
}, {
|
|
2458
2501
|
suggest?: true | undefined;
|
|
2459
2502
|
canExport?: boolean | null | undefined;
|
|
@@ -2472,7 +2515,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2472
2515
|
required?: boolean | null | undefined;
|
|
2473
2516
|
} | null | undefined;
|
|
2474
2517
|
uiConfiguration?: {
|
|
2475
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2518
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2476
2519
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2477
2520
|
} | null | undefined;
|
|
2478
2521
|
width?: number | null | undefined;
|
|
@@ -2482,6 +2525,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2482
2525
|
formula?: string | null | undefined;
|
|
2483
2526
|
context?: string[] | null | undefined;
|
|
2484
2527
|
prompt?: string | null | undefined;
|
|
2528
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2485
2529
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
2486
2530
|
id: z.ZodString;
|
|
2487
2531
|
label: z.ZodString;
|
|
@@ -2554,7 +2598,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2554
2598
|
required?: boolean | null | undefined;
|
|
2555
2599
|
} | null | undefined;
|
|
2556
2600
|
uiConfiguration?: {
|
|
2557
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2601
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2558
2602
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2559
2603
|
} | null | undefined;
|
|
2560
2604
|
width?: number | null | undefined;
|
|
@@ -2564,6 +2608,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2564
2608
|
formula?: string | null | undefined;
|
|
2565
2609
|
context?: string[] | null | undefined;
|
|
2566
2610
|
prompt?: string | null | undefined;
|
|
2611
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2567
2612
|
}) | ({
|
|
2568
2613
|
type: "date";
|
|
2569
2614
|
format?: string | null | undefined;
|
|
@@ -2593,7 +2638,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2593
2638
|
required?: boolean | null | undefined;
|
|
2594
2639
|
} | null | undefined;
|
|
2595
2640
|
uiConfiguration?: {
|
|
2596
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2641
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2597
2642
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2598
2643
|
} | null | undefined;
|
|
2599
2644
|
width?: number | null | undefined;
|
|
@@ -2603,6 +2648,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2603
2648
|
formula?: string | null | undefined;
|
|
2604
2649
|
context?: string[] | null | undefined;
|
|
2605
2650
|
prompt?: string | null | undefined;
|
|
2651
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2606
2652
|
}) | ({
|
|
2607
2653
|
type: "number";
|
|
2608
2654
|
format?: string | null | undefined;
|
|
@@ -2637,7 +2683,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2637
2683
|
required?: boolean | null | undefined;
|
|
2638
2684
|
} | null | undefined;
|
|
2639
2685
|
uiConfiguration?: {
|
|
2640
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2686
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2641
2687
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2642
2688
|
} | null | undefined;
|
|
2643
2689
|
width?: number | null | undefined;
|
|
@@ -2647,6 +2693,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2647
2693
|
formula?: string | null | undefined;
|
|
2648
2694
|
context?: string[] | null | undefined;
|
|
2649
2695
|
prompt?: string | null | undefined;
|
|
2696
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2650
2697
|
}) | ({
|
|
2651
2698
|
options: {
|
|
2652
2699
|
value: string;
|
|
@@ -2680,7 +2727,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2680
2727
|
required?: boolean | null | undefined;
|
|
2681
2728
|
} | null | undefined;
|
|
2682
2729
|
uiConfiguration?: {
|
|
2683
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2730
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2684
2731
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2685
2732
|
} | null | undefined;
|
|
2686
2733
|
width?: number | null | undefined;
|
|
@@ -2690,6 +2737,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2690
2737
|
formula?: string | null | undefined;
|
|
2691
2738
|
context?: string[] | null | undefined;
|
|
2692
2739
|
prompt?: string | null | undefined;
|
|
2740
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2693
2741
|
}) | ({
|
|
2694
2742
|
id: string;
|
|
2695
2743
|
label: string;
|
|
@@ -2734,7 +2782,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2734
2782
|
required?: boolean | null | undefined;
|
|
2735
2783
|
} | null | undefined;
|
|
2736
2784
|
uiConfiguration?: {
|
|
2737
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2785
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2738
2786
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2739
2787
|
} | null | undefined;
|
|
2740
2788
|
width?: number | null | undefined;
|
|
@@ -2744,6 +2792,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2744
2792
|
formula?: string | null | undefined;
|
|
2745
2793
|
context?: string[] | null | undefined;
|
|
2746
2794
|
prompt?: string | null | undefined;
|
|
2795
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2747
2796
|
}) | ({
|
|
2748
2797
|
type: "date";
|
|
2749
2798
|
format?: string | null | undefined;
|
|
@@ -2773,7 +2822,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2773
2822
|
required?: boolean | null | undefined;
|
|
2774
2823
|
} | null | undefined;
|
|
2775
2824
|
uiConfiguration?: {
|
|
2776
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2825
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2777
2826
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2778
2827
|
} | null | undefined;
|
|
2779
2828
|
width?: number | null | undefined;
|
|
@@ -2783,6 +2832,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2783
2832
|
formula?: string | null | undefined;
|
|
2784
2833
|
context?: string[] | null | undefined;
|
|
2785
2834
|
prompt?: string | null | undefined;
|
|
2835
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2786
2836
|
}) | ({
|
|
2787
2837
|
type: "number";
|
|
2788
2838
|
format?: string | null | undefined;
|
|
@@ -2817,7 +2867,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2817
2867
|
required?: boolean | null | undefined;
|
|
2818
2868
|
} | null | undefined;
|
|
2819
2869
|
uiConfiguration?: {
|
|
2820
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2870
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2821
2871
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2822
2872
|
} | null | undefined;
|
|
2823
2873
|
width?: number | null | undefined;
|
|
@@ -2827,6 +2877,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2827
2877
|
formula?: string | null | undefined;
|
|
2828
2878
|
context?: string[] | null | undefined;
|
|
2829
2879
|
prompt?: string | null | undefined;
|
|
2880
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2830
2881
|
}) | ({
|
|
2831
2882
|
options: {
|
|
2832
2883
|
value: string;
|
|
@@ -2860,7 +2911,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2860
2911
|
required?: boolean | null | undefined;
|
|
2861
2912
|
} | null | undefined;
|
|
2862
2913
|
uiConfiguration?: {
|
|
2863
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2914
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2864
2915
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2865
2916
|
} | null | undefined;
|
|
2866
2917
|
width?: number | null | undefined;
|
|
@@ -2870,6 +2921,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2870
2921
|
formula?: string | null | undefined;
|
|
2871
2922
|
context?: string[] | null | undefined;
|
|
2872
2923
|
prompt?: string | null | undefined;
|
|
2924
|
+
dataset?: Record<string, unknown> | undefined;
|
|
2873
2925
|
}) | ({
|
|
2874
2926
|
id: string;
|
|
2875
2927
|
label: string;
|
|
@@ -3027,13 +3079,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3027
3079
|
required?: boolean | null | undefined;
|
|
3028
3080
|
}>>>;
|
|
3029
3081
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3030
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
3082
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
3031
3083
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3032
3084
|
}, "strip", z.ZodTypeAny, {
|
|
3033
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3085
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3034
3086
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3035
3087
|
}, {
|
|
3036
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3088
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3037
3089
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3038
3090
|
}>>>;
|
|
3039
3091
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3043,6 +3095,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3043
3095
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3044
3096
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3045
3097
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3098
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3046
3099
|
}, "strip", z.ZodTypeAny, {
|
|
3047
3100
|
suggest?: true | undefined;
|
|
3048
3101
|
canExport?: boolean | null | undefined;
|
|
@@ -3061,7 +3114,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3061
3114
|
required?: boolean | null | undefined;
|
|
3062
3115
|
} | null | undefined;
|
|
3063
3116
|
uiConfiguration?: {
|
|
3064
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3117
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3065
3118
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3066
3119
|
} | null | undefined;
|
|
3067
3120
|
width?: number | null | undefined;
|
|
@@ -3071,6 +3124,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3071
3124
|
formula?: string | null | undefined;
|
|
3072
3125
|
context?: string[] | null | undefined;
|
|
3073
3126
|
prompt?: string | null | undefined;
|
|
3127
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3074
3128
|
}, {
|
|
3075
3129
|
suggest?: true | undefined;
|
|
3076
3130
|
canExport?: boolean | null | undefined;
|
|
@@ -3089,7 +3143,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3089
3143
|
required?: boolean | null | undefined;
|
|
3090
3144
|
} | null | undefined;
|
|
3091
3145
|
uiConfiguration?: {
|
|
3092
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3146
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3093
3147
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3094
3148
|
} | null | undefined;
|
|
3095
3149
|
width?: number | null | undefined;
|
|
@@ -3099,6 +3153,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3099
3153
|
formula?: string | null | undefined;
|
|
3100
3154
|
context?: string[] | null | undefined;
|
|
3101
3155
|
prompt?: string | null | undefined;
|
|
3156
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3102
3157
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3103
3158
|
type: z.ZodLiteral<"date">;
|
|
3104
3159
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3182,13 +3237,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3182
3237
|
required?: boolean | null | undefined;
|
|
3183
3238
|
}>>>;
|
|
3184
3239
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3185
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
3240
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
3186
3241
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3187
3242
|
}, "strip", z.ZodTypeAny, {
|
|
3188
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3243
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3189
3244
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3190
3245
|
}, {
|
|
3191
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3246
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3192
3247
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3193
3248
|
}>>>;
|
|
3194
3249
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3198,6 +3253,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3198
3253
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3199
3254
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3200
3255
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3256
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3201
3257
|
}, "strip", z.ZodTypeAny, {
|
|
3202
3258
|
suggest?: true | undefined;
|
|
3203
3259
|
canExport?: boolean | null | undefined;
|
|
@@ -3216,7 +3272,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3216
3272
|
required?: boolean | null | undefined;
|
|
3217
3273
|
} | null | undefined;
|
|
3218
3274
|
uiConfiguration?: {
|
|
3219
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3275
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3220
3276
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3221
3277
|
} | null | undefined;
|
|
3222
3278
|
width?: number | null | undefined;
|
|
@@ -3226,6 +3282,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3226
3282
|
formula?: string | null | undefined;
|
|
3227
3283
|
context?: string[] | null | undefined;
|
|
3228
3284
|
prompt?: string | null | undefined;
|
|
3285
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3229
3286
|
}, {
|
|
3230
3287
|
suggest?: true | undefined;
|
|
3231
3288
|
canExport?: boolean | null | undefined;
|
|
@@ -3244,7 +3301,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3244
3301
|
required?: boolean | null | undefined;
|
|
3245
3302
|
} | null | undefined;
|
|
3246
3303
|
uiConfiguration?: {
|
|
3247
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3304
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3248
3305
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3249
3306
|
} | null | undefined;
|
|
3250
3307
|
width?: number | null | undefined;
|
|
@@ -3254,6 +3311,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3254
3311
|
formula?: string | null | undefined;
|
|
3255
3312
|
context?: string[] | null | undefined;
|
|
3256
3313
|
prompt?: string | null | undefined;
|
|
3314
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3257
3315
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3258
3316
|
type: z.ZodLiteral<"number">;
|
|
3259
3317
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3364,13 +3422,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3364
3422
|
required?: boolean | null | undefined;
|
|
3365
3423
|
}>>>;
|
|
3366
3424
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3367
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
3425
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
3368
3426
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3369
3427
|
}, "strip", z.ZodTypeAny, {
|
|
3370
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3428
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3371
3429
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3372
3430
|
}, {
|
|
3373
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3431
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3374
3432
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3375
3433
|
}>>>;
|
|
3376
3434
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3380,6 +3438,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3380
3438
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3381
3439
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3382
3440
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3441
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3383
3442
|
}, "strip", z.ZodTypeAny, {
|
|
3384
3443
|
suggest?: true | undefined;
|
|
3385
3444
|
canExport?: boolean | null | undefined;
|
|
@@ -3398,7 +3457,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3398
3457
|
required?: boolean | null | undefined;
|
|
3399
3458
|
} | null | undefined;
|
|
3400
3459
|
uiConfiguration?: {
|
|
3401
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3460
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3402
3461
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3403
3462
|
} | null | undefined;
|
|
3404
3463
|
width?: number | null | undefined;
|
|
@@ -3408,6 +3467,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3408
3467
|
formula?: string | null | undefined;
|
|
3409
3468
|
context?: string[] | null | undefined;
|
|
3410
3469
|
prompt?: string | null | undefined;
|
|
3470
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3411
3471
|
}, {
|
|
3412
3472
|
suggest?: true | undefined;
|
|
3413
3473
|
canExport?: boolean | null | undefined;
|
|
@@ -3426,7 +3486,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3426
3486
|
required?: boolean | null | undefined;
|
|
3427
3487
|
} | null | undefined;
|
|
3428
3488
|
uiConfiguration?: {
|
|
3429
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3489
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3430
3490
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3431
3491
|
} | null | undefined;
|
|
3432
3492
|
width?: number | null | undefined;
|
|
@@ -3436,6 +3496,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3436
3496
|
formula?: string | null | undefined;
|
|
3437
3497
|
context?: string[] | null | undefined;
|
|
3438
3498
|
prompt?: string | null | undefined;
|
|
3499
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3439
3500
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3440
3501
|
type: z.ZodLiteral<"enum">;
|
|
3441
3502
|
options: z.ZodArray<z.ZodObject<{
|
|
@@ -3537,13 +3598,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3537
3598
|
required?: boolean | null | undefined;
|
|
3538
3599
|
}>>>;
|
|
3539
3600
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3540
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
3601
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
3541
3602
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3542
3603
|
}, "strip", z.ZodTypeAny, {
|
|
3543
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3604
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3544
3605
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3545
3606
|
}, {
|
|
3546
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3607
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3547
3608
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3548
3609
|
}>>>;
|
|
3549
3610
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3553,6 +3614,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3553
3614
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3554
3615
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3555
3616
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3617
|
+
dataset: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3556
3618
|
}, "strip", z.ZodTypeAny, {
|
|
3557
3619
|
suggest?: true | undefined;
|
|
3558
3620
|
canExport?: boolean | null | undefined;
|
|
@@ -3571,7 +3633,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3571
3633
|
required?: boolean | null | undefined;
|
|
3572
3634
|
} | null | undefined;
|
|
3573
3635
|
uiConfiguration?: {
|
|
3574
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3636
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3575
3637
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3576
3638
|
} | null | undefined;
|
|
3577
3639
|
width?: number | null | undefined;
|
|
@@ -3581,6 +3643,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3581
3643
|
formula?: string | null | undefined;
|
|
3582
3644
|
context?: string[] | null | undefined;
|
|
3583
3645
|
prompt?: string | null | undefined;
|
|
3646
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3584
3647
|
}, {
|
|
3585
3648
|
suggest?: true | undefined;
|
|
3586
3649
|
canExport?: boolean | null | undefined;
|
|
@@ -3599,7 +3662,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3599
3662
|
required?: boolean | null | undefined;
|
|
3600
3663
|
} | null | undefined;
|
|
3601
3664
|
uiConfiguration?: {
|
|
3602
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3665
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3603
3666
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3604
3667
|
} | null | undefined;
|
|
3605
3668
|
width?: number | null | undefined;
|
|
@@ -3609,6 +3672,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3609
3672
|
formula?: string | null | undefined;
|
|
3610
3673
|
context?: string[] | null | undefined;
|
|
3611
3674
|
prompt?: string | null | undefined;
|
|
3675
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3612
3676
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
3613
3677
|
id: z.ZodString;
|
|
3614
3678
|
label: z.ZodString;
|
|
@@ -3682,7 +3746,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3682
3746
|
required?: boolean | null | undefined;
|
|
3683
3747
|
} | null | undefined;
|
|
3684
3748
|
uiConfiguration?: {
|
|
3685
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3749
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3686
3750
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3687
3751
|
} | null | undefined;
|
|
3688
3752
|
width?: number | null | undefined;
|
|
@@ -3692,6 +3756,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3692
3756
|
formula?: string | null | undefined;
|
|
3693
3757
|
context?: string[] | null | undefined;
|
|
3694
3758
|
prompt?: string | null | undefined;
|
|
3759
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3695
3760
|
}) | ({
|
|
3696
3761
|
type: "date";
|
|
3697
3762
|
format?: string | null | undefined;
|
|
@@ -3721,7 +3786,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3721
3786
|
required?: boolean | null | undefined;
|
|
3722
3787
|
} | null | undefined;
|
|
3723
3788
|
uiConfiguration?: {
|
|
3724
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3789
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3725
3790
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3726
3791
|
} | null | undefined;
|
|
3727
3792
|
width?: number | null | undefined;
|
|
@@ -3731,6 +3796,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3731
3796
|
formula?: string | null | undefined;
|
|
3732
3797
|
context?: string[] | null | undefined;
|
|
3733
3798
|
prompt?: string | null | undefined;
|
|
3799
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3734
3800
|
}) | ({
|
|
3735
3801
|
type: "number";
|
|
3736
3802
|
format?: string | null | undefined;
|
|
@@ -3765,7 +3831,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3765
3831
|
required?: boolean | null | undefined;
|
|
3766
3832
|
} | null | undefined;
|
|
3767
3833
|
uiConfiguration?: {
|
|
3768
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3834
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3769
3835
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3770
3836
|
} | null | undefined;
|
|
3771
3837
|
width?: number | null | undefined;
|
|
@@ -3775,6 +3841,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3775
3841
|
formula?: string | null | undefined;
|
|
3776
3842
|
context?: string[] | null | undefined;
|
|
3777
3843
|
prompt?: string | null | undefined;
|
|
3844
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3778
3845
|
}) | ({
|
|
3779
3846
|
options: {
|
|
3780
3847
|
value: string;
|
|
@@ -3808,7 +3875,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3808
3875
|
required?: boolean | null | undefined;
|
|
3809
3876
|
} | null | undefined;
|
|
3810
3877
|
uiConfiguration?: {
|
|
3811
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3878
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3812
3879
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3813
3880
|
} | null | undefined;
|
|
3814
3881
|
width?: number | null | undefined;
|
|
@@ -3818,6 +3885,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3818
3885
|
formula?: string | null | undefined;
|
|
3819
3886
|
context?: string[] | null | undefined;
|
|
3820
3887
|
prompt?: string | null | undefined;
|
|
3888
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3821
3889
|
}) | ({
|
|
3822
3890
|
id: string;
|
|
3823
3891
|
label: string;
|
|
@@ -3864,7 +3932,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3864
3932
|
required?: boolean | null | undefined;
|
|
3865
3933
|
} | null | undefined;
|
|
3866
3934
|
uiConfiguration?: {
|
|
3867
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3935
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3868
3936
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3869
3937
|
} | null | undefined;
|
|
3870
3938
|
width?: number | null | undefined;
|
|
@@ -3874,6 +3942,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3874
3942
|
formula?: string | null | undefined;
|
|
3875
3943
|
context?: string[] | null | undefined;
|
|
3876
3944
|
prompt?: string | null | undefined;
|
|
3945
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3877
3946
|
}) | ({
|
|
3878
3947
|
type: "date";
|
|
3879
3948
|
format?: string | null | undefined;
|
|
@@ -3903,7 +3972,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3903
3972
|
required?: boolean | null | undefined;
|
|
3904
3973
|
} | null | undefined;
|
|
3905
3974
|
uiConfiguration?: {
|
|
3906
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3975
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3907
3976
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3908
3977
|
} | null | undefined;
|
|
3909
3978
|
width?: number | null | undefined;
|
|
@@ -3913,6 +3982,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3913
3982
|
formula?: string | null | undefined;
|
|
3914
3983
|
context?: string[] | null | undefined;
|
|
3915
3984
|
prompt?: string | null | undefined;
|
|
3985
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3916
3986
|
}) | ({
|
|
3917
3987
|
type: "number";
|
|
3918
3988
|
format?: string | null | undefined;
|
|
@@ -3947,7 +4017,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3947
4017
|
required?: boolean | null | undefined;
|
|
3948
4018
|
} | null | undefined;
|
|
3949
4019
|
uiConfiguration?: {
|
|
3950
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4020
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3951
4021
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3952
4022
|
} | null | undefined;
|
|
3953
4023
|
width?: number | null | undefined;
|
|
@@ -3957,6 +4027,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3957
4027
|
formula?: string | null | undefined;
|
|
3958
4028
|
context?: string[] | null | undefined;
|
|
3959
4029
|
prompt?: string | null | undefined;
|
|
4030
|
+
dataset?: Record<string, unknown> | undefined;
|
|
3960
4031
|
}) | ({
|
|
3961
4032
|
options: {
|
|
3962
4033
|
value: string;
|
|
@@ -3990,7 +4061,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3990
4061
|
required?: boolean | null | undefined;
|
|
3991
4062
|
} | null | undefined;
|
|
3992
4063
|
uiConfiguration?: {
|
|
3993
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4064
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3994
4065
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3995
4066
|
} | null | undefined;
|
|
3996
4067
|
width?: number | null | undefined;
|
|
@@ -4000,6 +4071,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4000
4071
|
formula?: string | null | undefined;
|
|
4001
4072
|
context?: string[] | null | undefined;
|
|
4002
4073
|
prompt?: string | null | undefined;
|
|
4074
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4003
4075
|
}) | ({
|
|
4004
4076
|
id: string;
|
|
4005
4077
|
label: string;
|
|
@@ -4066,7 +4138,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4066
4138
|
required?: boolean | null | undefined;
|
|
4067
4139
|
} | null | undefined;
|
|
4068
4140
|
uiConfiguration?: {
|
|
4069
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4141
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4070
4142
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4071
4143
|
} | null | undefined;
|
|
4072
4144
|
width?: number | null | undefined;
|
|
@@ -4076,6 +4148,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4076
4148
|
formula?: string | null | undefined;
|
|
4077
4149
|
context?: string[] | null | undefined;
|
|
4078
4150
|
prompt?: string | null | undefined;
|
|
4151
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4079
4152
|
}) | ({
|
|
4080
4153
|
type: "date";
|
|
4081
4154
|
format?: string | null | undefined;
|
|
@@ -4105,7 +4178,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4105
4178
|
required?: boolean | null | undefined;
|
|
4106
4179
|
} | null | undefined;
|
|
4107
4180
|
uiConfiguration?: {
|
|
4108
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4181
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4109
4182
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4110
4183
|
} | null | undefined;
|
|
4111
4184
|
width?: number | null | undefined;
|
|
@@ -4115,6 +4188,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4115
4188
|
formula?: string | null | undefined;
|
|
4116
4189
|
context?: string[] | null | undefined;
|
|
4117
4190
|
prompt?: string | null | undefined;
|
|
4191
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4118
4192
|
}) | ({
|
|
4119
4193
|
type: "number";
|
|
4120
4194
|
format?: string | null | undefined;
|
|
@@ -4149,7 +4223,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4149
4223
|
required?: boolean | null | undefined;
|
|
4150
4224
|
} | null | undefined;
|
|
4151
4225
|
uiConfiguration?: {
|
|
4152
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4226
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4153
4227
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4154
4228
|
} | null | undefined;
|
|
4155
4229
|
width?: number | null | undefined;
|
|
@@ -4159,6 +4233,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4159
4233
|
formula?: string | null | undefined;
|
|
4160
4234
|
context?: string[] | null | undefined;
|
|
4161
4235
|
prompt?: string | null | undefined;
|
|
4236
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4162
4237
|
}) | ({
|
|
4163
4238
|
options: {
|
|
4164
4239
|
value: string;
|
|
@@ -4192,7 +4267,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4192
4267
|
required?: boolean | null | undefined;
|
|
4193
4268
|
} | null | undefined;
|
|
4194
4269
|
uiConfiguration?: {
|
|
4195
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4270
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4196
4271
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4197
4272
|
} | null | undefined;
|
|
4198
4273
|
width?: number | null | undefined;
|
|
@@ -4202,6 +4277,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4202
4277
|
formula?: string | null | undefined;
|
|
4203
4278
|
context?: string[] | null | undefined;
|
|
4204
4279
|
prompt?: string | null | undefined;
|
|
4280
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4205
4281
|
}) | ({
|
|
4206
4282
|
id: string;
|
|
4207
4283
|
label: string;
|
|
@@ -4256,7 +4332,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4256
4332
|
required?: boolean | null | undefined;
|
|
4257
4333
|
} | null | undefined;
|
|
4258
4334
|
uiConfiguration?: {
|
|
4259
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4335
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4260
4336
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4261
4337
|
} | null | undefined;
|
|
4262
4338
|
width?: number | null | undefined;
|
|
@@ -4266,6 +4342,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4266
4342
|
formula?: string | null | undefined;
|
|
4267
4343
|
context?: string[] | null | undefined;
|
|
4268
4344
|
prompt?: string | null | undefined;
|
|
4345
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4269
4346
|
}) | ({
|
|
4270
4347
|
type: "date";
|
|
4271
4348
|
format?: string | null | undefined;
|
|
@@ -4295,7 +4372,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4295
4372
|
required?: boolean | null | undefined;
|
|
4296
4373
|
} | null | undefined;
|
|
4297
4374
|
uiConfiguration?: {
|
|
4298
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4375
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4299
4376
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4300
4377
|
} | null | undefined;
|
|
4301
4378
|
width?: number | null | undefined;
|
|
@@ -4305,6 +4382,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4305
4382
|
formula?: string | null | undefined;
|
|
4306
4383
|
context?: string[] | null | undefined;
|
|
4307
4384
|
prompt?: string | null | undefined;
|
|
4385
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4308
4386
|
}) | ({
|
|
4309
4387
|
type: "number";
|
|
4310
4388
|
format?: string | null | undefined;
|
|
@@ -4339,7 +4417,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4339
4417
|
required?: boolean | null | undefined;
|
|
4340
4418
|
} | null | undefined;
|
|
4341
4419
|
uiConfiguration?: {
|
|
4342
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4420
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4343
4421
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4344
4422
|
} | null | undefined;
|
|
4345
4423
|
width?: number | null | undefined;
|
|
@@ -4349,6 +4427,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4349
4427
|
formula?: string | null | undefined;
|
|
4350
4428
|
context?: string[] | null | undefined;
|
|
4351
4429
|
prompt?: string | null | undefined;
|
|
4430
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4352
4431
|
}) | ({
|
|
4353
4432
|
options: {
|
|
4354
4433
|
value: string;
|
|
@@ -4382,7 +4461,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4382
4461
|
required?: boolean | null | undefined;
|
|
4383
4462
|
} | null | undefined;
|
|
4384
4463
|
uiConfiguration?: {
|
|
4385
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4464
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4386
4465
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4387
4466
|
} | null | undefined;
|
|
4388
4467
|
width?: number | null | undefined;
|
|
@@ -4392,6 +4471,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4392
4471
|
formula?: string | null | undefined;
|
|
4393
4472
|
context?: string[] | null | undefined;
|
|
4394
4473
|
prompt?: string | null | undefined;
|
|
4474
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4395
4475
|
}) | ({
|
|
4396
4476
|
id: string;
|
|
4397
4477
|
label: string;
|
|
@@ -4506,7 +4586,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4506
4586
|
required?: boolean | null | undefined;
|
|
4507
4587
|
} | null | undefined;
|
|
4508
4588
|
uiConfiguration?: {
|
|
4509
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4589
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4510
4590
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4511
4591
|
} | null | undefined;
|
|
4512
4592
|
width?: number | null | undefined;
|
|
@@ -4516,6 +4596,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4516
4596
|
formula?: string | null | undefined;
|
|
4517
4597
|
context?: string[] | null | undefined;
|
|
4518
4598
|
prompt?: string | null | undefined;
|
|
4599
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4519
4600
|
}) | ({
|
|
4520
4601
|
type: "date";
|
|
4521
4602
|
format?: string | null | undefined;
|
|
@@ -4545,7 +4626,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4545
4626
|
required?: boolean | null | undefined;
|
|
4546
4627
|
} | null | undefined;
|
|
4547
4628
|
uiConfiguration?: {
|
|
4548
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4629
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4549
4630
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4550
4631
|
} | null | undefined;
|
|
4551
4632
|
width?: number | null | undefined;
|
|
@@ -4555,6 +4636,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4555
4636
|
formula?: string | null | undefined;
|
|
4556
4637
|
context?: string[] | null | undefined;
|
|
4557
4638
|
prompt?: string | null | undefined;
|
|
4639
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4558
4640
|
}) | ({
|
|
4559
4641
|
type: "number";
|
|
4560
4642
|
format?: string | null | undefined;
|
|
@@ -4589,7 +4671,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4589
4671
|
required?: boolean | null | undefined;
|
|
4590
4672
|
} | null | undefined;
|
|
4591
4673
|
uiConfiguration?: {
|
|
4592
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4674
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4593
4675
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4594
4676
|
} | null | undefined;
|
|
4595
4677
|
width?: number | null | undefined;
|
|
@@ -4599,6 +4681,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4599
4681
|
formula?: string | null | undefined;
|
|
4600
4682
|
context?: string[] | null | undefined;
|
|
4601
4683
|
prompt?: string | null | undefined;
|
|
4684
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4602
4685
|
}) | ({
|
|
4603
4686
|
options: {
|
|
4604
4687
|
value: string;
|
|
@@ -4632,7 +4715,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4632
4715
|
required?: boolean | null | undefined;
|
|
4633
4716
|
} | null | undefined;
|
|
4634
4717
|
uiConfiguration?: {
|
|
4635
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4718
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4636
4719
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4637
4720
|
} | null | undefined;
|
|
4638
4721
|
width?: number | null | undefined;
|
|
@@ -4642,6 +4725,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4642
4725
|
formula?: string | null | undefined;
|
|
4643
4726
|
context?: string[] | null | undefined;
|
|
4644
4727
|
prompt?: string | null | undefined;
|
|
4728
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4645
4729
|
}) | ({
|
|
4646
4730
|
id: string;
|
|
4647
4731
|
label: string;
|
|
@@ -4685,7 +4769,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4685
4769
|
required?: boolean | null | undefined;
|
|
4686
4770
|
} | null | undefined;
|
|
4687
4771
|
uiConfiguration?: {
|
|
4688
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4772
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4689
4773
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4690
4774
|
} | null | undefined;
|
|
4691
4775
|
width?: number | null | undefined;
|
|
@@ -4695,6 +4779,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4695
4779
|
formula?: string | null | undefined;
|
|
4696
4780
|
context?: string[] | null | undefined;
|
|
4697
4781
|
prompt?: string | null | undefined;
|
|
4782
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4698
4783
|
}) | ({
|
|
4699
4784
|
type: "date";
|
|
4700
4785
|
format?: string | null | undefined;
|
|
@@ -4724,7 +4809,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4724
4809
|
required?: boolean | null | undefined;
|
|
4725
4810
|
} | null | undefined;
|
|
4726
4811
|
uiConfiguration?: {
|
|
4727
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4812
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4728
4813
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4729
4814
|
} | null | undefined;
|
|
4730
4815
|
width?: number | null | undefined;
|
|
@@ -4734,6 +4819,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4734
4819
|
formula?: string | null | undefined;
|
|
4735
4820
|
context?: string[] | null | undefined;
|
|
4736
4821
|
prompt?: string | null | undefined;
|
|
4822
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4737
4823
|
}) | ({
|
|
4738
4824
|
type: "number";
|
|
4739
4825
|
format?: string | null | undefined;
|
|
@@ -4768,7 +4854,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4768
4854
|
required?: boolean | null | undefined;
|
|
4769
4855
|
} | null | undefined;
|
|
4770
4856
|
uiConfiguration?: {
|
|
4771
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4857
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4772
4858
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4773
4859
|
} | null | undefined;
|
|
4774
4860
|
width?: number | null | undefined;
|
|
@@ -4778,6 +4864,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4778
4864
|
formula?: string | null | undefined;
|
|
4779
4865
|
context?: string[] | null | undefined;
|
|
4780
4866
|
prompt?: string | null | undefined;
|
|
4867
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4781
4868
|
}) | ({
|
|
4782
4869
|
options: {
|
|
4783
4870
|
value: string;
|
|
@@ -4811,7 +4898,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4811
4898
|
required?: boolean | null | undefined;
|
|
4812
4899
|
} | null | undefined;
|
|
4813
4900
|
uiConfiguration?: {
|
|
4814
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4901
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4815
4902
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4816
4903
|
} | null | undefined;
|
|
4817
4904
|
width?: number | null | undefined;
|
|
@@ -4821,6 +4908,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4821
4908
|
formula?: string | null | undefined;
|
|
4822
4909
|
context?: string[] | null | undefined;
|
|
4823
4910
|
prompt?: string | null | undefined;
|
|
4911
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4824
4912
|
}) | ({
|
|
4825
4913
|
id: string;
|
|
4826
4914
|
label: string;
|
|
@@ -4873,7 +4961,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4873
4961
|
required?: boolean | null | undefined;
|
|
4874
4962
|
} | null | undefined;
|
|
4875
4963
|
uiConfiguration?: {
|
|
4876
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4964
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4877
4965
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4878
4966
|
} | null | undefined;
|
|
4879
4967
|
width?: number | null | undefined;
|
|
@@ -4883,6 +4971,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4883
4971
|
formula?: string | null | undefined;
|
|
4884
4972
|
context?: string[] | null | undefined;
|
|
4885
4973
|
prompt?: string | null | undefined;
|
|
4974
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4886
4975
|
}) | ({
|
|
4887
4976
|
type: "date";
|
|
4888
4977
|
format?: string | null | undefined;
|
|
@@ -4912,7 +5001,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4912
5001
|
required?: boolean | null | undefined;
|
|
4913
5002
|
} | null | undefined;
|
|
4914
5003
|
uiConfiguration?: {
|
|
4915
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5004
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4916
5005
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4917
5006
|
} | null | undefined;
|
|
4918
5007
|
width?: number | null | undefined;
|
|
@@ -4922,6 +5011,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4922
5011
|
formula?: string | null | undefined;
|
|
4923
5012
|
context?: string[] | null | undefined;
|
|
4924
5013
|
prompt?: string | null | undefined;
|
|
5014
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4925
5015
|
}) | ({
|
|
4926
5016
|
type: "number";
|
|
4927
5017
|
format?: string | null | undefined;
|
|
@@ -4956,7 +5046,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4956
5046
|
required?: boolean | null | undefined;
|
|
4957
5047
|
} | null | undefined;
|
|
4958
5048
|
uiConfiguration?: {
|
|
4959
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5049
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4960
5050
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4961
5051
|
} | null | undefined;
|
|
4962
5052
|
width?: number | null | undefined;
|
|
@@ -4966,6 +5056,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4966
5056
|
formula?: string | null | undefined;
|
|
4967
5057
|
context?: string[] | null | undefined;
|
|
4968
5058
|
prompt?: string | null | undefined;
|
|
5059
|
+
dataset?: Record<string, unknown> | undefined;
|
|
4969
5060
|
}) | ({
|
|
4970
5061
|
options: {
|
|
4971
5062
|
value: string;
|
|
@@ -4999,7 +5090,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4999
5090
|
required?: boolean | null | undefined;
|
|
5000
5091
|
} | null | undefined;
|
|
5001
5092
|
uiConfiguration?: {
|
|
5002
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5093
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5003
5094
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5004
5095
|
} | null | undefined;
|
|
5005
5096
|
width?: number | null | undefined;
|
|
@@ -5009,6 +5100,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5009
5100
|
formula?: string | null | undefined;
|
|
5010
5101
|
context?: string[] | null | undefined;
|
|
5011
5102
|
prompt?: string | null | undefined;
|
|
5103
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5012
5104
|
}) | ({
|
|
5013
5105
|
id: string;
|
|
5014
5106
|
label: string;
|
|
@@ -5071,7 +5163,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5071
5163
|
required?: boolean | null | undefined;
|
|
5072
5164
|
} | null | undefined;
|
|
5073
5165
|
uiConfiguration?: {
|
|
5074
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5166
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5075
5167
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5076
5168
|
} | null | undefined;
|
|
5077
5169
|
width?: number | null | undefined;
|
|
@@ -5081,6 +5173,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5081
5173
|
formula?: string | null | undefined;
|
|
5082
5174
|
context?: string[] | null | undefined;
|
|
5083
5175
|
prompt?: string | null | undefined;
|
|
5176
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5084
5177
|
}) | ({
|
|
5085
5178
|
type: "date";
|
|
5086
5179
|
format?: string | null | undefined;
|
|
@@ -5110,7 +5203,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5110
5203
|
required?: boolean | null | undefined;
|
|
5111
5204
|
} | null | undefined;
|
|
5112
5205
|
uiConfiguration?: {
|
|
5113
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5206
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5114
5207
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5115
5208
|
} | null | undefined;
|
|
5116
5209
|
width?: number | null | undefined;
|
|
@@ -5120,6 +5213,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5120
5213
|
formula?: string | null | undefined;
|
|
5121
5214
|
context?: string[] | null | undefined;
|
|
5122
5215
|
prompt?: string | null | undefined;
|
|
5216
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5123
5217
|
}) | ({
|
|
5124
5218
|
type: "number";
|
|
5125
5219
|
format?: string | null | undefined;
|
|
@@ -5154,7 +5248,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5154
5248
|
required?: boolean | null | undefined;
|
|
5155
5249
|
} | null | undefined;
|
|
5156
5250
|
uiConfiguration?: {
|
|
5157
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5251
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5158
5252
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5159
5253
|
} | null | undefined;
|
|
5160
5254
|
width?: number | null | undefined;
|
|
@@ -5164,6 +5258,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5164
5258
|
formula?: string | null | undefined;
|
|
5165
5259
|
context?: string[] | null | undefined;
|
|
5166
5260
|
prompt?: string | null | undefined;
|
|
5261
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5167
5262
|
}) | ({
|
|
5168
5263
|
options: {
|
|
5169
5264
|
value: string;
|
|
@@ -5197,7 +5292,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5197
5292
|
required?: boolean | null | undefined;
|
|
5198
5293
|
} | null | undefined;
|
|
5199
5294
|
uiConfiguration?: {
|
|
5200
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5295
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5201
5296
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5202
5297
|
} | null | undefined;
|
|
5203
5298
|
width?: number | null | undefined;
|
|
@@ -5207,6 +5302,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5207
5302
|
formula?: string | null | undefined;
|
|
5208
5303
|
context?: string[] | null | undefined;
|
|
5209
5304
|
prompt?: string | null | undefined;
|
|
5305
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5210
5306
|
}) | ({
|
|
5211
5307
|
id: string;
|
|
5212
5308
|
label: string;
|
|
@@ -5280,7 +5376,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5280
5376
|
required?: boolean | null | undefined;
|
|
5281
5377
|
} | null | undefined;
|
|
5282
5378
|
uiConfiguration?: {
|
|
5283
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5379
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5284
5380
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5285
5381
|
} | null | undefined;
|
|
5286
5382
|
width?: number | null | undefined;
|
|
@@ -5290,6 +5386,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5290
5386
|
formula?: string | null | undefined;
|
|
5291
5387
|
context?: string[] | null | undefined;
|
|
5292
5388
|
prompt?: string | null | undefined;
|
|
5389
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5293
5390
|
}) | ({
|
|
5294
5391
|
type: "date";
|
|
5295
5392
|
format?: string | null | undefined;
|
|
@@ -5319,7 +5416,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5319
5416
|
required?: boolean | null | undefined;
|
|
5320
5417
|
} | null | undefined;
|
|
5321
5418
|
uiConfiguration?: {
|
|
5322
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5419
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5323
5420
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5324
5421
|
} | null | undefined;
|
|
5325
5422
|
width?: number | null | undefined;
|
|
@@ -5329,6 +5426,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5329
5426
|
formula?: string | null | undefined;
|
|
5330
5427
|
context?: string[] | null | undefined;
|
|
5331
5428
|
prompt?: string | null | undefined;
|
|
5429
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5332
5430
|
}) | ({
|
|
5333
5431
|
type: "number";
|
|
5334
5432
|
format?: string | null | undefined;
|
|
@@ -5363,7 +5461,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5363
5461
|
required?: boolean | null | undefined;
|
|
5364
5462
|
} | null | undefined;
|
|
5365
5463
|
uiConfiguration?: {
|
|
5366
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5464
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5367
5465
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5368
5466
|
} | null | undefined;
|
|
5369
5467
|
width?: number | null | undefined;
|
|
@@ -5373,6 +5471,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5373
5471
|
formula?: string | null | undefined;
|
|
5374
5472
|
context?: string[] | null | undefined;
|
|
5375
5473
|
prompt?: string | null | undefined;
|
|
5474
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5376
5475
|
}) | ({
|
|
5377
5476
|
options: {
|
|
5378
5477
|
value: string;
|
|
@@ -5406,7 +5505,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5406
5505
|
required?: boolean | null | undefined;
|
|
5407
5506
|
} | null | undefined;
|
|
5408
5507
|
uiConfiguration?: {
|
|
5409
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5508
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5410
5509
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5411
5510
|
} | null | undefined;
|
|
5412
5511
|
width?: number | null | undefined;
|
|
@@ -5416,6 +5515,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5416
5515
|
formula?: string | null | undefined;
|
|
5417
5516
|
context?: string[] | null | undefined;
|
|
5418
5517
|
prompt?: string | null | undefined;
|
|
5518
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5419
5519
|
}) | ({
|
|
5420
5520
|
id: string;
|
|
5421
5521
|
label: string;
|
|
@@ -5459,7 +5559,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5459
5559
|
required?: boolean | null | undefined;
|
|
5460
5560
|
} | null | undefined;
|
|
5461
5561
|
uiConfiguration?: {
|
|
5462
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5562
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5463
5563
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5464
5564
|
} | null | undefined;
|
|
5465
5565
|
width?: number | null | undefined;
|
|
@@ -5469,6 +5569,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5469
5569
|
formula?: string | null | undefined;
|
|
5470
5570
|
context?: string[] | null | undefined;
|
|
5471
5571
|
prompt?: string | null | undefined;
|
|
5572
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5472
5573
|
}) | ({
|
|
5473
5574
|
type: "date";
|
|
5474
5575
|
format?: string | null | undefined;
|
|
@@ -5498,7 +5599,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5498
5599
|
required?: boolean | null | undefined;
|
|
5499
5600
|
} | null | undefined;
|
|
5500
5601
|
uiConfiguration?: {
|
|
5501
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5602
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5502
5603
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5503
5604
|
} | null | undefined;
|
|
5504
5605
|
width?: number | null | undefined;
|
|
@@ -5508,6 +5609,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5508
5609
|
formula?: string | null | undefined;
|
|
5509
5610
|
context?: string[] | null | undefined;
|
|
5510
5611
|
prompt?: string | null | undefined;
|
|
5612
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5511
5613
|
}) | ({
|
|
5512
5614
|
type: "number";
|
|
5513
5615
|
format?: string | null | undefined;
|
|
@@ -5542,7 +5644,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5542
5644
|
required?: boolean | null | undefined;
|
|
5543
5645
|
} | null | undefined;
|
|
5544
5646
|
uiConfiguration?: {
|
|
5545
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5647
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5546
5648
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5547
5649
|
} | null | undefined;
|
|
5548
5650
|
width?: number | null | undefined;
|
|
@@ -5552,6 +5654,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5552
5654
|
formula?: string | null | undefined;
|
|
5553
5655
|
context?: string[] | null | undefined;
|
|
5554
5656
|
prompt?: string | null | undefined;
|
|
5657
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5555
5658
|
}) | ({
|
|
5556
5659
|
options: {
|
|
5557
5660
|
value: string;
|
|
@@ -5585,7 +5688,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5585
5688
|
required?: boolean | null | undefined;
|
|
5586
5689
|
} | null | undefined;
|
|
5587
5690
|
uiConfiguration?: {
|
|
5588
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5691
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5589
5692
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5590
5693
|
} | null | undefined;
|
|
5591
5694
|
width?: number | null | undefined;
|
|
@@ -5595,6 +5698,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5595
5698
|
formula?: string | null | undefined;
|
|
5596
5699
|
context?: string[] | null | undefined;
|
|
5597
5700
|
prompt?: string | null | undefined;
|
|
5701
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5598
5702
|
}) | ({
|
|
5599
5703
|
id: string;
|
|
5600
5704
|
label: string;
|
|
@@ -5647,7 +5751,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5647
5751
|
required?: boolean | null | undefined;
|
|
5648
5752
|
} | null | undefined;
|
|
5649
5753
|
uiConfiguration?: {
|
|
5650
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5754
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5651
5755
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5652
5756
|
} | null | undefined;
|
|
5653
5757
|
width?: number | null | undefined;
|
|
@@ -5657,6 +5761,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5657
5761
|
formula?: string | null | undefined;
|
|
5658
5762
|
context?: string[] | null | undefined;
|
|
5659
5763
|
prompt?: string | null | undefined;
|
|
5764
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5660
5765
|
}) | ({
|
|
5661
5766
|
type: "date";
|
|
5662
5767
|
format?: string | null | undefined;
|
|
@@ -5686,7 +5791,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5686
5791
|
required?: boolean | null | undefined;
|
|
5687
5792
|
} | null | undefined;
|
|
5688
5793
|
uiConfiguration?: {
|
|
5689
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5794
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5690
5795
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5691
5796
|
} | null | undefined;
|
|
5692
5797
|
width?: number | null | undefined;
|
|
@@ -5696,6 +5801,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5696
5801
|
formula?: string | null | undefined;
|
|
5697
5802
|
context?: string[] | null | undefined;
|
|
5698
5803
|
prompt?: string | null | undefined;
|
|
5804
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5699
5805
|
}) | ({
|
|
5700
5806
|
type: "number";
|
|
5701
5807
|
format?: string | null | undefined;
|
|
@@ -5730,7 +5836,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5730
5836
|
required?: boolean | null | undefined;
|
|
5731
5837
|
} | null | undefined;
|
|
5732
5838
|
uiConfiguration?: {
|
|
5733
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5839
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5734
5840
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5735
5841
|
} | null | undefined;
|
|
5736
5842
|
width?: number | null | undefined;
|
|
@@ -5740,6 +5846,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5740
5846
|
formula?: string | null | undefined;
|
|
5741
5847
|
context?: string[] | null | undefined;
|
|
5742
5848
|
prompt?: string | null | undefined;
|
|
5849
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5743
5850
|
}) | ({
|
|
5744
5851
|
options: {
|
|
5745
5852
|
value: string;
|
|
@@ -5773,7 +5880,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5773
5880
|
required?: boolean | null | undefined;
|
|
5774
5881
|
} | null | undefined;
|
|
5775
5882
|
uiConfiguration?: {
|
|
5776
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5883
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5777
5884
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5778
5885
|
} | null | undefined;
|
|
5779
5886
|
width?: number | null | undefined;
|
|
@@ -5783,6 +5890,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5783
5890
|
formula?: string | null | undefined;
|
|
5784
5891
|
context?: string[] | null | undefined;
|
|
5785
5892
|
prompt?: string | null | undefined;
|
|
5893
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5786
5894
|
}) | ({
|
|
5787
5895
|
id: string;
|
|
5788
5896
|
label: string;
|
|
@@ -5845,7 +5953,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5845
5953
|
required?: boolean | null | undefined;
|
|
5846
5954
|
} | null | undefined;
|
|
5847
5955
|
uiConfiguration?: {
|
|
5848
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5956
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5849
5957
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5850
5958
|
} | null | undefined;
|
|
5851
5959
|
width?: number | null | undefined;
|
|
@@ -5855,6 +5963,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5855
5963
|
formula?: string | null | undefined;
|
|
5856
5964
|
context?: string[] | null | undefined;
|
|
5857
5965
|
prompt?: string | null | undefined;
|
|
5966
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5858
5967
|
}) | ({
|
|
5859
5968
|
type: "date";
|
|
5860
5969
|
format?: string | null | undefined;
|
|
@@ -5884,7 +5993,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5884
5993
|
required?: boolean | null | undefined;
|
|
5885
5994
|
} | null | undefined;
|
|
5886
5995
|
uiConfiguration?: {
|
|
5887
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5996
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5888
5997
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5889
5998
|
} | null | undefined;
|
|
5890
5999
|
width?: number | null | undefined;
|
|
@@ -5894,6 +6003,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5894
6003
|
formula?: string | null | undefined;
|
|
5895
6004
|
context?: string[] | null | undefined;
|
|
5896
6005
|
prompt?: string | null | undefined;
|
|
6006
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5897
6007
|
}) | ({
|
|
5898
6008
|
type: "number";
|
|
5899
6009
|
format?: string | null | undefined;
|
|
@@ -5928,7 +6038,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5928
6038
|
required?: boolean | null | undefined;
|
|
5929
6039
|
} | null | undefined;
|
|
5930
6040
|
uiConfiguration?: {
|
|
5931
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6041
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5932
6042
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5933
6043
|
} | null | undefined;
|
|
5934
6044
|
width?: number | null | undefined;
|
|
@@ -5938,6 +6048,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5938
6048
|
formula?: string | null | undefined;
|
|
5939
6049
|
context?: string[] | null | undefined;
|
|
5940
6050
|
prompt?: string | null | undefined;
|
|
6051
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5941
6052
|
}) | ({
|
|
5942
6053
|
options: {
|
|
5943
6054
|
value: string;
|
|
@@ -5971,7 +6082,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5971
6082
|
required?: boolean | null | undefined;
|
|
5972
6083
|
} | null | undefined;
|
|
5973
6084
|
uiConfiguration?: {
|
|
5974
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6085
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5975
6086
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5976
6087
|
} | null | undefined;
|
|
5977
6088
|
width?: number | null | undefined;
|
|
@@ -5981,6 +6092,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5981
6092
|
formula?: string | null | undefined;
|
|
5982
6093
|
context?: string[] | null | undefined;
|
|
5983
6094
|
prompt?: string | null | undefined;
|
|
6095
|
+
dataset?: Record<string, unknown> | undefined;
|
|
5984
6096
|
}) | ({
|
|
5985
6097
|
id: string;
|
|
5986
6098
|
label: string;
|
|
@@ -6067,7 +6179,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6067
6179
|
required?: boolean | null | undefined;
|
|
6068
6180
|
} | null | undefined;
|
|
6069
6181
|
uiConfiguration?: {
|
|
6070
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6182
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6071
6183
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6072
6184
|
} | null | undefined;
|
|
6073
6185
|
width?: number | null | undefined;
|
|
@@ -6077,6 +6189,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6077
6189
|
formula?: string | null | undefined;
|
|
6078
6190
|
context?: string[] | null | undefined;
|
|
6079
6191
|
prompt?: string | null | undefined;
|
|
6192
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6080
6193
|
}) | ({
|
|
6081
6194
|
type: "date";
|
|
6082
6195
|
format?: string | null | undefined;
|
|
@@ -6106,7 +6219,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6106
6219
|
required?: boolean | null | undefined;
|
|
6107
6220
|
} | null | undefined;
|
|
6108
6221
|
uiConfiguration?: {
|
|
6109
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6222
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6110
6223
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6111
6224
|
} | null | undefined;
|
|
6112
6225
|
width?: number | null | undefined;
|
|
@@ -6116,6 +6229,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6116
6229
|
formula?: string | null | undefined;
|
|
6117
6230
|
context?: string[] | null | undefined;
|
|
6118
6231
|
prompt?: string | null | undefined;
|
|
6232
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6119
6233
|
}) | ({
|
|
6120
6234
|
type: "number";
|
|
6121
6235
|
format?: string | null | undefined;
|
|
@@ -6150,7 +6264,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6150
6264
|
required?: boolean | null | undefined;
|
|
6151
6265
|
} | null | undefined;
|
|
6152
6266
|
uiConfiguration?: {
|
|
6153
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6267
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6154
6268
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6155
6269
|
} | null | undefined;
|
|
6156
6270
|
width?: number | null | undefined;
|
|
@@ -6160,6 +6274,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6160
6274
|
formula?: string | null | undefined;
|
|
6161
6275
|
context?: string[] | null | undefined;
|
|
6162
6276
|
prompt?: string | null | undefined;
|
|
6277
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6163
6278
|
}) | ({
|
|
6164
6279
|
options: {
|
|
6165
6280
|
value: string;
|
|
@@ -6193,7 +6308,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6193
6308
|
required?: boolean | null | undefined;
|
|
6194
6309
|
} | null | undefined;
|
|
6195
6310
|
uiConfiguration?: {
|
|
6196
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6311
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6197
6312
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6198
6313
|
} | null | undefined;
|
|
6199
6314
|
width?: number | null | undefined;
|
|
@@ -6203,6 +6318,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6203
6318
|
formula?: string | null | undefined;
|
|
6204
6319
|
context?: string[] | null | undefined;
|
|
6205
6320
|
prompt?: string | null | undefined;
|
|
6321
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6206
6322
|
}) | ({
|
|
6207
6323
|
id: string;
|
|
6208
6324
|
label: string;
|
|
@@ -6246,7 +6362,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6246
6362
|
required?: boolean | null | undefined;
|
|
6247
6363
|
} | null | undefined;
|
|
6248
6364
|
uiConfiguration?: {
|
|
6249
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6365
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6250
6366
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6251
6367
|
} | null | undefined;
|
|
6252
6368
|
width?: number | null | undefined;
|
|
@@ -6256,6 +6372,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6256
6372
|
formula?: string | null | undefined;
|
|
6257
6373
|
context?: string[] | null | undefined;
|
|
6258
6374
|
prompt?: string | null | undefined;
|
|
6375
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6259
6376
|
}) | ({
|
|
6260
6377
|
type: "date";
|
|
6261
6378
|
format?: string | null | undefined;
|
|
@@ -6285,7 +6402,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6285
6402
|
required?: boolean | null | undefined;
|
|
6286
6403
|
} | null | undefined;
|
|
6287
6404
|
uiConfiguration?: {
|
|
6288
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6405
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6289
6406
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6290
6407
|
} | null | undefined;
|
|
6291
6408
|
width?: number | null | undefined;
|
|
@@ -6295,6 +6412,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6295
6412
|
formula?: string | null | undefined;
|
|
6296
6413
|
context?: string[] | null | undefined;
|
|
6297
6414
|
prompt?: string | null | undefined;
|
|
6415
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6298
6416
|
}) | ({
|
|
6299
6417
|
type: "number";
|
|
6300
6418
|
format?: string | null | undefined;
|
|
@@ -6329,7 +6447,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6329
6447
|
required?: boolean | null | undefined;
|
|
6330
6448
|
} | null | undefined;
|
|
6331
6449
|
uiConfiguration?: {
|
|
6332
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6450
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6333
6451
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6334
6452
|
} | null | undefined;
|
|
6335
6453
|
width?: number | null | undefined;
|
|
@@ -6339,6 +6457,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6339
6457
|
formula?: string | null | undefined;
|
|
6340
6458
|
context?: string[] | null | undefined;
|
|
6341
6459
|
prompt?: string | null | undefined;
|
|
6460
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6342
6461
|
}) | ({
|
|
6343
6462
|
options: {
|
|
6344
6463
|
value: string;
|
|
@@ -6372,7 +6491,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6372
6491
|
required?: boolean | null | undefined;
|
|
6373
6492
|
} | null | undefined;
|
|
6374
6493
|
uiConfiguration?: {
|
|
6375
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6494
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6376
6495
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6377
6496
|
} | null | undefined;
|
|
6378
6497
|
width?: number | null | undefined;
|
|
@@ -6382,6 +6501,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6382
6501
|
formula?: string | null | undefined;
|
|
6383
6502
|
context?: string[] | null | undefined;
|
|
6384
6503
|
prompt?: string | null | undefined;
|
|
6504
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6385
6505
|
}) | ({
|
|
6386
6506
|
id: string;
|
|
6387
6507
|
label: string;
|
|
@@ -6434,7 +6554,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6434
6554
|
required?: boolean | null | undefined;
|
|
6435
6555
|
} | null | undefined;
|
|
6436
6556
|
uiConfiguration?: {
|
|
6437
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6557
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6438
6558
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6439
6559
|
} | null | undefined;
|
|
6440
6560
|
width?: number | null | undefined;
|
|
@@ -6444,6 +6564,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6444
6564
|
formula?: string | null | undefined;
|
|
6445
6565
|
context?: string[] | null | undefined;
|
|
6446
6566
|
prompt?: string | null | undefined;
|
|
6567
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6447
6568
|
}) | ({
|
|
6448
6569
|
type: "date";
|
|
6449
6570
|
format?: string | null | undefined;
|
|
@@ -6473,7 +6594,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6473
6594
|
required?: boolean | null | undefined;
|
|
6474
6595
|
} | null | undefined;
|
|
6475
6596
|
uiConfiguration?: {
|
|
6476
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6597
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6477
6598
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6478
6599
|
} | null | undefined;
|
|
6479
6600
|
width?: number | null | undefined;
|
|
@@ -6483,6 +6604,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6483
6604
|
formula?: string | null | undefined;
|
|
6484
6605
|
context?: string[] | null | undefined;
|
|
6485
6606
|
prompt?: string | null | undefined;
|
|
6607
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6486
6608
|
}) | ({
|
|
6487
6609
|
type: "number";
|
|
6488
6610
|
format?: string | null | undefined;
|
|
@@ -6517,7 +6639,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6517
6639
|
required?: boolean | null | undefined;
|
|
6518
6640
|
} | null | undefined;
|
|
6519
6641
|
uiConfiguration?: {
|
|
6520
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6642
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6521
6643
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6522
6644
|
} | null | undefined;
|
|
6523
6645
|
width?: number | null | undefined;
|
|
@@ -6527,6 +6649,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6527
6649
|
formula?: string | null | undefined;
|
|
6528
6650
|
context?: string[] | null | undefined;
|
|
6529
6651
|
prompt?: string | null | undefined;
|
|
6652
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6530
6653
|
}) | ({
|
|
6531
6654
|
options: {
|
|
6532
6655
|
value: string;
|
|
@@ -6560,7 +6683,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6560
6683
|
required?: boolean | null | undefined;
|
|
6561
6684
|
} | null | undefined;
|
|
6562
6685
|
uiConfiguration?: {
|
|
6563
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6686
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6564
6687
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6565
6688
|
} | null | undefined;
|
|
6566
6689
|
width?: number | null | undefined;
|
|
@@ -6570,6 +6693,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6570
6693
|
formula?: string | null | undefined;
|
|
6571
6694
|
context?: string[] | null | undefined;
|
|
6572
6695
|
prompt?: string | null | undefined;
|
|
6696
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6573
6697
|
}) | ({
|
|
6574
6698
|
id: string;
|
|
6575
6699
|
label: string;
|
|
@@ -6632,7 +6756,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6632
6756
|
required?: boolean | null | undefined;
|
|
6633
6757
|
} | null | undefined;
|
|
6634
6758
|
uiConfiguration?: {
|
|
6635
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6759
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6636
6760
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6637
6761
|
} | null | undefined;
|
|
6638
6762
|
width?: number | null | undefined;
|
|
@@ -6642,6 +6766,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6642
6766
|
formula?: string | null | undefined;
|
|
6643
6767
|
context?: string[] | null | undefined;
|
|
6644
6768
|
prompt?: string | null | undefined;
|
|
6769
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6645
6770
|
}) | ({
|
|
6646
6771
|
type: "date";
|
|
6647
6772
|
format?: string | null | undefined;
|
|
@@ -6671,7 +6796,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6671
6796
|
required?: boolean | null | undefined;
|
|
6672
6797
|
} | null | undefined;
|
|
6673
6798
|
uiConfiguration?: {
|
|
6674
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6799
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6675
6800
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6676
6801
|
} | null | undefined;
|
|
6677
6802
|
width?: number | null | undefined;
|
|
@@ -6681,6 +6806,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6681
6806
|
formula?: string | null | undefined;
|
|
6682
6807
|
context?: string[] | null | undefined;
|
|
6683
6808
|
prompt?: string | null | undefined;
|
|
6809
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6684
6810
|
}) | ({
|
|
6685
6811
|
type: "number";
|
|
6686
6812
|
format?: string | null | undefined;
|
|
@@ -6715,7 +6841,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6715
6841
|
required?: boolean | null | undefined;
|
|
6716
6842
|
} | null | undefined;
|
|
6717
6843
|
uiConfiguration?: {
|
|
6718
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6844
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6719
6845
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6720
6846
|
} | null | undefined;
|
|
6721
6847
|
width?: number | null | undefined;
|
|
@@ -6725,6 +6851,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6725
6851
|
formula?: string | null | undefined;
|
|
6726
6852
|
context?: string[] | null | undefined;
|
|
6727
6853
|
prompt?: string | null | undefined;
|
|
6854
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6728
6855
|
}) | ({
|
|
6729
6856
|
options: {
|
|
6730
6857
|
value: string;
|
|
@@ -6758,7 +6885,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6758
6885
|
required?: boolean | null | undefined;
|
|
6759
6886
|
} | null | undefined;
|
|
6760
6887
|
uiConfiguration?: {
|
|
6761
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6888
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6762
6889
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6763
6890
|
} | null | undefined;
|
|
6764
6891
|
width?: number | null | undefined;
|
|
@@ -6768,6 +6895,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6768
6895
|
formula?: string | null | undefined;
|
|
6769
6896
|
context?: string[] | null | undefined;
|
|
6770
6897
|
prompt?: string | null | undefined;
|
|
6898
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6771
6899
|
}) | ({
|
|
6772
6900
|
id: string;
|
|
6773
6901
|
label: string;
|
|
@@ -6854,7 +6982,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6854
6982
|
required?: boolean | null | undefined;
|
|
6855
6983
|
} | null | undefined;
|
|
6856
6984
|
uiConfiguration?: {
|
|
6857
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6985
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6858
6986
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6859
6987
|
} | null | undefined;
|
|
6860
6988
|
width?: number | null | undefined;
|
|
@@ -6864,6 +6992,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6864
6992
|
formula?: string | null | undefined;
|
|
6865
6993
|
context?: string[] | null | undefined;
|
|
6866
6994
|
prompt?: string | null | undefined;
|
|
6995
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6867
6996
|
}) | ({
|
|
6868
6997
|
type: "date";
|
|
6869
6998
|
format?: string | null | undefined;
|
|
@@ -6893,7 +7022,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6893
7022
|
required?: boolean | null | undefined;
|
|
6894
7023
|
} | null | undefined;
|
|
6895
7024
|
uiConfiguration?: {
|
|
6896
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7025
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6897
7026
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6898
7027
|
} | null | undefined;
|
|
6899
7028
|
width?: number | null | undefined;
|
|
@@ -6903,6 +7032,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6903
7032
|
formula?: string | null | undefined;
|
|
6904
7033
|
context?: string[] | null | undefined;
|
|
6905
7034
|
prompt?: string | null | undefined;
|
|
7035
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6906
7036
|
}) | ({
|
|
6907
7037
|
type: "number";
|
|
6908
7038
|
format?: string | null | undefined;
|
|
@@ -6937,7 +7067,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6937
7067
|
required?: boolean | null | undefined;
|
|
6938
7068
|
} | null | undefined;
|
|
6939
7069
|
uiConfiguration?: {
|
|
6940
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7070
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6941
7071
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6942
7072
|
} | null | undefined;
|
|
6943
7073
|
width?: number | null | undefined;
|
|
@@ -6947,6 +7077,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6947
7077
|
formula?: string | null | undefined;
|
|
6948
7078
|
context?: string[] | null | undefined;
|
|
6949
7079
|
prompt?: string | null | undefined;
|
|
7080
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6950
7081
|
}) | ({
|
|
6951
7082
|
options: {
|
|
6952
7083
|
value: string;
|
|
@@ -6980,7 +7111,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6980
7111
|
required?: boolean | null | undefined;
|
|
6981
7112
|
} | null | undefined;
|
|
6982
7113
|
uiConfiguration?: {
|
|
6983
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7114
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6984
7115
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6985
7116
|
} | null | undefined;
|
|
6986
7117
|
width?: number | null | undefined;
|
|
@@ -6990,6 +7121,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6990
7121
|
formula?: string | null | undefined;
|
|
6991
7122
|
context?: string[] | null | undefined;
|
|
6992
7123
|
prompt?: string | null | undefined;
|
|
7124
|
+
dataset?: Record<string, unknown> | undefined;
|
|
6993
7125
|
}) | ({
|
|
6994
7126
|
id: string;
|
|
6995
7127
|
label: string;
|
|
@@ -7033,7 +7165,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7033
7165
|
required?: boolean | null | undefined;
|
|
7034
7166
|
} | null | undefined;
|
|
7035
7167
|
uiConfiguration?: {
|
|
7036
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7168
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7037
7169
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7038
7170
|
} | null | undefined;
|
|
7039
7171
|
width?: number | null | undefined;
|
|
@@ -7043,6 +7175,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7043
7175
|
formula?: string | null | undefined;
|
|
7044
7176
|
context?: string[] | null | undefined;
|
|
7045
7177
|
prompt?: string | null | undefined;
|
|
7178
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7046
7179
|
}) | ({
|
|
7047
7180
|
type: "date";
|
|
7048
7181
|
format?: string | null | undefined;
|
|
@@ -7072,7 +7205,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7072
7205
|
required?: boolean | null | undefined;
|
|
7073
7206
|
} | null | undefined;
|
|
7074
7207
|
uiConfiguration?: {
|
|
7075
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7208
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7076
7209
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7077
7210
|
} | null | undefined;
|
|
7078
7211
|
width?: number | null | undefined;
|
|
@@ -7082,6 +7215,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7082
7215
|
formula?: string | null | undefined;
|
|
7083
7216
|
context?: string[] | null | undefined;
|
|
7084
7217
|
prompt?: string | null | undefined;
|
|
7218
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7085
7219
|
}) | ({
|
|
7086
7220
|
type: "number";
|
|
7087
7221
|
format?: string | null | undefined;
|
|
@@ -7116,7 +7250,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7116
7250
|
required?: boolean | null | undefined;
|
|
7117
7251
|
} | null | undefined;
|
|
7118
7252
|
uiConfiguration?: {
|
|
7119
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7253
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7120
7254
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7121
7255
|
} | null | undefined;
|
|
7122
7256
|
width?: number | null | undefined;
|
|
@@ -7126,6 +7260,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7126
7260
|
formula?: string | null | undefined;
|
|
7127
7261
|
context?: string[] | null | undefined;
|
|
7128
7262
|
prompt?: string | null | undefined;
|
|
7263
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7129
7264
|
}) | ({
|
|
7130
7265
|
options: {
|
|
7131
7266
|
value: string;
|
|
@@ -7159,7 +7294,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7159
7294
|
required?: boolean | null | undefined;
|
|
7160
7295
|
} | null | undefined;
|
|
7161
7296
|
uiConfiguration?: {
|
|
7162
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7297
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7163
7298
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7164
7299
|
} | null | undefined;
|
|
7165
7300
|
width?: number | null | undefined;
|
|
@@ -7169,6 +7304,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7169
7304
|
formula?: string | null | undefined;
|
|
7170
7305
|
context?: string[] | null | undefined;
|
|
7171
7306
|
prompt?: string | null | undefined;
|
|
7307
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7172
7308
|
}) | ({
|
|
7173
7309
|
id: string;
|
|
7174
7310
|
label: string;
|
|
@@ -7221,7 +7357,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7221
7357
|
required?: boolean | null | undefined;
|
|
7222
7358
|
} | null | undefined;
|
|
7223
7359
|
uiConfiguration?: {
|
|
7224
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7360
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7225
7361
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7226
7362
|
} | null | undefined;
|
|
7227
7363
|
width?: number | null | undefined;
|
|
@@ -7231,6 +7367,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7231
7367
|
formula?: string | null | undefined;
|
|
7232
7368
|
context?: string[] | null | undefined;
|
|
7233
7369
|
prompt?: string | null | undefined;
|
|
7370
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7234
7371
|
}) | ({
|
|
7235
7372
|
type: "date";
|
|
7236
7373
|
format?: string | null | undefined;
|
|
@@ -7260,7 +7397,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7260
7397
|
required?: boolean | null | undefined;
|
|
7261
7398
|
} | null | undefined;
|
|
7262
7399
|
uiConfiguration?: {
|
|
7263
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7400
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7264
7401
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7265
7402
|
} | null | undefined;
|
|
7266
7403
|
width?: number | null | undefined;
|
|
@@ -7270,6 +7407,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7270
7407
|
formula?: string | null | undefined;
|
|
7271
7408
|
context?: string[] | null | undefined;
|
|
7272
7409
|
prompt?: string | null | undefined;
|
|
7410
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7273
7411
|
}) | ({
|
|
7274
7412
|
type: "number";
|
|
7275
7413
|
format?: string | null | undefined;
|
|
@@ -7304,7 +7442,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7304
7442
|
required?: boolean | null | undefined;
|
|
7305
7443
|
} | null | undefined;
|
|
7306
7444
|
uiConfiguration?: {
|
|
7307
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7445
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7308
7446
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7309
7447
|
} | null | undefined;
|
|
7310
7448
|
width?: number | null | undefined;
|
|
@@ -7314,6 +7452,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7314
7452
|
formula?: string | null | undefined;
|
|
7315
7453
|
context?: string[] | null | undefined;
|
|
7316
7454
|
prompt?: string | null | undefined;
|
|
7455
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7317
7456
|
}) | ({
|
|
7318
7457
|
options: {
|
|
7319
7458
|
value: string;
|
|
@@ -7347,7 +7486,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7347
7486
|
required?: boolean | null | undefined;
|
|
7348
7487
|
} | null | undefined;
|
|
7349
7488
|
uiConfiguration?: {
|
|
7350
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7489
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7351
7490
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7352
7491
|
} | null | undefined;
|
|
7353
7492
|
width?: number | null | undefined;
|
|
@@ -7357,6 +7496,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7357
7496
|
formula?: string | null | undefined;
|
|
7358
7497
|
context?: string[] | null | undefined;
|
|
7359
7498
|
prompt?: string | null | undefined;
|
|
7499
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7360
7500
|
}) | ({
|
|
7361
7501
|
id: string;
|
|
7362
7502
|
label: string;
|
|
@@ -7419,7 +7559,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7419
7559
|
required?: boolean | null | undefined;
|
|
7420
7560
|
} | null | undefined;
|
|
7421
7561
|
uiConfiguration?: {
|
|
7422
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7562
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7423
7563
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7424
7564
|
} | null | undefined;
|
|
7425
7565
|
width?: number | null | undefined;
|
|
@@ -7429,6 +7569,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7429
7569
|
formula?: string | null | undefined;
|
|
7430
7570
|
context?: string[] | null | undefined;
|
|
7431
7571
|
prompt?: string | null | undefined;
|
|
7572
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7432
7573
|
}) | ({
|
|
7433
7574
|
type: "date";
|
|
7434
7575
|
format?: string | null | undefined;
|
|
@@ -7458,7 +7599,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7458
7599
|
required?: boolean | null | undefined;
|
|
7459
7600
|
} | null | undefined;
|
|
7460
7601
|
uiConfiguration?: {
|
|
7461
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7602
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7462
7603
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7463
7604
|
} | null | undefined;
|
|
7464
7605
|
width?: number | null | undefined;
|
|
@@ -7468,6 +7609,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7468
7609
|
formula?: string | null | undefined;
|
|
7469
7610
|
context?: string[] | null | undefined;
|
|
7470
7611
|
prompt?: string | null | undefined;
|
|
7612
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7471
7613
|
}) | ({
|
|
7472
7614
|
type: "number";
|
|
7473
7615
|
format?: string | null | undefined;
|
|
@@ -7502,7 +7644,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7502
7644
|
required?: boolean | null | undefined;
|
|
7503
7645
|
} | null | undefined;
|
|
7504
7646
|
uiConfiguration?: {
|
|
7505
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7647
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7506
7648
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7507
7649
|
} | null | undefined;
|
|
7508
7650
|
width?: number | null | undefined;
|
|
@@ -7512,6 +7654,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7512
7654
|
formula?: string | null | undefined;
|
|
7513
7655
|
context?: string[] | null | undefined;
|
|
7514
7656
|
prompt?: string | null | undefined;
|
|
7657
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7515
7658
|
}) | ({
|
|
7516
7659
|
options: {
|
|
7517
7660
|
value: string;
|
|
@@ -7545,7 +7688,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7545
7688
|
required?: boolean | null | undefined;
|
|
7546
7689
|
} | null | undefined;
|
|
7547
7690
|
uiConfiguration?: {
|
|
7548
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7691
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7549
7692
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7550
7693
|
} | null | undefined;
|
|
7551
7694
|
width?: number | null | undefined;
|
|
@@ -7555,6 +7698,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7555
7698
|
formula?: string | null | undefined;
|
|
7556
7699
|
context?: string[] | null | undefined;
|
|
7557
7700
|
prompt?: string | null | undefined;
|
|
7701
|
+
dataset?: Record<string, unknown> | undefined;
|
|
7558
7702
|
}) | ({
|
|
7559
7703
|
id: string;
|
|
7560
7704
|
label: string;
|