@openframe-org/criteria-set-protocol 2.1.7 → 2.1.8
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/criteria-tree.d.ts +138 -138
- package/dist/v1/schemas/criterion.d.ts +26 -26
- package/dist/v1/schemas/task-group.d.ts +20 -20
- package/dist/v1/schemas/task-item.d.ts +8 -8
- package/dist/v1/schemas/task-item.js +0 -1
- package/dist/v1/schemas/task.d.ts +14 -14
- package/dist/v1/schemas/theme.d.ts +32 -32
- package/package.json +1 -1
|
@@ -672,16 +672,19 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
672
672
|
}>]>;
|
|
673
673
|
description: z.ZodOptional<z.ZodString>;
|
|
674
674
|
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">]>>;
|
|
675
|
-
options: z.
|
|
675
|
+
options: z.ZodObject<{
|
|
676
676
|
excludeFromTargets: z.ZodOptional<z.ZodBoolean>;
|
|
677
677
|
}, "strip", z.ZodTypeAny, {
|
|
678
678
|
excludeFromTargets?: boolean | undefined;
|
|
679
679
|
}, {
|
|
680
680
|
excludeFromTargets?: boolean | undefined;
|
|
681
|
-
}
|
|
681
|
+
}>;
|
|
682
682
|
}, "strip", z.ZodTypeAny, {
|
|
683
683
|
code: string;
|
|
684
684
|
type: "task-item";
|
|
685
|
+
options: {
|
|
686
|
+
excludeFromTargets?: boolean | undefined;
|
|
687
|
+
};
|
|
685
688
|
definition: {
|
|
686
689
|
type: "select-single";
|
|
687
690
|
options: {
|
|
@@ -741,9 +744,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
741
744
|
readOnly?: boolean | undefined;
|
|
742
745
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
743
746
|
} | undefined;
|
|
744
|
-
options?: {
|
|
745
|
-
excludeFromTargets?: boolean | undefined;
|
|
746
|
-
} | undefined;
|
|
747
747
|
description?: string | undefined;
|
|
748
748
|
tags?: string[] | undefined;
|
|
749
749
|
documentation?: ({
|
|
@@ -766,6 +766,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
766
766
|
}, {
|
|
767
767
|
code: string;
|
|
768
768
|
type: "task-item";
|
|
769
|
+
options: {
|
|
770
|
+
excludeFromTargets?: boolean | undefined;
|
|
771
|
+
};
|
|
769
772
|
definition: {
|
|
770
773
|
type: "select-single";
|
|
771
774
|
options: {
|
|
@@ -825,9 +828,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
825
828
|
readOnly?: boolean | undefined;
|
|
826
829
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
827
830
|
} | undefined;
|
|
828
|
-
options?: {
|
|
829
|
-
excludeFromTargets?: boolean | undefined;
|
|
830
|
-
} | undefined;
|
|
831
831
|
description?: string | undefined;
|
|
832
832
|
tags?: string[] | undefined;
|
|
833
833
|
documentation?: ({
|
|
@@ -873,6 +873,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
873
873
|
items: {
|
|
874
874
|
code: string;
|
|
875
875
|
type: "task-item";
|
|
876
|
+
options: {
|
|
877
|
+
excludeFromTargets?: boolean | undefined;
|
|
878
|
+
};
|
|
876
879
|
definition: {
|
|
877
880
|
type: "select-single";
|
|
878
881
|
options: {
|
|
@@ -932,9 +935,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
932
935
|
readOnly?: boolean | undefined;
|
|
933
936
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
934
937
|
} | undefined;
|
|
935
|
-
options?: {
|
|
936
|
-
excludeFromTargets?: boolean | undefined;
|
|
937
|
-
} | undefined;
|
|
938
938
|
description?: string | undefined;
|
|
939
939
|
tags?: string[] | undefined;
|
|
940
940
|
documentation?: ({
|
|
@@ -998,6 +998,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
998
998
|
items: {
|
|
999
999
|
code: string;
|
|
1000
1000
|
type: "task-item";
|
|
1001
|
+
options: {
|
|
1002
|
+
excludeFromTargets?: boolean | undefined;
|
|
1003
|
+
};
|
|
1001
1004
|
definition: {
|
|
1002
1005
|
type: "select-single";
|
|
1003
1006
|
options: {
|
|
@@ -1057,9 +1060,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1057
1060
|
readOnly?: boolean | undefined;
|
|
1058
1061
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1059
1062
|
} | undefined;
|
|
1060
|
-
options?: {
|
|
1061
|
-
excludeFromTargets?: boolean | undefined;
|
|
1062
|
-
} | undefined;
|
|
1063
1063
|
description?: string | undefined;
|
|
1064
1064
|
tags?: string[] | undefined;
|
|
1065
1065
|
documentation?: ({
|
|
@@ -1128,6 +1128,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1128
1128
|
items: {
|
|
1129
1129
|
code: string;
|
|
1130
1130
|
type: "task-item";
|
|
1131
|
+
options: {
|
|
1132
|
+
excludeFromTargets?: boolean | undefined;
|
|
1133
|
+
};
|
|
1131
1134
|
definition: {
|
|
1132
1135
|
type: "select-single";
|
|
1133
1136
|
options: {
|
|
@@ -1187,9 +1190,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1187
1190
|
readOnly?: boolean | undefined;
|
|
1188
1191
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1189
1192
|
} | undefined;
|
|
1190
|
-
options?: {
|
|
1191
|
-
excludeFromTargets?: boolean | undefined;
|
|
1192
|
-
} | undefined;
|
|
1193
1193
|
description?: string | undefined;
|
|
1194
1194
|
tags?: string[] | undefined;
|
|
1195
1195
|
documentation?: ({
|
|
@@ -1290,6 +1290,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1290
1290
|
items: {
|
|
1291
1291
|
code: string;
|
|
1292
1292
|
type: "task-item";
|
|
1293
|
+
options: {
|
|
1294
|
+
excludeFromTargets?: boolean | undefined;
|
|
1295
|
+
};
|
|
1293
1296
|
definition: {
|
|
1294
1297
|
type: "select-single";
|
|
1295
1298
|
options: {
|
|
@@ -1349,9 +1352,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1349
1352
|
readOnly?: boolean | undefined;
|
|
1350
1353
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1351
1354
|
} | undefined;
|
|
1352
|
-
options?: {
|
|
1353
|
-
excludeFromTargets?: boolean | undefined;
|
|
1354
|
-
} | undefined;
|
|
1355
1355
|
description?: string | undefined;
|
|
1356
1356
|
tags?: string[] | undefined;
|
|
1357
1357
|
documentation?: ({
|
|
@@ -1515,6 +1515,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1515
1515
|
items: {
|
|
1516
1516
|
code: string;
|
|
1517
1517
|
type: "task-item";
|
|
1518
|
+
options: {
|
|
1519
|
+
excludeFromTargets?: boolean | undefined;
|
|
1520
|
+
};
|
|
1518
1521
|
definition: {
|
|
1519
1522
|
type: "select-single";
|
|
1520
1523
|
options: {
|
|
@@ -1574,9 +1577,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1574
1577
|
readOnly?: boolean | undefined;
|
|
1575
1578
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1576
1579
|
} | undefined;
|
|
1577
|
-
options?: {
|
|
1578
|
-
excludeFromTargets?: boolean | undefined;
|
|
1579
|
-
} | undefined;
|
|
1580
1580
|
description?: string | undefined;
|
|
1581
1581
|
tags?: string[] | undefined;
|
|
1582
1582
|
documentation?: ({
|
|
@@ -1727,6 +1727,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1727
1727
|
items: {
|
|
1728
1728
|
code: string;
|
|
1729
1729
|
type: "task-item";
|
|
1730
|
+
options: {
|
|
1731
|
+
excludeFromTargets?: boolean | undefined;
|
|
1732
|
+
};
|
|
1730
1733
|
definition: {
|
|
1731
1734
|
type: "select-single";
|
|
1732
1735
|
options: {
|
|
@@ -1786,9 +1789,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1786
1789
|
readOnly?: boolean | undefined;
|
|
1787
1790
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1788
1791
|
} | undefined;
|
|
1789
|
-
options?: {
|
|
1790
|
-
excludeFromTargets?: boolean | undefined;
|
|
1791
|
-
} | undefined;
|
|
1792
1792
|
description?: string | undefined;
|
|
1793
1793
|
tags?: string[] | undefined;
|
|
1794
1794
|
documentation?: ({
|
|
@@ -2002,6 +2002,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2002
2002
|
items: {
|
|
2003
2003
|
code: string;
|
|
2004
2004
|
type: "task-item";
|
|
2005
|
+
options: {
|
|
2006
|
+
excludeFromTargets?: boolean | undefined;
|
|
2007
|
+
};
|
|
2005
2008
|
definition: {
|
|
2006
2009
|
type: "select-single";
|
|
2007
2010
|
options: {
|
|
@@ -2061,9 +2064,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2061
2064
|
readOnly?: boolean | undefined;
|
|
2062
2065
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
2063
2066
|
} | undefined;
|
|
2064
|
-
options?: {
|
|
2065
|
-
excludeFromTargets?: boolean | undefined;
|
|
2066
|
-
} | undefined;
|
|
2067
2067
|
description?: string | undefined;
|
|
2068
2068
|
tags?: string[] | undefined;
|
|
2069
2069
|
documentation?: ({
|
|
@@ -2276,6 +2276,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2276
2276
|
items: {
|
|
2277
2277
|
code: string;
|
|
2278
2278
|
type: "task-item";
|
|
2279
|
+
options: {
|
|
2280
|
+
excludeFromTargets?: boolean | undefined;
|
|
2281
|
+
};
|
|
2279
2282
|
definition: {
|
|
2280
2283
|
type: "select-single";
|
|
2281
2284
|
options: {
|
|
@@ -2335,9 +2338,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2335
2338
|
readOnly?: boolean | undefined;
|
|
2336
2339
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
2337
2340
|
} | undefined;
|
|
2338
|
-
options?: {
|
|
2339
|
-
excludeFromTargets?: boolean | undefined;
|
|
2340
|
-
} | undefined;
|
|
2341
2341
|
description?: string | undefined;
|
|
2342
2342
|
tags?: string[] | undefined;
|
|
2343
2343
|
documentation?: ({
|
|
@@ -2664,6 +2664,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2664
2664
|
items: {
|
|
2665
2665
|
code: string;
|
|
2666
2666
|
type: "task-item";
|
|
2667
|
+
options: {
|
|
2668
|
+
excludeFromTargets?: boolean | undefined;
|
|
2669
|
+
};
|
|
2667
2670
|
definition: {
|
|
2668
2671
|
type: "select-single";
|
|
2669
2672
|
options: {
|
|
@@ -2723,9 +2726,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2723
2726
|
readOnly?: boolean | undefined;
|
|
2724
2727
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
2725
2728
|
} | undefined;
|
|
2726
|
-
options?: {
|
|
2727
|
-
excludeFromTargets?: boolean | undefined;
|
|
2728
|
-
} | undefined;
|
|
2729
2729
|
description?: string | undefined;
|
|
2730
2730
|
tags?: string[] | undefined;
|
|
2731
2731
|
documentation?: ({
|
|
@@ -2973,6 +2973,9 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2973
2973
|
items: {
|
|
2974
2974
|
code: string;
|
|
2975
2975
|
type: "task-item";
|
|
2976
|
+
options: {
|
|
2977
|
+
excludeFromTargets?: boolean | undefined;
|
|
2978
|
+
};
|
|
2976
2979
|
definition: {
|
|
2977
2980
|
type: "select-single";
|
|
2978
2981
|
options: {
|
|
@@ -3032,9 +3035,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3032
3035
|
readOnly?: boolean | undefined;
|
|
3033
3036
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
3034
3037
|
} | undefined;
|
|
3035
|
-
options?: {
|
|
3036
|
-
excludeFromTargets?: boolean | undefined;
|
|
3037
|
-
} | undefined;
|
|
3038
3038
|
description?: string | undefined;
|
|
3039
3039
|
tags?: string[] | undefined;
|
|
3040
3040
|
documentation?: ({
|
|
@@ -3891,16 +3891,19 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3891
3891
|
}>]>;
|
|
3892
3892
|
description: z.ZodOptional<z.ZodString>;
|
|
3893
3893
|
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">]>>;
|
|
3894
|
-
options: z.
|
|
3894
|
+
options: z.ZodObject<{
|
|
3895
3895
|
excludeFromTargets: z.ZodOptional<z.ZodBoolean>;
|
|
3896
3896
|
}, "strip", z.ZodTypeAny, {
|
|
3897
3897
|
excludeFromTargets?: boolean | undefined;
|
|
3898
3898
|
}, {
|
|
3899
3899
|
excludeFromTargets?: boolean | undefined;
|
|
3900
|
-
}
|
|
3900
|
+
}>;
|
|
3901
3901
|
}, "strip", z.ZodTypeAny, {
|
|
3902
3902
|
code: string;
|
|
3903
3903
|
type: "task-item";
|
|
3904
|
+
options: {
|
|
3905
|
+
excludeFromTargets?: boolean | undefined;
|
|
3906
|
+
};
|
|
3904
3907
|
definition: {
|
|
3905
3908
|
type: "select-single";
|
|
3906
3909
|
options: {
|
|
@@ -3960,9 +3963,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3960
3963
|
readOnly?: boolean | undefined;
|
|
3961
3964
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
3962
3965
|
} | undefined;
|
|
3963
|
-
options?: {
|
|
3964
|
-
excludeFromTargets?: boolean | undefined;
|
|
3965
|
-
} | undefined;
|
|
3966
3966
|
description?: string | undefined;
|
|
3967
3967
|
tags?: string[] | undefined;
|
|
3968
3968
|
documentation?: ({
|
|
@@ -3985,6 +3985,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3985
3985
|
}, {
|
|
3986
3986
|
code: string;
|
|
3987
3987
|
type: "task-item";
|
|
3988
|
+
options: {
|
|
3989
|
+
excludeFromTargets?: boolean | undefined;
|
|
3990
|
+
};
|
|
3988
3991
|
definition: {
|
|
3989
3992
|
type: "select-single";
|
|
3990
3993
|
options: {
|
|
@@ -4044,9 +4047,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4044
4047
|
readOnly?: boolean | undefined;
|
|
4045
4048
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
4046
4049
|
} | undefined;
|
|
4047
|
-
options?: {
|
|
4048
|
-
excludeFromTargets?: boolean | undefined;
|
|
4049
|
-
} | undefined;
|
|
4050
4050
|
description?: string | undefined;
|
|
4051
4051
|
tags?: string[] | undefined;
|
|
4052
4052
|
documentation?: ({
|
|
@@ -4092,6 +4092,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4092
4092
|
items: {
|
|
4093
4093
|
code: string;
|
|
4094
4094
|
type: "task-item";
|
|
4095
|
+
options: {
|
|
4096
|
+
excludeFromTargets?: boolean | undefined;
|
|
4097
|
+
};
|
|
4095
4098
|
definition: {
|
|
4096
4099
|
type: "select-single";
|
|
4097
4100
|
options: {
|
|
@@ -4151,9 +4154,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4151
4154
|
readOnly?: boolean | undefined;
|
|
4152
4155
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
4153
4156
|
} | undefined;
|
|
4154
|
-
options?: {
|
|
4155
|
-
excludeFromTargets?: boolean | undefined;
|
|
4156
|
-
} | undefined;
|
|
4157
4157
|
description?: string | undefined;
|
|
4158
4158
|
tags?: string[] | undefined;
|
|
4159
4159
|
documentation?: ({
|
|
@@ -4217,6 +4217,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4217
4217
|
items: {
|
|
4218
4218
|
code: string;
|
|
4219
4219
|
type: "task-item";
|
|
4220
|
+
options: {
|
|
4221
|
+
excludeFromTargets?: boolean | undefined;
|
|
4222
|
+
};
|
|
4220
4223
|
definition: {
|
|
4221
4224
|
type: "select-single";
|
|
4222
4225
|
options: {
|
|
@@ -4276,9 +4279,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4276
4279
|
readOnly?: boolean | undefined;
|
|
4277
4280
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
4278
4281
|
} | undefined;
|
|
4279
|
-
options?: {
|
|
4280
|
-
excludeFromTargets?: boolean | undefined;
|
|
4281
|
-
} | undefined;
|
|
4282
4282
|
description?: string | undefined;
|
|
4283
4283
|
tags?: string[] | undefined;
|
|
4284
4284
|
documentation?: ({
|
|
@@ -4347,6 +4347,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4347
4347
|
items: {
|
|
4348
4348
|
code: string;
|
|
4349
4349
|
type: "task-item";
|
|
4350
|
+
options: {
|
|
4351
|
+
excludeFromTargets?: boolean | undefined;
|
|
4352
|
+
};
|
|
4350
4353
|
definition: {
|
|
4351
4354
|
type: "select-single";
|
|
4352
4355
|
options: {
|
|
@@ -4406,9 +4409,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4406
4409
|
readOnly?: boolean | undefined;
|
|
4407
4410
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
4408
4411
|
} | undefined;
|
|
4409
|
-
options?: {
|
|
4410
|
-
excludeFromTargets?: boolean | undefined;
|
|
4411
|
-
} | undefined;
|
|
4412
4412
|
description?: string | undefined;
|
|
4413
4413
|
tags?: string[] | undefined;
|
|
4414
4414
|
documentation?: ({
|
|
@@ -4509,6 +4509,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4509
4509
|
items: {
|
|
4510
4510
|
code: string;
|
|
4511
4511
|
type: "task-item";
|
|
4512
|
+
options: {
|
|
4513
|
+
excludeFromTargets?: boolean | undefined;
|
|
4514
|
+
};
|
|
4512
4515
|
definition: {
|
|
4513
4516
|
type: "select-single";
|
|
4514
4517
|
options: {
|
|
@@ -4568,9 +4571,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4568
4571
|
readOnly?: boolean | undefined;
|
|
4569
4572
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
4570
4573
|
} | undefined;
|
|
4571
|
-
options?: {
|
|
4572
|
-
excludeFromTargets?: boolean | undefined;
|
|
4573
|
-
} | undefined;
|
|
4574
4574
|
description?: string | undefined;
|
|
4575
4575
|
tags?: string[] | undefined;
|
|
4576
4576
|
documentation?: ({
|
|
@@ -4734,6 +4734,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4734
4734
|
items: {
|
|
4735
4735
|
code: string;
|
|
4736
4736
|
type: "task-item";
|
|
4737
|
+
options: {
|
|
4738
|
+
excludeFromTargets?: boolean | undefined;
|
|
4739
|
+
};
|
|
4737
4740
|
definition: {
|
|
4738
4741
|
type: "select-single";
|
|
4739
4742
|
options: {
|
|
@@ -4793,9 +4796,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4793
4796
|
readOnly?: boolean | undefined;
|
|
4794
4797
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
4795
4798
|
} | undefined;
|
|
4796
|
-
options?: {
|
|
4797
|
-
excludeFromTargets?: boolean | undefined;
|
|
4798
|
-
} | undefined;
|
|
4799
4799
|
description?: string | undefined;
|
|
4800
4800
|
tags?: string[] | undefined;
|
|
4801
4801
|
documentation?: ({
|
|
@@ -4946,6 +4946,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4946
4946
|
items: {
|
|
4947
4947
|
code: string;
|
|
4948
4948
|
type: "task-item";
|
|
4949
|
+
options: {
|
|
4950
|
+
excludeFromTargets?: boolean | undefined;
|
|
4951
|
+
};
|
|
4949
4952
|
definition: {
|
|
4950
4953
|
type: "select-single";
|
|
4951
4954
|
options: {
|
|
@@ -5005,9 +5008,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5005
5008
|
readOnly?: boolean | undefined;
|
|
5006
5009
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
5007
5010
|
} | undefined;
|
|
5008
|
-
options?: {
|
|
5009
|
-
excludeFromTargets?: boolean | undefined;
|
|
5010
|
-
} | undefined;
|
|
5011
5011
|
description?: string | undefined;
|
|
5012
5012
|
tags?: string[] | undefined;
|
|
5013
5013
|
documentation?: ({
|
|
@@ -5221,6 +5221,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5221
5221
|
items: {
|
|
5222
5222
|
code: string;
|
|
5223
5223
|
type: "task-item";
|
|
5224
|
+
options: {
|
|
5225
|
+
excludeFromTargets?: boolean | undefined;
|
|
5226
|
+
};
|
|
5224
5227
|
definition: {
|
|
5225
5228
|
type: "select-single";
|
|
5226
5229
|
options: {
|
|
@@ -5280,9 +5283,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5280
5283
|
readOnly?: boolean | undefined;
|
|
5281
5284
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
5282
5285
|
} | undefined;
|
|
5283
|
-
options?: {
|
|
5284
|
-
excludeFromTargets?: boolean | undefined;
|
|
5285
|
-
} | undefined;
|
|
5286
5286
|
description?: string | undefined;
|
|
5287
5287
|
tags?: string[] | undefined;
|
|
5288
5288
|
documentation?: ({
|
|
@@ -5495,6 +5495,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5495
5495
|
items: {
|
|
5496
5496
|
code: string;
|
|
5497
5497
|
type: "task-item";
|
|
5498
|
+
options: {
|
|
5499
|
+
excludeFromTargets?: boolean | undefined;
|
|
5500
|
+
};
|
|
5498
5501
|
definition: {
|
|
5499
5502
|
type: "select-single";
|
|
5500
5503
|
options: {
|
|
@@ -5554,9 +5557,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5554
5557
|
readOnly?: boolean | undefined;
|
|
5555
5558
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
5556
5559
|
} | undefined;
|
|
5557
|
-
options?: {
|
|
5558
|
-
excludeFromTargets?: boolean | undefined;
|
|
5559
|
-
} | undefined;
|
|
5560
5560
|
description?: string | undefined;
|
|
5561
5561
|
tags?: string[] | undefined;
|
|
5562
5562
|
documentation?: ({
|
|
@@ -6244,16 +6244,19 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6244
6244
|
}>]>;
|
|
6245
6245
|
description: z.ZodOptional<z.ZodString>;
|
|
6246
6246
|
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">]>>;
|
|
6247
|
-
options: z.
|
|
6247
|
+
options: z.ZodObject<{
|
|
6248
6248
|
excludeFromTargets: z.ZodOptional<z.ZodBoolean>;
|
|
6249
6249
|
}, "strip", z.ZodTypeAny, {
|
|
6250
6250
|
excludeFromTargets?: boolean | undefined;
|
|
6251
6251
|
}, {
|
|
6252
6252
|
excludeFromTargets?: boolean | undefined;
|
|
6253
|
-
}
|
|
6253
|
+
}>;
|
|
6254
6254
|
}, "strip", z.ZodTypeAny, {
|
|
6255
6255
|
code: string;
|
|
6256
6256
|
type: "task-item";
|
|
6257
|
+
options: {
|
|
6258
|
+
excludeFromTargets?: boolean | undefined;
|
|
6259
|
+
};
|
|
6257
6260
|
definition: {
|
|
6258
6261
|
type: "select-single";
|
|
6259
6262
|
options: {
|
|
@@ -6313,9 +6316,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6313
6316
|
readOnly?: boolean | undefined;
|
|
6314
6317
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
6315
6318
|
} | undefined;
|
|
6316
|
-
options?: {
|
|
6317
|
-
excludeFromTargets?: boolean | undefined;
|
|
6318
|
-
} | undefined;
|
|
6319
6319
|
description?: string | undefined;
|
|
6320
6320
|
tags?: string[] | undefined;
|
|
6321
6321
|
documentation?: ({
|
|
@@ -6338,6 +6338,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6338
6338
|
}, {
|
|
6339
6339
|
code: string;
|
|
6340
6340
|
type: "task-item";
|
|
6341
|
+
options: {
|
|
6342
|
+
excludeFromTargets?: boolean | undefined;
|
|
6343
|
+
};
|
|
6341
6344
|
definition: {
|
|
6342
6345
|
type: "select-single";
|
|
6343
6346
|
options: {
|
|
@@ -6397,9 +6400,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6397
6400
|
readOnly?: boolean | undefined;
|
|
6398
6401
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
6399
6402
|
} | undefined;
|
|
6400
|
-
options?: {
|
|
6401
|
-
excludeFromTargets?: boolean | undefined;
|
|
6402
|
-
} | undefined;
|
|
6403
6403
|
description?: string | undefined;
|
|
6404
6404
|
tags?: string[] | undefined;
|
|
6405
6405
|
documentation?: ({
|
|
@@ -6445,6 +6445,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6445
6445
|
items: {
|
|
6446
6446
|
code: string;
|
|
6447
6447
|
type: "task-item";
|
|
6448
|
+
options: {
|
|
6449
|
+
excludeFromTargets?: boolean | undefined;
|
|
6450
|
+
};
|
|
6448
6451
|
definition: {
|
|
6449
6452
|
type: "select-single";
|
|
6450
6453
|
options: {
|
|
@@ -6504,9 +6507,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6504
6507
|
readOnly?: boolean | undefined;
|
|
6505
6508
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
6506
6509
|
} | undefined;
|
|
6507
|
-
options?: {
|
|
6508
|
-
excludeFromTargets?: boolean | undefined;
|
|
6509
|
-
} | undefined;
|
|
6510
6510
|
description?: string | undefined;
|
|
6511
6511
|
tags?: string[] | undefined;
|
|
6512
6512
|
documentation?: ({
|
|
@@ -6570,6 +6570,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6570
6570
|
items: {
|
|
6571
6571
|
code: string;
|
|
6572
6572
|
type: "task-item";
|
|
6573
|
+
options: {
|
|
6574
|
+
excludeFromTargets?: boolean | undefined;
|
|
6575
|
+
};
|
|
6573
6576
|
definition: {
|
|
6574
6577
|
type: "select-single";
|
|
6575
6578
|
options: {
|
|
@@ -6629,9 +6632,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6629
6632
|
readOnly?: boolean | undefined;
|
|
6630
6633
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
6631
6634
|
} | undefined;
|
|
6632
|
-
options?: {
|
|
6633
|
-
excludeFromTargets?: boolean | undefined;
|
|
6634
|
-
} | undefined;
|
|
6635
6635
|
description?: string | undefined;
|
|
6636
6636
|
tags?: string[] | undefined;
|
|
6637
6637
|
documentation?: ({
|
|
@@ -6700,6 +6700,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6700
6700
|
items: {
|
|
6701
6701
|
code: string;
|
|
6702
6702
|
type: "task-item";
|
|
6703
|
+
options: {
|
|
6704
|
+
excludeFromTargets?: boolean | undefined;
|
|
6705
|
+
};
|
|
6703
6706
|
definition: {
|
|
6704
6707
|
type: "select-single";
|
|
6705
6708
|
options: {
|
|
@@ -6759,9 +6762,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6759
6762
|
readOnly?: boolean | undefined;
|
|
6760
6763
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
6761
6764
|
} | undefined;
|
|
6762
|
-
options?: {
|
|
6763
|
-
excludeFromTargets?: boolean | undefined;
|
|
6764
|
-
} | undefined;
|
|
6765
6765
|
description?: string | undefined;
|
|
6766
6766
|
tags?: string[] | undefined;
|
|
6767
6767
|
documentation?: ({
|
|
@@ -6862,6 +6862,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6862
6862
|
items: {
|
|
6863
6863
|
code: string;
|
|
6864
6864
|
type: "task-item";
|
|
6865
|
+
options: {
|
|
6866
|
+
excludeFromTargets?: boolean | undefined;
|
|
6867
|
+
};
|
|
6865
6868
|
definition: {
|
|
6866
6869
|
type: "select-single";
|
|
6867
6870
|
options: {
|
|
@@ -6921,9 +6924,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6921
6924
|
readOnly?: boolean | undefined;
|
|
6922
6925
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
6923
6926
|
} | undefined;
|
|
6924
|
-
options?: {
|
|
6925
|
-
excludeFromTargets?: boolean | undefined;
|
|
6926
|
-
} | undefined;
|
|
6927
6927
|
description?: string | undefined;
|
|
6928
6928
|
tags?: string[] | undefined;
|
|
6929
6929
|
documentation?: ({
|
|
@@ -7087,6 +7087,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7087
7087
|
items: {
|
|
7088
7088
|
code: string;
|
|
7089
7089
|
type: "task-item";
|
|
7090
|
+
options: {
|
|
7091
|
+
excludeFromTargets?: boolean | undefined;
|
|
7092
|
+
};
|
|
7090
7093
|
definition: {
|
|
7091
7094
|
type: "select-single";
|
|
7092
7095
|
options: {
|
|
@@ -7146,9 +7149,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7146
7149
|
readOnly?: boolean | undefined;
|
|
7147
7150
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
7148
7151
|
} | undefined;
|
|
7149
|
-
options?: {
|
|
7150
|
-
excludeFromTargets?: boolean | undefined;
|
|
7151
|
-
} | undefined;
|
|
7152
7152
|
description?: string | undefined;
|
|
7153
7153
|
tags?: string[] | undefined;
|
|
7154
7154
|
documentation?: ({
|
|
@@ -7299,6 +7299,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7299
7299
|
items: {
|
|
7300
7300
|
code: string;
|
|
7301
7301
|
type: "task-item";
|
|
7302
|
+
options: {
|
|
7303
|
+
excludeFromTargets?: boolean | undefined;
|
|
7304
|
+
};
|
|
7302
7305
|
definition: {
|
|
7303
7306
|
type: "select-single";
|
|
7304
7307
|
options: {
|
|
@@ -7358,9 +7361,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7358
7361
|
readOnly?: boolean | undefined;
|
|
7359
7362
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
7360
7363
|
} | undefined;
|
|
7361
|
-
options?: {
|
|
7362
|
-
excludeFromTargets?: boolean | undefined;
|
|
7363
|
-
} | undefined;
|
|
7364
7364
|
description?: string | undefined;
|
|
7365
7365
|
tags?: string[] | undefined;
|
|
7366
7366
|
documentation?: ({
|
|
@@ -7917,16 +7917,19 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7917
7917
|
}>]>;
|
|
7918
7918
|
description: z.ZodOptional<z.ZodString>;
|
|
7919
7919
|
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">]>>;
|
|
7920
|
-
options: z.
|
|
7920
|
+
options: z.ZodObject<{
|
|
7921
7921
|
excludeFromTargets: z.ZodOptional<z.ZodBoolean>;
|
|
7922
7922
|
}, "strip", z.ZodTypeAny, {
|
|
7923
7923
|
excludeFromTargets?: boolean | undefined;
|
|
7924
7924
|
}, {
|
|
7925
7925
|
excludeFromTargets?: boolean | undefined;
|
|
7926
|
-
}
|
|
7926
|
+
}>;
|
|
7927
7927
|
}, "strip", z.ZodTypeAny, {
|
|
7928
7928
|
code: string;
|
|
7929
7929
|
type: "task-item";
|
|
7930
|
+
options: {
|
|
7931
|
+
excludeFromTargets?: boolean | undefined;
|
|
7932
|
+
};
|
|
7930
7933
|
definition: {
|
|
7931
7934
|
type: "select-single";
|
|
7932
7935
|
options: {
|
|
@@ -7986,9 +7989,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7986
7989
|
readOnly?: boolean | undefined;
|
|
7987
7990
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
7988
7991
|
} | undefined;
|
|
7989
|
-
options?: {
|
|
7990
|
-
excludeFromTargets?: boolean | undefined;
|
|
7991
|
-
} | undefined;
|
|
7992
7992
|
description?: string | undefined;
|
|
7993
7993
|
tags?: string[] | undefined;
|
|
7994
7994
|
documentation?: ({
|
|
@@ -8011,6 +8011,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8011
8011
|
}, {
|
|
8012
8012
|
code: string;
|
|
8013
8013
|
type: "task-item";
|
|
8014
|
+
options: {
|
|
8015
|
+
excludeFromTargets?: boolean | undefined;
|
|
8016
|
+
};
|
|
8014
8017
|
definition: {
|
|
8015
8018
|
type: "select-single";
|
|
8016
8019
|
options: {
|
|
@@ -8070,9 +8073,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8070
8073
|
readOnly?: boolean | undefined;
|
|
8071
8074
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
8072
8075
|
} | undefined;
|
|
8073
|
-
options?: {
|
|
8074
|
-
excludeFromTargets?: boolean | undefined;
|
|
8075
|
-
} | undefined;
|
|
8076
8076
|
description?: string | undefined;
|
|
8077
8077
|
tags?: string[] | undefined;
|
|
8078
8078
|
documentation?: ({
|
|
@@ -8118,6 +8118,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8118
8118
|
items: {
|
|
8119
8119
|
code: string;
|
|
8120
8120
|
type: "task-item";
|
|
8121
|
+
options: {
|
|
8122
|
+
excludeFromTargets?: boolean | undefined;
|
|
8123
|
+
};
|
|
8121
8124
|
definition: {
|
|
8122
8125
|
type: "select-single";
|
|
8123
8126
|
options: {
|
|
@@ -8177,9 +8180,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8177
8180
|
readOnly?: boolean | undefined;
|
|
8178
8181
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
8179
8182
|
} | undefined;
|
|
8180
|
-
options?: {
|
|
8181
|
-
excludeFromTargets?: boolean | undefined;
|
|
8182
|
-
} | undefined;
|
|
8183
8183
|
description?: string | undefined;
|
|
8184
8184
|
tags?: string[] | undefined;
|
|
8185
8185
|
documentation?: ({
|
|
@@ -8243,6 +8243,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8243
8243
|
items: {
|
|
8244
8244
|
code: string;
|
|
8245
8245
|
type: "task-item";
|
|
8246
|
+
options: {
|
|
8247
|
+
excludeFromTargets?: boolean | undefined;
|
|
8248
|
+
};
|
|
8246
8249
|
definition: {
|
|
8247
8250
|
type: "select-single";
|
|
8248
8251
|
options: {
|
|
@@ -8302,9 +8305,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8302
8305
|
readOnly?: boolean | undefined;
|
|
8303
8306
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
8304
8307
|
} | undefined;
|
|
8305
|
-
options?: {
|
|
8306
|
-
excludeFromTargets?: boolean | undefined;
|
|
8307
|
-
} | undefined;
|
|
8308
8308
|
description?: string | undefined;
|
|
8309
8309
|
tags?: string[] | undefined;
|
|
8310
8310
|
documentation?: ({
|
|
@@ -8373,6 +8373,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8373
8373
|
items: {
|
|
8374
8374
|
code: string;
|
|
8375
8375
|
type: "task-item";
|
|
8376
|
+
options: {
|
|
8377
|
+
excludeFromTargets?: boolean | undefined;
|
|
8378
|
+
};
|
|
8376
8379
|
definition: {
|
|
8377
8380
|
type: "select-single";
|
|
8378
8381
|
options: {
|
|
@@ -8432,9 +8435,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8432
8435
|
readOnly?: boolean | undefined;
|
|
8433
8436
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
8434
8437
|
} | undefined;
|
|
8435
|
-
options?: {
|
|
8436
|
-
excludeFromTargets?: boolean | undefined;
|
|
8437
|
-
} | undefined;
|
|
8438
8438
|
description?: string | undefined;
|
|
8439
8439
|
tags?: string[] | undefined;
|
|
8440
8440
|
documentation?: ({
|
|
@@ -8535,6 +8535,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8535
8535
|
items: {
|
|
8536
8536
|
code: string;
|
|
8537
8537
|
type: "task-item";
|
|
8538
|
+
options: {
|
|
8539
|
+
excludeFromTargets?: boolean | undefined;
|
|
8540
|
+
};
|
|
8538
8541
|
definition: {
|
|
8539
8542
|
type: "select-single";
|
|
8540
8543
|
options: {
|
|
@@ -8594,9 +8597,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8594
8597
|
readOnly?: boolean | undefined;
|
|
8595
8598
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
8596
8599
|
} | undefined;
|
|
8597
|
-
options?: {
|
|
8598
|
-
excludeFromTargets?: boolean | undefined;
|
|
8599
|
-
} | undefined;
|
|
8600
8600
|
description?: string | undefined;
|
|
8601
8601
|
tags?: string[] | undefined;
|
|
8602
8602
|
documentation?: ({
|
|
@@ -9032,16 +9032,19 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9032
9032
|
}>]>;
|
|
9033
9033
|
description: z.ZodOptional<z.ZodString>;
|
|
9034
9034
|
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">]>>;
|
|
9035
|
-
options: z.
|
|
9035
|
+
options: z.ZodObject<{
|
|
9036
9036
|
excludeFromTargets: z.ZodOptional<z.ZodBoolean>;
|
|
9037
9037
|
}, "strip", z.ZodTypeAny, {
|
|
9038
9038
|
excludeFromTargets?: boolean | undefined;
|
|
9039
9039
|
}, {
|
|
9040
9040
|
excludeFromTargets?: boolean | undefined;
|
|
9041
|
-
}
|
|
9041
|
+
}>;
|
|
9042
9042
|
}, "strip", z.ZodTypeAny, {
|
|
9043
9043
|
code: string;
|
|
9044
9044
|
type: "task-item";
|
|
9045
|
+
options: {
|
|
9046
|
+
excludeFromTargets?: boolean | undefined;
|
|
9047
|
+
};
|
|
9045
9048
|
definition: {
|
|
9046
9049
|
type: "select-single";
|
|
9047
9050
|
options: {
|
|
@@ -9101,9 +9104,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9101
9104
|
readOnly?: boolean | undefined;
|
|
9102
9105
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
9103
9106
|
} | undefined;
|
|
9104
|
-
options?: {
|
|
9105
|
-
excludeFromTargets?: boolean | undefined;
|
|
9106
|
-
} | undefined;
|
|
9107
9107
|
description?: string | undefined;
|
|
9108
9108
|
tags?: string[] | undefined;
|
|
9109
9109
|
documentation?: ({
|
|
@@ -9126,6 +9126,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9126
9126
|
}, {
|
|
9127
9127
|
code: string;
|
|
9128
9128
|
type: "task-item";
|
|
9129
|
+
options: {
|
|
9130
|
+
excludeFromTargets?: boolean | undefined;
|
|
9131
|
+
};
|
|
9129
9132
|
definition: {
|
|
9130
9133
|
type: "select-single";
|
|
9131
9134
|
options: {
|
|
@@ -9185,9 +9188,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9185
9188
|
readOnly?: boolean | undefined;
|
|
9186
9189
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
9187
9190
|
} | undefined;
|
|
9188
|
-
options?: {
|
|
9189
|
-
excludeFromTargets?: boolean | undefined;
|
|
9190
|
-
} | undefined;
|
|
9191
9191
|
description?: string | undefined;
|
|
9192
9192
|
tags?: string[] | undefined;
|
|
9193
9193
|
documentation?: ({
|
|
@@ -9233,6 +9233,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9233
9233
|
items: {
|
|
9234
9234
|
code: string;
|
|
9235
9235
|
type: "task-item";
|
|
9236
|
+
options: {
|
|
9237
|
+
excludeFromTargets?: boolean | undefined;
|
|
9238
|
+
};
|
|
9236
9239
|
definition: {
|
|
9237
9240
|
type: "select-single";
|
|
9238
9241
|
options: {
|
|
@@ -9292,9 +9295,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9292
9295
|
readOnly?: boolean | undefined;
|
|
9293
9296
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
9294
9297
|
} | undefined;
|
|
9295
|
-
options?: {
|
|
9296
|
-
excludeFromTargets?: boolean | undefined;
|
|
9297
|
-
} | undefined;
|
|
9298
9298
|
description?: string | undefined;
|
|
9299
9299
|
tags?: string[] | undefined;
|
|
9300
9300
|
documentation?: ({
|
|
@@ -9358,6 +9358,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9358
9358
|
items: {
|
|
9359
9359
|
code: string;
|
|
9360
9360
|
type: "task-item";
|
|
9361
|
+
options: {
|
|
9362
|
+
excludeFromTargets?: boolean | undefined;
|
|
9363
|
+
};
|
|
9361
9364
|
definition: {
|
|
9362
9365
|
type: "select-single";
|
|
9363
9366
|
options: {
|
|
@@ -9417,9 +9420,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9417
9420
|
readOnly?: boolean | undefined;
|
|
9418
9421
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
9419
9422
|
} | undefined;
|
|
9420
|
-
options?: {
|
|
9421
|
-
excludeFromTargets?: boolean | undefined;
|
|
9422
|
-
} | undefined;
|
|
9423
9423
|
description?: string | undefined;
|
|
9424
9424
|
tags?: string[] | undefined;
|
|
9425
9425
|
documentation?: ({
|
|
@@ -9733,16 +9733,19 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9733
9733
|
}>]>;
|
|
9734
9734
|
description: z.ZodOptional<z.ZodString>;
|
|
9735
9735
|
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">]>>;
|
|
9736
|
-
options: z.
|
|
9736
|
+
options: z.ZodObject<{
|
|
9737
9737
|
excludeFromTargets: z.ZodOptional<z.ZodBoolean>;
|
|
9738
9738
|
}, "strip", z.ZodTypeAny, {
|
|
9739
9739
|
excludeFromTargets?: boolean | undefined;
|
|
9740
9740
|
}, {
|
|
9741
9741
|
excludeFromTargets?: boolean | undefined;
|
|
9742
|
-
}
|
|
9742
|
+
}>;
|
|
9743
9743
|
}, "strip", z.ZodTypeAny, {
|
|
9744
9744
|
code: string;
|
|
9745
9745
|
type: "task-item";
|
|
9746
|
+
options: {
|
|
9747
|
+
excludeFromTargets?: boolean | undefined;
|
|
9748
|
+
};
|
|
9746
9749
|
definition: {
|
|
9747
9750
|
type: "select-single";
|
|
9748
9751
|
options: {
|
|
@@ -9802,9 +9805,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9802
9805
|
readOnly?: boolean | undefined;
|
|
9803
9806
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
9804
9807
|
} | undefined;
|
|
9805
|
-
options?: {
|
|
9806
|
-
excludeFromTargets?: boolean | undefined;
|
|
9807
|
-
} | undefined;
|
|
9808
9808
|
description?: string | undefined;
|
|
9809
9809
|
tags?: string[] | undefined;
|
|
9810
9810
|
documentation?: ({
|
|
@@ -9827,6 +9827,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9827
9827
|
}, {
|
|
9828
9828
|
code: string;
|
|
9829
9829
|
type: "task-item";
|
|
9830
|
+
options: {
|
|
9831
|
+
excludeFromTargets?: boolean | undefined;
|
|
9832
|
+
};
|
|
9830
9833
|
definition: {
|
|
9831
9834
|
type: "select-single";
|
|
9832
9835
|
options: {
|
|
@@ -9886,9 +9889,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9886
9889
|
readOnly?: boolean | undefined;
|
|
9887
9890
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
9888
9891
|
} | undefined;
|
|
9889
|
-
options?: {
|
|
9890
|
-
excludeFromTargets?: boolean | undefined;
|
|
9891
|
-
} | undefined;
|
|
9892
9892
|
description?: string | undefined;
|
|
9893
9893
|
tags?: string[] | undefined;
|
|
9894
9894
|
documentation?: ({
|