@openframe-org/criteria-set-protocol 2.3.1 → 2.4.2
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/dist/v1/schemas/common.d.ts +11 -0
- package/dist/v1/schemas/common.js +2 -1
- package/dist/v1/schemas/criteria-tree.d.ts +181 -0
- package/dist/v1/schemas/criterion.d.ts +32 -0
- package/dist/v1/schemas/data-map.d.ts +21 -0
- package/dist/v1/schemas/metadata.d.ts +3 -0
- package/dist/v1/schemas/metadata.js +1 -0
- package/dist/v1/schemas/response.d.ts +3 -0
- package/dist/v1/schemas/task-group.d.ts +21 -0
- package/dist/v1/schemas/task-item.d.ts +8 -0
- package/dist/v1/schemas/task.d.ts +12 -0
- package/dist/v1/schemas/theme.d.ts +45 -0
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
11
11
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
12
12
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
13
13
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
14
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
14
15
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
15
16
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
16
17
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -20,6 +21,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
20
21
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
21
22
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
22
23
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
24
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
23
25
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
24
26
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
25
27
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -29,6 +31,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
29
31
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
30
32
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
31
33
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
34
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
32
35
|
}, z.ZodAny, "strip">>, z.ZodIntersection<z.ZodObject<{
|
|
33
36
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
34
37
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -38,6 +41,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
38
41
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
39
42
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
40
43
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
44
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
41
45
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
42
46
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
43
47
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -47,6 +51,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
47
51
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
48
52
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
49
53
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
54
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
50
55
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
51
56
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
52
57
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -56,6 +61,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
56
61
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
57
62
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
58
63
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
64
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
59
65
|
}, z.ZodAny, "strip">>, z.ZodObject<{
|
|
60
66
|
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
61
67
|
valueReference: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, "many">]>>;
|
|
@@ -75,6 +81,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
75
81
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
76
82
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
77
83
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
84
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
78
85
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
79
86
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
80
87
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -84,6 +91,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
84
91
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
85
92
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
86
93
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
94
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
87
95
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
88
96
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
89
97
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -93,6 +101,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
93
101
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
94
102
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
95
103
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
104
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
96
105
|
}, z.ZodAny, "strip">>;
|
|
97
106
|
certifications: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
98
107
|
}, "version" | "revision" | "result" | "certifications"> & {
|
|
@@ -156,6 +165,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
156
165
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
157
166
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
158
167
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
168
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
159
169
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
160
170
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
161
171
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -165,6 +175,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
165
175
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
166
176
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
167
177
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
178
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
168
179
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
169
180
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
170
181
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -174,6 +185,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
174
185
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
175
186
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
176
187
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
188
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
177
189
|
}, z.ZodAny, "strip">>>;
|
|
178
190
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
179
191
|
} & {
|
|
@@ -288,6 +300,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
288
300
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
289
301
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
290
302
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
303
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
291
304
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
292
305
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
293
306
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -297,6 +310,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
297
310
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
298
311
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
299
312
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
313
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
300
314
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
301
315
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
302
316
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -306,6 +320,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
306
320
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
307
321
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
308
322
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
323
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
309
324
|
}, z.ZodAny, "strip">>>;
|
|
310
325
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
311
326
|
} & {
|
|
@@ -370,6 +385,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
370
385
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
371
386
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
372
387
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
388
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
373
389
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
374
390
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
375
391
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -379,6 +395,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
379
395
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
380
396
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
381
397
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
398
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
382
399
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
383
400
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
384
401
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -388,6 +405,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
388
405
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
389
406
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
390
407
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
408
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
391
409
|
}, z.ZodAny, "strip">>>;
|
|
392
410
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
393
411
|
} & {
|
|
@@ -454,6 +472,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
454
472
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
455
473
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
456
474
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
475
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
457
476
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
458
477
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
459
478
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -463,6 +482,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
463
482
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
464
483
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
465
484
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
485
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
466
486
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
467
487
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
468
488
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -472,6 +492,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
472
492
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
473
493
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
474
494
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
495
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
475
496
|
}, z.ZodAny, "strip">>>;
|
|
476
497
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
477
498
|
} & {
|
|
@@ -538,6 +559,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
538
559
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
539
560
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
540
561
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
562
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
541
563
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
542
564
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
543
565
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -547,6 +569,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
547
569
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
548
570
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
549
571
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
572
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
550
573
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
551
574
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
552
575
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -556,6 +579,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
556
579
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
557
580
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
558
581
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
582
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
559
583
|
}, z.ZodAny, "strip">>, z.ZodObject<{
|
|
560
584
|
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
561
585
|
valueReference: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, "many">]>>;
|
|
@@ -805,6 +829,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
805
829
|
minimumValue?: number | undefined;
|
|
806
830
|
exclusiveMaximum?: number | undefined;
|
|
807
831
|
exclusiveMinimum?: number | undefined;
|
|
832
|
+
weight?: number | undefined;
|
|
808
833
|
} & {
|
|
809
834
|
[k: string]: any;
|
|
810
835
|
} & {
|
|
@@ -890,6 +915,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
890
915
|
minimumValue?: number | undefined;
|
|
891
916
|
exclusiveMaximum?: number | undefined;
|
|
892
917
|
exclusiveMinimum?: number | undefined;
|
|
918
|
+
weight?: number | undefined;
|
|
893
919
|
} & {
|
|
894
920
|
[k: string]: any;
|
|
895
921
|
} & {
|
|
@@ -1014,6 +1040,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1014
1040
|
minimumValue?: number | undefined;
|
|
1015
1041
|
exclusiveMaximum?: number | undefined;
|
|
1016
1042
|
exclusiveMinimum?: number | undefined;
|
|
1043
|
+
weight?: number | undefined;
|
|
1017
1044
|
} & {
|
|
1018
1045
|
[k: string]: any;
|
|
1019
1046
|
} & {
|
|
@@ -1049,6 +1076,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1049
1076
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1050
1077
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1051
1078
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1079
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1052
1080
|
}, z.ZodAny, "strip"> | undefined;
|
|
1053
1081
|
description?: string | undefined;
|
|
1054
1082
|
tags?: string[] | undefined;
|
|
@@ -1142,6 +1170,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1142
1170
|
minimumValue?: number | undefined;
|
|
1143
1171
|
exclusiveMaximum?: number | undefined;
|
|
1144
1172
|
exclusiveMinimum?: number | undefined;
|
|
1173
|
+
weight?: number | undefined;
|
|
1145
1174
|
} & {
|
|
1146
1175
|
[k: string]: any;
|
|
1147
1176
|
} & {
|
|
@@ -1177,6 +1206,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1177
1206
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1178
1207
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1179
1208
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1209
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1180
1210
|
}, z.ZodAny, "strip"> | undefined;
|
|
1181
1211
|
description?: string | undefined;
|
|
1182
1212
|
tags?: string[] | undefined;
|
|
@@ -1275,6 +1305,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1275
1305
|
minimumValue?: number | undefined;
|
|
1276
1306
|
exclusiveMaximum?: number | undefined;
|
|
1277
1307
|
exclusiveMinimum?: number | undefined;
|
|
1308
|
+
weight?: number | undefined;
|
|
1278
1309
|
} & {
|
|
1279
1310
|
[k: string]: any;
|
|
1280
1311
|
} & {
|
|
@@ -1310,6 +1341,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1310
1341
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1311
1342
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1312
1343
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1344
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1313
1345
|
}, z.ZodAny, "strip"> | undefined;
|
|
1314
1346
|
description?: string | undefined;
|
|
1315
1347
|
tags?: string[] | undefined;
|
|
@@ -1340,6 +1372,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1340
1372
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1341
1373
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1342
1374
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1375
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1343
1376
|
}, z.ZodAny, "strip"> | undefined;
|
|
1344
1377
|
description?: string | undefined;
|
|
1345
1378
|
tags?: string[] | undefined;
|
|
@@ -1438,6 +1471,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1438
1471
|
minimumValue?: number | undefined;
|
|
1439
1472
|
exclusiveMaximum?: number | undefined;
|
|
1440
1473
|
exclusiveMinimum?: number | undefined;
|
|
1474
|
+
weight?: number | undefined;
|
|
1441
1475
|
} & {
|
|
1442
1476
|
[k: string]: any;
|
|
1443
1477
|
} & {
|
|
@@ -1473,6 +1507,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1473
1507
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1474
1508
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1475
1509
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1510
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1476
1511
|
}, z.ZodAny, "strip"> | undefined;
|
|
1477
1512
|
description?: string | undefined;
|
|
1478
1513
|
tags?: string[] | undefined;
|
|
@@ -1503,6 +1538,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1503
1538
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1504
1539
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1505
1540
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1541
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1506
1542
|
}, z.ZodAny, "strip"> | undefined;
|
|
1507
1543
|
description?: string | undefined;
|
|
1508
1544
|
tags?: string[] | undefined;
|
|
@@ -1680,6 +1716,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1680
1716
|
minimumValue?: number | undefined;
|
|
1681
1717
|
exclusiveMaximum?: number | undefined;
|
|
1682
1718
|
exclusiveMinimum?: number | undefined;
|
|
1719
|
+
weight?: number | undefined;
|
|
1683
1720
|
} & {
|
|
1684
1721
|
[k: string]: any;
|
|
1685
1722
|
} & {
|
|
@@ -1715,6 +1752,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1715
1752
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1716
1753
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1717
1754
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1755
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1718
1756
|
}, z.ZodAny, "strip"> | undefined;
|
|
1719
1757
|
description?: string | undefined;
|
|
1720
1758
|
tags?: string[] | undefined;
|
|
@@ -1745,6 +1783,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1745
1783
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1746
1784
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1747
1785
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1786
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1748
1787
|
}, z.ZodAny, "strip"> | undefined;
|
|
1749
1788
|
description?: string | undefined;
|
|
1750
1789
|
tags?: string[] | undefined;
|
|
@@ -1776,6 +1815,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1776
1815
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1777
1816
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1778
1817
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1818
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1779
1819
|
}, z.ZodAny, "strip"> | undefined;
|
|
1780
1820
|
tags?: string[] | undefined;
|
|
1781
1821
|
documentation?: ({
|
|
@@ -1895,6 +1935,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1895
1935
|
minimumValue?: number | undefined;
|
|
1896
1936
|
exclusiveMaximum?: number | undefined;
|
|
1897
1937
|
exclusiveMinimum?: number | undefined;
|
|
1938
|
+
weight?: number | undefined;
|
|
1898
1939
|
} & {
|
|
1899
1940
|
[k: string]: any;
|
|
1900
1941
|
} & {
|
|
@@ -1930,6 +1971,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1930
1971
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1931
1972
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1932
1973
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
1974
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1933
1975
|
}, z.ZodAny, "strip"> | undefined;
|
|
1934
1976
|
description?: string | undefined;
|
|
1935
1977
|
tags?: string[] | undefined;
|
|
@@ -1960,6 +2002,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1960
2002
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1961
2003
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1962
2004
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2005
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1963
2006
|
}, z.ZodAny, "strip"> | undefined;
|
|
1964
2007
|
description?: string | undefined;
|
|
1965
2008
|
tags?: string[] | undefined;
|
|
@@ -1991,6 +2034,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1991
2034
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
1992
2035
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
1993
2036
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2037
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
1994
2038
|
}, z.ZodAny, "strip"> | undefined;
|
|
1995
2039
|
tags?: string[] | undefined;
|
|
1996
2040
|
documentation?: ({
|
|
@@ -2181,6 +2225,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2181
2225
|
minimumValue?: number | undefined;
|
|
2182
2226
|
exclusiveMaximum?: number | undefined;
|
|
2183
2227
|
exclusiveMinimum?: number | undefined;
|
|
2228
|
+
weight?: number | undefined;
|
|
2184
2229
|
} & {
|
|
2185
2230
|
[k: string]: any;
|
|
2186
2231
|
} & {
|
|
@@ -2216,6 +2261,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2216
2261
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2217
2262
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2218
2263
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2264
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2219
2265
|
}, z.ZodAny, "strip"> | undefined;
|
|
2220
2266
|
description?: string | undefined;
|
|
2221
2267
|
tags?: string[] | undefined;
|
|
@@ -2246,6 +2292,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2246
2292
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2247
2293
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2248
2294
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2295
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2249
2296
|
}, z.ZodAny, "strip"> | undefined;
|
|
2250
2297
|
description?: string | undefined;
|
|
2251
2298
|
tags?: string[] | undefined;
|
|
@@ -2277,6 +2324,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2277
2324
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2278
2325
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2279
2326
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2327
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2280
2328
|
}, z.ZodAny, "strip"> | undefined;
|
|
2281
2329
|
tags?: string[] | undefined;
|
|
2282
2330
|
documentation?: ({
|
|
@@ -2306,6 +2354,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2306
2354
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2307
2355
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2308
2356
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2357
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2309
2358
|
}, z.ZodAny, "strip"> | undefined;
|
|
2310
2359
|
style?: {
|
|
2311
2360
|
primaryColor: string | {
|
|
@@ -2458,6 +2507,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2458
2507
|
minimumValue?: number | undefined;
|
|
2459
2508
|
exclusiveMaximum?: number | undefined;
|
|
2460
2509
|
exclusiveMinimum?: number | undefined;
|
|
2510
|
+
weight?: number | undefined;
|
|
2461
2511
|
} & {
|
|
2462
2512
|
[k: string]: any;
|
|
2463
2513
|
} & {
|
|
@@ -2493,6 +2543,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2493
2543
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2494
2544
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2495
2545
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2546
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2496
2547
|
}, z.ZodAny, "strip"> | undefined;
|
|
2497
2548
|
description?: string | undefined;
|
|
2498
2549
|
tags?: string[] | undefined;
|
|
@@ -2523,6 +2574,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2523
2574
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2524
2575
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2525
2576
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2577
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2526
2578
|
}, z.ZodAny, "strip"> | undefined;
|
|
2527
2579
|
description?: string | undefined;
|
|
2528
2580
|
tags?: string[] | undefined;
|
|
@@ -2554,6 +2606,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2554
2606
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2555
2607
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2556
2608
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2609
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2557
2610
|
}, z.ZodAny, "strip"> | undefined;
|
|
2558
2611
|
tags?: string[] | undefined;
|
|
2559
2612
|
documentation?: ({
|
|
@@ -2583,6 +2636,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2583
2636
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2584
2637
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2585
2638
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2639
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2586
2640
|
}, z.ZodAny, "strip"> | undefined;
|
|
2587
2641
|
style?: {
|
|
2588
2642
|
primaryColor: string | {
|
|
@@ -2737,6 +2791,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2737
2791
|
minimumValue?: number | undefined;
|
|
2738
2792
|
exclusiveMaximum?: number | undefined;
|
|
2739
2793
|
exclusiveMinimum?: number | undefined;
|
|
2794
|
+
weight?: number | undefined;
|
|
2740
2795
|
} & {
|
|
2741
2796
|
[k: string]: any;
|
|
2742
2797
|
};
|
|
@@ -2862,6 +2917,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2862
2917
|
minimumValue?: number | undefined;
|
|
2863
2918
|
exclusiveMaximum?: number | undefined;
|
|
2864
2919
|
exclusiveMinimum?: number | undefined;
|
|
2920
|
+
weight?: number | undefined;
|
|
2865
2921
|
} & {
|
|
2866
2922
|
[k: string]: any;
|
|
2867
2923
|
} & {
|
|
@@ -2897,6 +2953,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2897
2953
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2898
2954
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2899
2955
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2956
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2900
2957
|
}, z.ZodAny, "strip"> | undefined;
|
|
2901
2958
|
description?: string | undefined;
|
|
2902
2959
|
tags?: string[] | undefined;
|
|
@@ -2927,6 +2984,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2927
2984
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2928
2985
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2929
2986
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
2987
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2930
2988
|
}, z.ZodAny, "strip"> | undefined;
|
|
2931
2989
|
description?: string | undefined;
|
|
2932
2990
|
tags?: string[] | undefined;
|
|
@@ -2958,6 +3016,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2958
3016
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2959
3017
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2960
3018
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3019
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2961
3020
|
}, z.ZodAny, "strip"> | undefined;
|
|
2962
3021
|
tags?: string[] | undefined;
|
|
2963
3022
|
documentation?: ({
|
|
@@ -2987,6 +3046,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2987
3046
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
2988
3047
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
2989
3048
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3049
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
2990
3050
|
}, z.ZodAny, "strip"> | undefined;
|
|
2991
3051
|
style?: {
|
|
2992
3052
|
primaryColor: string | {
|
|
@@ -3061,6 +3121,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3061
3121
|
minimumValue?: number | undefined;
|
|
3062
3122
|
exclusiveMaximum?: number | undefined;
|
|
3063
3123
|
exclusiveMinimum?: number | undefined;
|
|
3124
|
+
weight?: number | undefined;
|
|
3064
3125
|
} & {
|
|
3065
3126
|
[k: string]: any;
|
|
3066
3127
|
};
|
|
@@ -3186,6 +3247,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3186
3247
|
minimumValue?: number | undefined;
|
|
3187
3248
|
exclusiveMaximum?: number | undefined;
|
|
3188
3249
|
exclusiveMinimum?: number | undefined;
|
|
3250
|
+
weight?: number | undefined;
|
|
3189
3251
|
} & {
|
|
3190
3252
|
[k: string]: any;
|
|
3191
3253
|
} & {
|
|
@@ -3221,6 +3283,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3221
3283
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3222
3284
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3223
3285
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3286
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3224
3287
|
}, z.ZodAny, "strip"> | undefined;
|
|
3225
3288
|
description?: string | undefined;
|
|
3226
3289
|
tags?: string[] | undefined;
|
|
@@ -3251,6 +3314,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3251
3314
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3252
3315
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3253
3316
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3317
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3254
3318
|
}, z.ZodAny, "strip"> | undefined;
|
|
3255
3319
|
description?: string | undefined;
|
|
3256
3320
|
tags?: string[] | undefined;
|
|
@@ -3282,6 +3346,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3282
3346
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3283
3347
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3284
3348
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3349
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3285
3350
|
}, z.ZodAny, "strip"> | undefined;
|
|
3286
3351
|
tags?: string[] | undefined;
|
|
3287
3352
|
documentation?: ({
|
|
@@ -3311,6 +3376,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3311
3376
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3312
3377
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3313
3378
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3379
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3314
3380
|
}, z.ZodAny, "strip"> | undefined;
|
|
3315
3381
|
style?: {
|
|
3316
3382
|
primaryColor: string | {
|
|
@@ -3431,6 +3497,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3431
3497
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3432
3498
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3433
3499
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3500
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3434
3501
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
3435
3502
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3436
3503
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3440,6 +3507,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3440
3507
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3441
3508
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3442
3509
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3510
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3443
3511
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
3444
3512
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3445
3513
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3449,6 +3517,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3449
3517
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3450
3518
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3451
3519
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3520
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3452
3521
|
}, z.ZodAny, "strip">>>;
|
|
3453
3522
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
3454
3523
|
} & {
|
|
@@ -3563,6 +3632,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3563
3632
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3564
3633
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3565
3634
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3635
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3566
3636
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
3567
3637
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3568
3638
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3572,6 +3642,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3572
3642
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3573
3643
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3574
3644
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3645
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3575
3646
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
3576
3647
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3577
3648
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3581,6 +3652,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3581
3652
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3582
3653
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3583
3654
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3655
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3584
3656
|
}, z.ZodAny, "strip">>>;
|
|
3585
3657
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
3586
3658
|
} & {
|
|
@@ -3645,6 +3717,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3645
3717
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3646
3718
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3647
3719
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3720
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3648
3721
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
3649
3722
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3650
3723
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3654,6 +3727,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3654
3727
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3655
3728
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3656
3729
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3730
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3657
3731
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
3658
3732
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3659
3733
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3663,6 +3737,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3663
3737
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3664
3738
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3665
3739
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3740
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3666
3741
|
}, z.ZodAny, "strip">>>;
|
|
3667
3742
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
3668
3743
|
} & {
|
|
@@ -3729,6 +3804,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3729
3804
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3730
3805
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3731
3806
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3807
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3732
3808
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
3733
3809
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3734
3810
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3738,6 +3814,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3738
3814
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3739
3815
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3740
3816
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3817
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3741
3818
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
3742
3819
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3743
3820
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3747,6 +3824,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3747
3824
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3748
3825
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3749
3826
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3827
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3750
3828
|
}, z.ZodAny, "strip">>>;
|
|
3751
3829
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
3752
3830
|
} & {
|
|
@@ -3813,6 +3891,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3813
3891
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3814
3892
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3815
3893
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3894
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3816
3895
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
3817
3896
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3818
3897
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3822,6 +3901,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3822
3901
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3823
3902
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3824
3903
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3904
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3825
3905
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
3826
3906
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
3827
3907
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -3831,6 +3911,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3831
3911
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
3832
3912
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
3833
3913
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
3914
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
3834
3915
|
}, z.ZodAny, "strip">>, z.ZodObject<{
|
|
3835
3916
|
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
3836
3917
|
valueReference: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, "many">]>>;
|
|
@@ -4080,6 +4161,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4080
4161
|
minimumValue?: number | undefined;
|
|
4081
4162
|
exclusiveMaximum?: number | undefined;
|
|
4082
4163
|
exclusiveMinimum?: number | undefined;
|
|
4164
|
+
weight?: number | undefined;
|
|
4083
4165
|
} & {
|
|
4084
4166
|
[k: string]: any;
|
|
4085
4167
|
} & {
|
|
@@ -4165,6 +4247,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4165
4247
|
minimumValue?: number | undefined;
|
|
4166
4248
|
exclusiveMaximum?: number | undefined;
|
|
4167
4249
|
exclusiveMinimum?: number | undefined;
|
|
4250
|
+
weight?: number | undefined;
|
|
4168
4251
|
} & {
|
|
4169
4252
|
[k: string]: any;
|
|
4170
4253
|
} & {
|
|
@@ -4289,6 +4372,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4289
4372
|
minimumValue?: number | undefined;
|
|
4290
4373
|
exclusiveMaximum?: number | undefined;
|
|
4291
4374
|
exclusiveMinimum?: number | undefined;
|
|
4375
|
+
weight?: number | undefined;
|
|
4292
4376
|
} & {
|
|
4293
4377
|
[k: string]: any;
|
|
4294
4378
|
} & {
|
|
@@ -4324,6 +4408,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4324
4408
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
4325
4409
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
4326
4410
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
4411
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
4327
4412
|
}, z.ZodAny, "strip"> | undefined;
|
|
4328
4413
|
description?: string | undefined;
|
|
4329
4414
|
tags?: string[] | undefined;
|
|
@@ -4417,6 +4502,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4417
4502
|
minimumValue?: number | undefined;
|
|
4418
4503
|
exclusiveMaximum?: number | undefined;
|
|
4419
4504
|
exclusiveMinimum?: number | undefined;
|
|
4505
|
+
weight?: number | undefined;
|
|
4420
4506
|
} & {
|
|
4421
4507
|
[k: string]: any;
|
|
4422
4508
|
} & {
|
|
@@ -4452,6 +4538,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4452
4538
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
4453
4539
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
4454
4540
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
4541
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
4455
4542
|
}, z.ZodAny, "strip"> | undefined;
|
|
4456
4543
|
description?: string | undefined;
|
|
4457
4544
|
tags?: string[] | undefined;
|
|
@@ -4550,6 +4637,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4550
4637
|
minimumValue?: number | undefined;
|
|
4551
4638
|
exclusiveMaximum?: number | undefined;
|
|
4552
4639
|
exclusiveMinimum?: number | undefined;
|
|
4640
|
+
weight?: number | undefined;
|
|
4553
4641
|
} & {
|
|
4554
4642
|
[k: string]: any;
|
|
4555
4643
|
} & {
|
|
@@ -4585,6 +4673,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4585
4673
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
4586
4674
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
4587
4675
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
4676
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
4588
4677
|
}, z.ZodAny, "strip"> | undefined;
|
|
4589
4678
|
description?: string | undefined;
|
|
4590
4679
|
tags?: string[] | undefined;
|
|
@@ -4615,6 +4704,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4615
4704
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
4616
4705
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
4617
4706
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
4707
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
4618
4708
|
}, z.ZodAny, "strip"> | undefined;
|
|
4619
4709
|
description?: string | undefined;
|
|
4620
4710
|
tags?: string[] | undefined;
|
|
@@ -4713,6 +4803,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4713
4803
|
minimumValue?: number | undefined;
|
|
4714
4804
|
exclusiveMaximum?: number | undefined;
|
|
4715
4805
|
exclusiveMinimum?: number | undefined;
|
|
4806
|
+
weight?: number | undefined;
|
|
4716
4807
|
} & {
|
|
4717
4808
|
[k: string]: any;
|
|
4718
4809
|
} & {
|
|
@@ -4748,6 +4839,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4748
4839
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
4749
4840
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
4750
4841
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
4842
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
4751
4843
|
}, z.ZodAny, "strip"> | undefined;
|
|
4752
4844
|
description?: string | undefined;
|
|
4753
4845
|
tags?: string[] | undefined;
|
|
@@ -4778,6 +4870,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4778
4870
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
4779
4871
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
4780
4872
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
4873
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
4781
4874
|
}, z.ZodAny, "strip"> | undefined;
|
|
4782
4875
|
description?: string | undefined;
|
|
4783
4876
|
tags?: string[] | undefined;
|
|
@@ -4955,6 +5048,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4955
5048
|
minimumValue?: number | undefined;
|
|
4956
5049
|
exclusiveMaximum?: number | undefined;
|
|
4957
5050
|
exclusiveMinimum?: number | undefined;
|
|
5051
|
+
weight?: number | undefined;
|
|
4958
5052
|
} & {
|
|
4959
5053
|
[k: string]: any;
|
|
4960
5054
|
} & {
|
|
@@ -4990,6 +5084,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4990
5084
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
4991
5085
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
4992
5086
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5087
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
4993
5088
|
}, z.ZodAny, "strip"> | undefined;
|
|
4994
5089
|
description?: string | undefined;
|
|
4995
5090
|
tags?: string[] | undefined;
|
|
@@ -5020,6 +5115,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5020
5115
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5021
5116
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5022
5117
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5118
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5023
5119
|
}, z.ZodAny, "strip"> | undefined;
|
|
5024
5120
|
description?: string | undefined;
|
|
5025
5121
|
tags?: string[] | undefined;
|
|
@@ -5051,6 +5147,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5051
5147
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5052
5148
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5053
5149
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5150
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5054
5151
|
}, z.ZodAny, "strip"> | undefined;
|
|
5055
5152
|
tags?: string[] | undefined;
|
|
5056
5153
|
documentation?: ({
|
|
@@ -5170,6 +5267,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5170
5267
|
minimumValue?: number | undefined;
|
|
5171
5268
|
exclusiveMaximum?: number | undefined;
|
|
5172
5269
|
exclusiveMinimum?: number | undefined;
|
|
5270
|
+
weight?: number | undefined;
|
|
5173
5271
|
} & {
|
|
5174
5272
|
[k: string]: any;
|
|
5175
5273
|
} & {
|
|
@@ -5205,6 +5303,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5205
5303
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5206
5304
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5207
5305
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5306
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5208
5307
|
}, z.ZodAny, "strip"> | undefined;
|
|
5209
5308
|
description?: string | undefined;
|
|
5210
5309
|
tags?: string[] | undefined;
|
|
@@ -5235,6 +5334,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5235
5334
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5236
5335
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5237
5336
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5337
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5238
5338
|
}, z.ZodAny, "strip"> | undefined;
|
|
5239
5339
|
description?: string | undefined;
|
|
5240
5340
|
tags?: string[] | undefined;
|
|
@@ -5266,6 +5366,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5266
5366
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5267
5367
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5268
5368
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5369
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5269
5370
|
}, z.ZodAny, "strip"> | undefined;
|
|
5270
5371
|
tags?: string[] | undefined;
|
|
5271
5372
|
documentation?: ({
|
|
@@ -5456,6 +5557,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5456
5557
|
minimumValue?: number | undefined;
|
|
5457
5558
|
exclusiveMaximum?: number | undefined;
|
|
5458
5559
|
exclusiveMinimum?: number | undefined;
|
|
5560
|
+
weight?: number | undefined;
|
|
5459
5561
|
} & {
|
|
5460
5562
|
[k: string]: any;
|
|
5461
5563
|
} & {
|
|
@@ -5491,6 +5593,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5491
5593
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5492
5594
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5493
5595
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5596
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5494
5597
|
}, z.ZodAny, "strip"> | undefined;
|
|
5495
5598
|
description?: string | undefined;
|
|
5496
5599
|
tags?: string[] | undefined;
|
|
@@ -5521,6 +5624,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5521
5624
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5522
5625
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5523
5626
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5627
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5524
5628
|
}, z.ZodAny, "strip"> | undefined;
|
|
5525
5629
|
description?: string | undefined;
|
|
5526
5630
|
tags?: string[] | undefined;
|
|
@@ -5552,6 +5656,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5552
5656
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5553
5657
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5554
5658
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5659
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5555
5660
|
}, z.ZodAny, "strip"> | undefined;
|
|
5556
5661
|
tags?: string[] | undefined;
|
|
5557
5662
|
documentation?: ({
|
|
@@ -5581,6 +5686,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5581
5686
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5582
5687
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5583
5688
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5689
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5584
5690
|
}, z.ZodAny, "strip"> | undefined;
|
|
5585
5691
|
style?: {
|
|
5586
5692
|
primaryColor: string | {
|
|
@@ -5733,6 +5839,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5733
5839
|
minimumValue?: number | undefined;
|
|
5734
5840
|
exclusiveMaximum?: number | undefined;
|
|
5735
5841
|
exclusiveMinimum?: number | undefined;
|
|
5842
|
+
weight?: number | undefined;
|
|
5736
5843
|
} & {
|
|
5737
5844
|
[k: string]: any;
|
|
5738
5845
|
} & {
|
|
@@ -5768,6 +5875,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5768
5875
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5769
5876
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5770
5877
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5878
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5771
5879
|
}, z.ZodAny, "strip"> | undefined;
|
|
5772
5880
|
description?: string | undefined;
|
|
5773
5881
|
tags?: string[] | undefined;
|
|
@@ -5798,6 +5906,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5798
5906
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5799
5907
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5800
5908
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5909
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5801
5910
|
}, z.ZodAny, "strip"> | undefined;
|
|
5802
5911
|
description?: string | undefined;
|
|
5803
5912
|
tags?: string[] | undefined;
|
|
@@ -5829,6 +5938,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5829
5938
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5830
5939
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5831
5940
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5941
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5832
5942
|
}, z.ZodAny, "strip"> | undefined;
|
|
5833
5943
|
tags?: string[] | undefined;
|
|
5834
5944
|
documentation?: ({
|
|
@@ -5858,6 +5968,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5858
5968
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5859
5969
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5860
5970
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
5971
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5861
5972
|
}, z.ZodAny, "strip"> | undefined;
|
|
5862
5973
|
style?: {
|
|
5863
5974
|
primaryColor: string | {
|
|
@@ -5948,6 +6059,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5948
6059
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5949
6060
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5950
6061
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6062
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5951
6063
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
5952
6064
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
5953
6065
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -5957,6 +6069,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5957
6069
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5958
6070
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5959
6071
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6072
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5960
6073
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
5961
6074
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
5962
6075
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -5966,6 +6079,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5966
6079
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
5967
6080
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
5968
6081
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6082
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
5969
6083
|
}, z.ZodAny, "strip">>>;
|
|
5970
6084
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
5971
6085
|
} & {
|
|
@@ -6030,6 +6144,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6030
6144
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6031
6145
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6032
6146
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6147
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6033
6148
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
6034
6149
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
6035
6150
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -6039,6 +6154,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6039
6154
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6040
6155
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6041
6156
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6157
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6042
6158
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
6043
6159
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
6044
6160
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -6048,6 +6164,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6048
6164
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6049
6165
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6050
6166
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6167
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6051
6168
|
}, z.ZodAny, "strip">>>;
|
|
6052
6169
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
6053
6170
|
} & {
|
|
@@ -6114,6 +6231,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6114
6231
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6115
6232
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6116
6233
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6234
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6117
6235
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
6118
6236
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
6119
6237
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -6123,6 +6241,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6123
6241
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6124
6242
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6125
6243
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6244
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6126
6245
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
6127
6246
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
6128
6247
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -6132,6 +6251,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6132
6251
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6133
6252
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6134
6253
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6254
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6135
6255
|
}, z.ZodAny, "strip">>>;
|
|
6136
6256
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
6137
6257
|
} & {
|
|
@@ -6198,6 +6318,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6198
6318
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6199
6319
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6200
6320
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6321
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6201
6322
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
6202
6323
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
6203
6324
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -6207,6 +6328,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6207
6328
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6208
6329
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6209
6330
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6331
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6210
6332
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
6211
6333
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
6212
6334
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -6216,6 +6338,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6216
6338
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6217
6339
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6218
6340
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6341
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6219
6342
|
}, z.ZodAny, "strip">>, z.ZodObject<{
|
|
6220
6343
|
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
6221
6344
|
valueReference: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, "many">]>>;
|
|
@@ -6465,6 +6588,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6465
6588
|
minimumValue?: number | undefined;
|
|
6466
6589
|
exclusiveMaximum?: number | undefined;
|
|
6467
6590
|
exclusiveMinimum?: number | undefined;
|
|
6591
|
+
weight?: number | undefined;
|
|
6468
6592
|
} & {
|
|
6469
6593
|
[k: string]: any;
|
|
6470
6594
|
} & {
|
|
@@ -6550,6 +6674,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6550
6674
|
minimumValue?: number | undefined;
|
|
6551
6675
|
exclusiveMaximum?: number | undefined;
|
|
6552
6676
|
exclusiveMinimum?: number | undefined;
|
|
6677
|
+
weight?: number | undefined;
|
|
6553
6678
|
} & {
|
|
6554
6679
|
[k: string]: any;
|
|
6555
6680
|
} & {
|
|
@@ -6674,6 +6799,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6674
6799
|
minimumValue?: number | undefined;
|
|
6675
6800
|
exclusiveMaximum?: number | undefined;
|
|
6676
6801
|
exclusiveMinimum?: number | undefined;
|
|
6802
|
+
weight?: number | undefined;
|
|
6677
6803
|
} & {
|
|
6678
6804
|
[k: string]: any;
|
|
6679
6805
|
} & {
|
|
@@ -6709,6 +6835,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6709
6835
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6710
6836
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6711
6837
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6838
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6712
6839
|
}, z.ZodAny, "strip"> | undefined;
|
|
6713
6840
|
description?: string | undefined;
|
|
6714
6841
|
tags?: string[] | undefined;
|
|
@@ -6802,6 +6929,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6802
6929
|
minimumValue?: number | undefined;
|
|
6803
6930
|
exclusiveMaximum?: number | undefined;
|
|
6804
6931
|
exclusiveMinimum?: number | undefined;
|
|
6932
|
+
weight?: number | undefined;
|
|
6805
6933
|
} & {
|
|
6806
6934
|
[k: string]: any;
|
|
6807
6935
|
} & {
|
|
@@ -6837,6 +6965,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6837
6965
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6838
6966
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6839
6967
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
6968
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6840
6969
|
}, z.ZodAny, "strip"> | undefined;
|
|
6841
6970
|
description?: string | undefined;
|
|
6842
6971
|
tags?: string[] | undefined;
|
|
@@ -6935,6 +7064,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6935
7064
|
minimumValue?: number | undefined;
|
|
6936
7065
|
exclusiveMaximum?: number | undefined;
|
|
6937
7066
|
exclusiveMinimum?: number | undefined;
|
|
7067
|
+
weight?: number | undefined;
|
|
6938
7068
|
} & {
|
|
6939
7069
|
[k: string]: any;
|
|
6940
7070
|
} & {
|
|
@@ -6970,6 +7100,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6970
7100
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
6971
7101
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
6972
7102
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7103
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
6973
7104
|
}, z.ZodAny, "strip"> | undefined;
|
|
6974
7105
|
description?: string | undefined;
|
|
6975
7106
|
tags?: string[] | undefined;
|
|
@@ -7000,6 +7131,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7000
7131
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7001
7132
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7002
7133
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7134
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7003
7135
|
}, z.ZodAny, "strip"> | undefined;
|
|
7004
7136
|
description?: string | undefined;
|
|
7005
7137
|
tags?: string[] | undefined;
|
|
@@ -7098,6 +7230,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7098
7230
|
minimumValue?: number | undefined;
|
|
7099
7231
|
exclusiveMaximum?: number | undefined;
|
|
7100
7232
|
exclusiveMinimum?: number | undefined;
|
|
7233
|
+
weight?: number | undefined;
|
|
7101
7234
|
} & {
|
|
7102
7235
|
[k: string]: any;
|
|
7103
7236
|
} & {
|
|
@@ -7133,6 +7266,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7133
7266
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7134
7267
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7135
7268
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7269
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7136
7270
|
}, z.ZodAny, "strip"> | undefined;
|
|
7137
7271
|
description?: string | undefined;
|
|
7138
7272
|
tags?: string[] | undefined;
|
|
@@ -7163,6 +7297,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7163
7297
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7164
7298
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7165
7299
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7300
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7166
7301
|
}, z.ZodAny, "strip"> | undefined;
|
|
7167
7302
|
description?: string | undefined;
|
|
7168
7303
|
tags?: string[] | undefined;
|
|
@@ -7340,6 +7475,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7340
7475
|
minimumValue?: number | undefined;
|
|
7341
7476
|
exclusiveMaximum?: number | undefined;
|
|
7342
7477
|
exclusiveMinimum?: number | undefined;
|
|
7478
|
+
weight?: number | undefined;
|
|
7343
7479
|
} & {
|
|
7344
7480
|
[k: string]: any;
|
|
7345
7481
|
} & {
|
|
@@ -7375,6 +7511,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7375
7511
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7376
7512
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7377
7513
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7514
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7378
7515
|
}, z.ZodAny, "strip"> | undefined;
|
|
7379
7516
|
description?: string | undefined;
|
|
7380
7517
|
tags?: string[] | undefined;
|
|
@@ -7405,6 +7542,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7405
7542
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7406
7543
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7407
7544
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7545
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7408
7546
|
}, z.ZodAny, "strip"> | undefined;
|
|
7409
7547
|
description?: string | undefined;
|
|
7410
7548
|
tags?: string[] | undefined;
|
|
@@ -7436,6 +7574,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7436
7574
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7437
7575
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7438
7576
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7577
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7439
7578
|
}, z.ZodAny, "strip"> | undefined;
|
|
7440
7579
|
tags?: string[] | undefined;
|
|
7441
7580
|
documentation?: ({
|
|
@@ -7555,6 +7694,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7555
7694
|
minimumValue?: number | undefined;
|
|
7556
7695
|
exclusiveMaximum?: number | undefined;
|
|
7557
7696
|
exclusiveMinimum?: number | undefined;
|
|
7697
|
+
weight?: number | undefined;
|
|
7558
7698
|
} & {
|
|
7559
7699
|
[k: string]: any;
|
|
7560
7700
|
} & {
|
|
@@ -7590,6 +7730,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7590
7730
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7591
7731
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7592
7732
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7733
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7593
7734
|
}, z.ZodAny, "strip"> | undefined;
|
|
7594
7735
|
description?: string | undefined;
|
|
7595
7736
|
tags?: string[] | undefined;
|
|
@@ -7620,6 +7761,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7620
7761
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7621
7762
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7622
7763
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7764
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7623
7765
|
}, z.ZodAny, "strip"> | undefined;
|
|
7624
7766
|
description?: string | undefined;
|
|
7625
7767
|
tags?: string[] | undefined;
|
|
@@ -7651,6 +7793,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7651
7793
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7652
7794
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7653
7795
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7796
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7654
7797
|
}, z.ZodAny, "strip"> | undefined;
|
|
7655
7798
|
tags?: string[] | undefined;
|
|
7656
7799
|
documentation?: ({
|
|
@@ -7729,6 +7872,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7729
7872
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7730
7873
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7731
7874
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7875
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7732
7876
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
7733
7877
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
7734
7878
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -7738,6 +7882,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7738
7882
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7739
7883
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7740
7884
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7885
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7741
7886
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
7742
7887
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
7743
7888
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -7747,6 +7892,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7747
7892
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7748
7893
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7749
7894
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7895
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7750
7896
|
}, z.ZodAny, "strip">>>;
|
|
7751
7897
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
7752
7898
|
} & {
|
|
@@ -7813,6 +7959,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7813
7959
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7814
7960
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7815
7961
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7962
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7816
7963
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
7817
7964
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
7818
7965
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -7822,6 +7969,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7822
7969
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7823
7970
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7824
7971
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7972
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7825
7973
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
7826
7974
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
7827
7975
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -7831,6 +7979,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7831
7979
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7832
7980
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7833
7981
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
7982
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7834
7983
|
}, z.ZodAny, "strip">>>;
|
|
7835
7984
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
7836
7985
|
} & {
|
|
@@ -7897,6 +8046,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7897
8046
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7898
8047
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7899
8048
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
8049
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7900
8050
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
7901
8051
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
7902
8052
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -7906,6 +8056,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7906
8056
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7907
8057
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7908
8058
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
8059
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7909
8060
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
7910
8061
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
7911
8062
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -7915,6 +8066,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7915
8066
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
7916
8067
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
7917
8068
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
8069
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
7918
8070
|
}, z.ZodAny, "strip">>, z.ZodObject<{
|
|
7919
8071
|
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
7920
8072
|
valueReference: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, "many">]>>;
|
|
@@ -8164,6 +8316,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8164
8316
|
minimumValue?: number | undefined;
|
|
8165
8317
|
exclusiveMaximum?: number | undefined;
|
|
8166
8318
|
exclusiveMinimum?: number | undefined;
|
|
8319
|
+
weight?: number | undefined;
|
|
8167
8320
|
} & {
|
|
8168
8321
|
[k: string]: any;
|
|
8169
8322
|
} & {
|
|
@@ -8249,6 +8402,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8249
8402
|
minimumValue?: number | undefined;
|
|
8250
8403
|
exclusiveMaximum?: number | undefined;
|
|
8251
8404
|
exclusiveMinimum?: number | undefined;
|
|
8405
|
+
weight?: number | undefined;
|
|
8252
8406
|
} & {
|
|
8253
8407
|
[k: string]: any;
|
|
8254
8408
|
} & {
|
|
@@ -8373,6 +8527,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8373
8527
|
minimumValue?: number | undefined;
|
|
8374
8528
|
exclusiveMaximum?: number | undefined;
|
|
8375
8529
|
exclusiveMinimum?: number | undefined;
|
|
8530
|
+
weight?: number | undefined;
|
|
8376
8531
|
} & {
|
|
8377
8532
|
[k: string]: any;
|
|
8378
8533
|
} & {
|
|
@@ -8408,6 +8563,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8408
8563
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
8409
8564
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
8410
8565
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
8566
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
8411
8567
|
}, z.ZodAny, "strip"> | undefined;
|
|
8412
8568
|
description?: string | undefined;
|
|
8413
8569
|
tags?: string[] | undefined;
|
|
@@ -8501,6 +8657,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8501
8657
|
minimumValue?: number | undefined;
|
|
8502
8658
|
exclusiveMaximum?: number | undefined;
|
|
8503
8659
|
exclusiveMinimum?: number | undefined;
|
|
8660
|
+
weight?: number | undefined;
|
|
8504
8661
|
} & {
|
|
8505
8662
|
[k: string]: any;
|
|
8506
8663
|
} & {
|
|
@@ -8536,6 +8693,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8536
8693
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
8537
8694
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
8538
8695
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
8696
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
8539
8697
|
}, z.ZodAny, "strip"> | undefined;
|
|
8540
8698
|
description?: string | undefined;
|
|
8541
8699
|
tags?: string[] | undefined;
|
|
@@ -8634,6 +8792,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8634
8792
|
minimumValue?: number | undefined;
|
|
8635
8793
|
exclusiveMaximum?: number | undefined;
|
|
8636
8794
|
exclusiveMinimum?: number | undefined;
|
|
8795
|
+
weight?: number | undefined;
|
|
8637
8796
|
} & {
|
|
8638
8797
|
[k: string]: any;
|
|
8639
8798
|
} & {
|
|
@@ -8669,6 +8828,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8669
8828
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
8670
8829
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
8671
8830
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
8831
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
8672
8832
|
}, z.ZodAny, "strip"> | undefined;
|
|
8673
8833
|
description?: string | undefined;
|
|
8674
8834
|
tags?: string[] | undefined;
|
|
@@ -8699,6 +8859,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8699
8859
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
8700
8860
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
8701
8861
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
8862
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
8702
8863
|
}, z.ZodAny, "strip"> | undefined;
|
|
8703
8864
|
description?: string | undefined;
|
|
8704
8865
|
tags?: string[] | undefined;
|
|
@@ -8797,6 +8958,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8797
8958
|
minimumValue?: number | undefined;
|
|
8798
8959
|
exclusiveMaximum?: number | undefined;
|
|
8799
8960
|
exclusiveMinimum?: number | undefined;
|
|
8961
|
+
weight?: number | undefined;
|
|
8800
8962
|
} & {
|
|
8801
8963
|
[k: string]: any;
|
|
8802
8964
|
} & {
|
|
@@ -8832,6 +8994,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8832
8994
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
8833
8995
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
8834
8996
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
8997
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
8835
8998
|
}, z.ZodAny, "strip"> | undefined;
|
|
8836
8999
|
description?: string | undefined;
|
|
8837
9000
|
tags?: string[] | undefined;
|
|
@@ -8862,6 +9025,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8862
9025
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
8863
9026
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
8864
9027
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9028
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
8865
9029
|
}, z.ZodAny, "strip"> | undefined;
|
|
8866
9030
|
description?: string | undefined;
|
|
8867
9031
|
tags?: string[] | undefined;
|
|
@@ -8942,6 +9106,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8942
9106
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
8943
9107
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
8944
9108
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9109
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
8945
9110
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
8946
9111
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
8947
9112
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -8951,6 +9116,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8951
9116
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
8952
9117
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
8953
9118
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9119
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
8954
9120
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
8955
9121
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
8956
9122
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -8960,6 +9126,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8960
9126
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
8961
9127
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
8962
9128
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9129
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
8963
9130
|
}, z.ZodAny, "strip">>>;
|
|
8964
9131
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
8965
9132
|
} & {
|
|
@@ -9026,6 +9193,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9026
9193
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
9027
9194
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
9028
9195
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9196
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
9029
9197
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
9030
9198
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
9031
9199
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -9035,6 +9203,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9035
9203
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
9036
9204
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
9037
9205
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9206
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
9038
9207
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
9039
9208
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
9040
9209
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -9044,6 +9213,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9044
9213
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
9045
9214
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
9046
9215
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9216
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
9047
9217
|
}, z.ZodAny, "strip">>, z.ZodObject<{
|
|
9048
9218
|
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
9049
9219
|
valueReference: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, "many">]>>;
|
|
@@ -9293,6 +9463,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9293
9463
|
minimumValue?: number | undefined;
|
|
9294
9464
|
exclusiveMaximum?: number | undefined;
|
|
9295
9465
|
exclusiveMinimum?: number | undefined;
|
|
9466
|
+
weight?: number | undefined;
|
|
9296
9467
|
} & {
|
|
9297
9468
|
[k: string]: any;
|
|
9298
9469
|
} & {
|
|
@@ -9378,6 +9549,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9378
9549
|
minimumValue?: number | undefined;
|
|
9379
9550
|
exclusiveMaximum?: number | undefined;
|
|
9380
9551
|
exclusiveMinimum?: number | undefined;
|
|
9552
|
+
weight?: number | undefined;
|
|
9381
9553
|
} & {
|
|
9382
9554
|
[k: string]: any;
|
|
9383
9555
|
} & {
|
|
@@ -9502,6 +9674,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9502
9674
|
minimumValue?: number | undefined;
|
|
9503
9675
|
exclusiveMaximum?: number | undefined;
|
|
9504
9676
|
exclusiveMinimum?: number | undefined;
|
|
9677
|
+
weight?: number | undefined;
|
|
9505
9678
|
} & {
|
|
9506
9679
|
[k: string]: any;
|
|
9507
9680
|
} & {
|
|
@@ -9537,6 +9710,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9537
9710
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
9538
9711
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
9539
9712
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9713
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
9540
9714
|
}, z.ZodAny, "strip"> | undefined;
|
|
9541
9715
|
description?: string | undefined;
|
|
9542
9716
|
tags?: string[] | undefined;
|
|
@@ -9630,6 +9804,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9630
9804
|
minimumValue?: number | undefined;
|
|
9631
9805
|
exclusiveMaximum?: number | undefined;
|
|
9632
9806
|
exclusiveMinimum?: number | undefined;
|
|
9807
|
+
weight?: number | undefined;
|
|
9633
9808
|
} & {
|
|
9634
9809
|
[k: string]: any;
|
|
9635
9810
|
} & {
|
|
@@ -9665,6 +9840,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9665
9840
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
9666
9841
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
9667
9842
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9843
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
9668
9844
|
}, z.ZodAny, "strip"> | undefined;
|
|
9669
9845
|
description?: string | undefined;
|
|
9670
9846
|
tags?: string[] | undefined;
|
|
@@ -9745,6 +9921,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9745
9921
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
9746
9922
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
9747
9923
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9924
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
9748
9925
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
9749
9926
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
9750
9927
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -9754,6 +9931,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9754
9931
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
9755
9932
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
9756
9933
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9934
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
9757
9935
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
9758
9936
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
9759
9937
|
value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
|
|
@@ -9763,6 +9941,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9763
9941
|
minimumValue: z.ZodOptional<z.ZodNumber>;
|
|
9764
9942
|
exclusiveMaximum: z.ZodOptional<z.ZodNumber>;
|
|
9765
9943
|
exclusiveMinimum: z.ZodOptional<z.ZodNumber>;
|
|
9944
|
+
weight: z.ZodOptional<z.ZodNumber>;
|
|
9766
9945
|
}, z.ZodAny, "strip">>, z.ZodObject<{
|
|
9767
9946
|
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
9768
9947
|
valueReference: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, "many">]>>;
|
|
@@ -10012,6 +10191,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
10012
10191
|
minimumValue?: number | undefined;
|
|
10013
10192
|
exclusiveMaximum?: number | undefined;
|
|
10014
10193
|
exclusiveMinimum?: number | undefined;
|
|
10194
|
+
weight?: number | undefined;
|
|
10015
10195
|
} & {
|
|
10016
10196
|
[k: string]: any;
|
|
10017
10197
|
} & {
|
|
@@ -10097,6 +10277,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
10097
10277
|
minimumValue?: number | undefined;
|
|
10098
10278
|
exclusiveMaximum?: number | undefined;
|
|
10099
10279
|
exclusiveMinimum?: number | undefined;
|
|
10280
|
+
weight?: number | undefined;
|
|
10100
10281
|
} & {
|
|
10101
10282
|
[k: string]: any;
|
|
10102
10283
|
} & {
|