@openframe-org/criteria-set-protocol 2.0.12 → 2.0.13
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.
|
@@ -1740,10 +1740,13 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1740
1740
|
}>, "many">;
|
|
1741
1741
|
options: z.ZodOptional<z.ZodObject<{
|
|
1742
1742
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
1743
|
+
hideFromHierarchy: z.ZodOptional<z.ZodBoolean>;
|
|
1743
1744
|
}, "strip", z.ZodTypeAny, {
|
|
1744
1745
|
hideCode?: boolean | undefined;
|
|
1746
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1745
1747
|
}, {
|
|
1746
1748
|
hideCode?: boolean | undefined;
|
|
1749
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1747
1750
|
}>>;
|
|
1748
1751
|
}>, "strip", z.ZodTypeAny, {
|
|
1749
1752
|
type: "theme";
|
|
@@ -1961,6 +1964,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1961
1964
|
} | undefined;
|
|
1962
1965
|
options?: {
|
|
1963
1966
|
hideCode?: boolean | undefined;
|
|
1967
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1964
1968
|
} | undefined;
|
|
1965
1969
|
tags?: string[] | undefined;
|
|
1966
1970
|
documentation?: ({
|
|
@@ -2195,6 +2199,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2195
2199
|
} | undefined;
|
|
2196
2200
|
options?: {
|
|
2197
2201
|
hideCode?: boolean | undefined;
|
|
2202
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2198
2203
|
} | undefined;
|
|
2199
2204
|
tags?: string[] | undefined;
|
|
2200
2205
|
documentation?: ({
|
|
@@ -2535,6 +2540,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2535
2540
|
} | undefined;
|
|
2536
2541
|
options?: {
|
|
2537
2542
|
hideCode?: boolean | undefined;
|
|
2543
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2538
2544
|
} | undefined;
|
|
2539
2545
|
tags?: string[] | undefined;
|
|
2540
2546
|
documentation?: ({
|
|
@@ -2801,6 +2807,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2801
2807
|
} | undefined;
|
|
2802
2808
|
options?: {
|
|
2803
2809
|
hideCode?: boolean | undefined;
|
|
2810
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2804
2811
|
} | undefined;
|
|
2805
2812
|
tags?: string[] | undefined;
|
|
2806
2813
|
documentation?: ({
|
|
@@ -4585,10 +4592,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4585
4592
|
}>, "many">;
|
|
4586
4593
|
options: z.ZodOptional<z.ZodObject<{
|
|
4587
4594
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
4595
|
+
hideFromHierarchy: z.ZodOptional<z.ZodBoolean>;
|
|
4588
4596
|
}, "strip", z.ZodTypeAny, {
|
|
4589
4597
|
hideCode?: boolean | undefined;
|
|
4598
|
+
hideFromHierarchy?: boolean | undefined;
|
|
4590
4599
|
}, {
|
|
4591
4600
|
hideCode?: boolean | undefined;
|
|
4601
|
+
hideFromHierarchy?: boolean | undefined;
|
|
4592
4602
|
}>>;
|
|
4593
4603
|
}>, "strip", z.ZodTypeAny, {
|
|
4594
4604
|
type: "theme";
|
|
@@ -4806,6 +4816,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4806
4816
|
} | undefined;
|
|
4807
4817
|
options?: {
|
|
4808
4818
|
hideCode?: boolean | undefined;
|
|
4819
|
+
hideFromHierarchy?: boolean | undefined;
|
|
4809
4820
|
} | undefined;
|
|
4810
4821
|
tags?: string[] | undefined;
|
|
4811
4822
|
documentation?: ({
|
|
@@ -5040,6 +5051,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5040
5051
|
} | undefined;
|
|
5041
5052
|
options?: {
|
|
5042
5053
|
hideCode?: boolean | undefined;
|
|
5054
|
+
hideFromHierarchy?: boolean | undefined;
|
|
5043
5055
|
} | undefined;
|
|
5044
5056
|
tags?: string[] | undefined;
|
|
5045
5057
|
documentation?: ({
|
|
@@ -51,10 +51,13 @@ export declare const themeStyleSchema: z.ZodObject<{
|
|
|
51
51
|
}>;
|
|
52
52
|
export declare const themeOptionsSchema: z.ZodObject<{
|
|
53
53
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
54
|
+
hideFromHierarchy: z.ZodOptional<z.ZodBoolean>;
|
|
54
55
|
}, "strip", z.ZodTypeAny, {
|
|
55
56
|
hideCode?: boolean | undefined;
|
|
57
|
+
hideFromHierarchy?: boolean | undefined;
|
|
56
58
|
}, {
|
|
57
59
|
hideCode?: boolean | undefined;
|
|
60
|
+
hideFromHierarchy?: boolean | undefined;
|
|
58
61
|
}>;
|
|
59
62
|
export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
60
63
|
type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
|
|
@@ -1791,10 +1794,13 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1791
1794
|
}>, "many">;
|
|
1792
1795
|
options: z.ZodOptional<z.ZodObject<{
|
|
1793
1796
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
1797
|
+
hideFromHierarchy: z.ZodOptional<z.ZodBoolean>;
|
|
1794
1798
|
}, "strip", z.ZodTypeAny, {
|
|
1795
1799
|
hideCode?: boolean | undefined;
|
|
1800
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1796
1801
|
}, {
|
|
1797
1802
|
hideCode?: boolean | undefined;
|
|
1803
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1798
1804
|
}>>;
|
|
1799
1805
|
}>, "strip", z.ZodTypeAny, {
|
|
1800
1806
|
type: "theme";
|
|
@@ -2012,6 +2018,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2012
2018
|
} | undefined;
|
|
2013
2019
|
options?: {
|
|
2014
2020
|
hideCode?: boolean | undefined;
|
|
2021
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2015
2022
|
} | undefined;
|
|
2016
2023
|
tags?: string[] | undefined;
|
|
2017
2024
|
documentation?: ({
|
|
@@ -2246,6 +2253,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2246
2253
|
} | undefined;
|
|
2247
2254
|
options?: {
|
|
2248
2255
|
hideCode?: boolean | undefined;
|
|
2256
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2249
2257
|
} | undefined;
|
|
2250
2258
|
tags?: string[] | undefined;
|
|
2251
2259
|
documentation?: ({
|
package/dist/v1/schemas/theme.js
CHANGED
|
@@ -10,6 +10,7 @@ exports.themeStyleSchema = zod_1.z.object({
|
|
|
10
10
|
});
|
|
11
11
|
exports.themeOptionsSchema = zod_1.z.object({
|
|
12
12
|
hideCode: zod_1.z.boolean().optional(),
|
|
13
|
+
hideFromHierarchy: zod_1.z.boolean().optional(),
|
|
13
14
|
});
|
|
14
15
|
exports.themeSchema = common_1.abstractElementSchema.extend({
|
|
15
16
|
type: zod_1.z.literal("theme"),
|
package/dist/v1/utils.d.ts
CHANGED
|
@@ -215,6 +215,7 @@ export declare const isTheme: (element: CriteriaTreeElement) => element is {
|
|
|
215
215
|
} | undefined;
|
|
216
216
|
options?: {
|
|
217
217
|
hideCode?: boolean | undefined;
|
|
218
|
+
hideFromHierarchy?: boolean | undefined;
|
|
218
219
|
} | undefined;
|
|
219
220
|
tags?: string[] | undefined;
|
|
220
221
|
documentation?: ({
|
package/package.json
CHANGED