@openframe-org/criteria-set-protocol 2.1.5 → 2.1.6
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 +3 -3
- package/dist/v1/schemas/common.js +0 -1
- package/dist/v1/schemas/criteria-tree.d.ts +130 -130
- package/dist/v1/schemas/criterion.d.ts +24 -24
- package/dist/v1/schemas/task-group.d.ts +15 -15
- package/dist/v1/schemas/task-item.d.ts +3 -3
- package/dist/v1/schemas/task.d.ts +8 -8
- package/dist/v1/schemas/theme.d.ts +35 -35
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@ export declare const criterionOptionsSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
44
44
|
}>]>>;
|
|
45
45
|
export declare const criterionSchema: z.ZodObject<{
|
|
46
46
|
title: z.ZodString;
|
|
47
|
-
longFormTitle: z.
|
|
47
|
+
longFormTitle: z.ZodString;
|
|
48
48
|
code: z.ZodString;
|
|
49
49
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
50
50
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -132,7 +132,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
132
132
|
type: z.ZodLiteral<"criterion">;
|
|
133
133
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
134
134
|
title: z.ZodString;
|
|
135
|
-
longFormTitle: z.
|
|
135
|
+
longFormTitle: z.ZodString;
|
|
136
136
|
code: z.ZodString;
|
|
137
137
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
138
138
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -222,7 +222,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
222
222
|
category: z.ZodOptional<z.ZodString>;
|
|
223
223
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
224
224
|
title: z.ZodString;
|
|
225
|
-
longFormTitle: z.
|
|
225
|
+
longFormTitle: z.ZodString;
|
|
226
226
|
code: z.ZodString;
|
|
227
227
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
228
228
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -311,7 +311,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
311
311
|
description: z.ZodOptional<z.ZodString>;
|
|
312
312
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
313
313
|
code: z.ZodString;
|
|
314
|
-
longFormTitle: z.
|
|
314
|
+
longFormTitle: z.ZodString;
|
|
315
315
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
316
316
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
317
317
|
label: z.ZodString;
|
|
@@ -582,6 +582,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
582
582
|
}, "strip", z.ZodTypeAny, {
|
|
583
583
|
code: string;
|
|
584
584
|
type: "task-item";
|
|
585
|
+
longFormTitle: string;
|
|
585
586
|
definition: {
|
|
586
587
|
type: "select-single";
|
|
587
588
|
options: {
|
|
@@ -645,7 +646,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
645
646
|
excludeFromTargets?: boolean | undefined;
|
|
646
647
|
} | undefined;
|
|
647
648
|
description?: string | undefined;
|
|
648
|
-
longFormTitle?: string | undefined;
|
|
649
649
|
tags?: string[] | undefined;
|
|
650
650
|
documentation?: ({
|
|
651
651
|
type: "pdf";
|
|
@@ -667,6 +667,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
667
667
|
}, {
|
|
668
668
|
code: string;
|
|
669
669
|
type: "task-item";
|
|
670
|
+
longFormTitle: string;
|
|
670
671
|
definition: {
|
|
671
672
|
type: "select-single";
|
|
672
673
|
options: {
|
|
@@ -730,7 +731,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
730
731
|
excludeFromTargets?: boolean | undefined;
|
|
731
732
|
} | undefined;
|
|
732
733
|
description?: string | undefined;
|
|
733
|
-
longFormTitle?: string | undefined;
|
|
734
734
|
tags?: string[] | undefined;
|
|
735
735
|
documentation?: ({
|
|
736
736
|
type: "pdf";
|
|
@@ -775,6 +775,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
775
775
|
items: {
|
|
776
776
|
code: string;
|
|
777
777
|
type: "task-item";
|
|
778
|
+
longFormTitle: string;
|
|
778
779
|
definition: {
|
|
779
780
|
type: "select-single";
|
|
780
781
|
options: {
|
|
@@ -838,7 +839,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
838
839
|
excludeFromTargets?: boolean | undefined;
|
|
839
840
|
} | undefined;
|
|
840
841
|
description?: string | undefined;
|
|
841
|
-
longFormTitle?: string | undefined;
|
|
842
842
|
tags?: string[] | undefined;
|
|
843
843
|
documentation?: ({
|
|
844
844
|
type: "pdf";
|
|
@@ -858,6 +858,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
858
858
|
sortOrder?: number | undefined;
|
|
859
859
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
860
860
|
}[];
|
|
861
|
+
longFormTitle: string;
|
|
861
862
|
data?: {
|
|
862
863
|
type?: "number" | "percentage" | undefined;
|
|
863
864
|
total?: number | undefined;
|
|
@@ -871,7 +872,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
871
872
|
readOnly?: boolean | undefined;
|
|
872
873
|
} | undefined;
|
|
873
874
|
description?: string | undefined;
|
|
874
|
-
longFormTitle?: string | undefined;
|
|
875
875
|
tags?: string[] | undefined;
|
|
876
876
|
documentation?: ({
|
|
877
877
|
type: "pdf";
|
|
@@ -901,6 +901,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
901
901
|
items: {
|
|
902
902
|
code: string;
|
|
903
903
|
type: "task-item";
|
|
904
|
+
longFormTitle: string;
|
|
904
905
|
definition: {
|
|
905
906
|
type: "select-single";
|
|
906
907
|
options: {
|
|
@@ -964,7 +965,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
964
965
|
excludeFromTargets?: boolean | undefined;
|
|
965
966
|
} | undefined;
|
|
966
967
|
description?: string | undefined;
|
|
967
|
-
longFormTitle?: string | undefined;
|
|
968
968
|
tags?: string[] | undefined;
|
|
969
969
|
documentation?: ({
|
|
970
970
|
type: "pdf";
|
|
@@ -984,6 +984,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
984
984
|
sortOrder?: number | undefined;
|
|
985
985
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
986
986
|
}[];
|
|
987
|
+
longFormTitle: string;
|
|
987
988
|
data?: {
|
|
988
989
|
type?: "number" | "percentage" | undefined;
|
|
989
990
|
total?: number | undefined;
|
|
@@ -997,7 +998,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
997
998
|
readOnly?: boolean | undefined;
|
|
998
999
|
} | undefined;
|
|
999
1000
|
description?: string | undefined;
|
|
1000
|
-
longFormTitle?: string | undefined;
|
|
1001
1001
|
tags?: string[] | undefined;
|
|
1002
1002
|
documentation?: ({
|
|
1003
1003
|
type: "pdf";
|
|
@@ -1032,6 +1032,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1032
1032
|
items: {
|
|
1033
1033
|
code: string;
|
|
1034
1034
|
type: "task-item";
|
|
1035
|
+
longFormTitle: string;
|
|
1035
1036
|
definition: {
|
|
1036
1037
|
type: "select-single";
|
|
1037
1038
|
options: {
|
|
@@ -1095,7 +1096,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1095
1096
|
excludeFromTargets?: boolean | undefined;
|
|
1096
1097
|
} | undefined;
|
|
1097
1098
|
description?: string | undefined;
|
|
1098
|
-
longFormTitle?: string | undefined;
|
|
1099
1099
|
tags?: string[] | undefined;
|
|
1100
1100
|
documentation?: ({
|
|
1101
1101
|
type: "pdf";
|
|
@@ -1115,6 +1115,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1115
1115
|
sortOrder?: number | undefined;
|
|
1116
1116
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1117
1117
|
}[];
|
|
1118
|
+
longFormTitle: string;
|
|
1118
1119
|
data?: {
|
|
1119
1120
|
type?: "number" | "percentage" | undefined;
|
|
1120
1121
|
total?: number | undefined;
|
|
@@ -1128,7 +1129,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1128
1129
|
readOnly?: boolean | undefined;
|
|
1129
1130
|
} | undefined;
|
|
1130
1131
|
description?: string | undefined;
|
|
1131
|
-
longFormTitle?: string | undefined;
|
|
1132
1132
|
tags?: string[] | undefined;
|
|
1133
1133
|
documentation?: ({
|
|
1134
1134
|
type: "pdf";
|
|
@@ -1147,6 +1147,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1147
1147
|
})[] | undefined;
|
|
1148
1148
|
sortOrder?: number | undefined;
|
|
1149
1149
|
}[];
|
|
1150
|
+
longFormTitle: string;
|
|
1150
1151
|
data?: {
|
|
1151
1152
|
type?: "number" | "percentage" | undefined;
|
|
1152
1153
|
total?: number | undefined;
|
|
@@ -1160,7 +1161,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1160
1161
|
readOnly?: boolean | undefined;
|
|
1161
1162
|
} | undefined;
|
|
1162
1163
|
description?: string | undefined;
|
|
1163
|
-
longFormTitle?: string | undefined;
|
|
1164
1164
|
tags?: string[] | undefined;
|
|
1165
1165
|
documentation?: ({
|
|
1166
1166
|
type: "pdf";
|
|
@@ -1195,6 +1195,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1195
1195
|
items: {
|
|
1196
1196
|
code: string;
|
|
1197
1197
|
type: "task-item";
|
|
1198
|
+
longFormTitle: string;
|
|
1198
1199
|
definition: {
|
|
1199
1200
|
type: "select-single";
|
|
1200
1201
|
options: {
|
|
@@ -1258,7 +1259,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1258
1259
|
excludeFromTargets?: boolean | undefined;
|
|
1259
1260
|
} | undefined;
|
|
1260
1261
|
description?: string | undefined;
|
|
1261
|
-
longFormTitle?: string | undefined;
|
|
1262
1262
|
tags?: string[] | undefined;
|
|
1263
1263
|
documentation?: ({
|
|
1264
1264
|
type: "pdf";
|
|
@@ -1278,6 +1278,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1278
1278
|
sortOrder?: number | undefined;
|
|
1279
1279
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1280
1280
|
}[];
|
|
1281
|
+
longFormTitle: string;
|
|
1281
1282
|
data?: {
|
|
1282
1283
|
type?: "number" | "percentage" | undefined;
|
|
1283
1284
|
total?: number | undefined;
|
|
@@ -1291,7 +1292,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1291
1292
|
readOnly?: boolean | undefined;
|
|
1292
1293
|
} | undefined;
|
|
1293
1294
|
description?: string | undefined;
|
|
1294
|
-
longFormTitle?: string | undefined;
|
|
1295
1295
|
tags?: string[] | undefined;
|
|
1296
1296
|
documentation?: ({
|
|
1297
1297
|
type: "pdf";
|
|
@@ -1310,6 +1310,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1310
1310
|
})[] | undefined;
|
|
1311
1311
|
sortOrder?: number | undefined;
|
|
1312
1312
|
}[];
|
|
1313
|
+
longFormTitle: string;
|
|
1313
1314
|
data?: {
|
|
1314
1315
|
type?: "number" | "percentage" | undefined;
|
|
1315
1316
|
total?: number | undefined;
|
|
@@ -1323,7 +1324,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1323
1324
|
readOnly?: boolean | undefined;
|
|
1324
1325
|
} | undefined;
|
|
1325
1326
|
description?: string | undefined;
|
|
1326
|
-
longFormTitle?: string | undefined;
|
|
1327
1327
|
tags?: string[] | undefined;
|
|
1328
1328
|
documentation?: ({
|
|
1329
1329
|
type: "pdf";
|
|
@@ -1421,6 +1421,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1421
1421
|
items: {
|
|
1422
1422
|
code: string;
|
|
1423
1423
|
type: "task-item";
|
|
1424
|
+
longFormTitle: string;
|
|
1424
1425
|
definition: {
|
|
1425
1426
|
type: "select-single";
|
|
1426
1427
|
options: {
|
|
@@ -1484,7 +1485,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1484
1485
|
excludeFromTargets?: boolean | undefined;
|
|
1485
1486
|
} | undefined;
|
|
1486
1487
|
description?: string | undefined;
|
|
1487
|
-
longFormTitle?: string | undefined;
|
|
1488
1488
|
tags?: string[] | undefined;
|
|
1489
1489
|
documentation?: ({
|
|
1490
1490
|
type: "pdf";
|
|
@@ -1504,6 +1504,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1504
1504
|
sortOrder?: number | undefined;
|
|
1505
1505
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1506
1506
|
}[];
|
|
1507
|
+
longFormTitle: string;
|
|
1507
1508
|
data?: {
|
|
1508
1509
|
type?: "number" | "percentage" | undefined;
|
|
1509
1510
|
total?: number | undefined;
|
|
@@ -1517,7 +1518,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1517
1518
|
readOnly?: boolean | undefined;
|
|
1518
1519
|
} | undefined;
|
|
1519
1520
|
description?: string | undefined;
|
|
1520
|
-
longFormTitle?: string | undefined;
|
|
1521
1521
|
tags?: string[] | undefined;
|
|
1522
1522
|
documentation?: ({
|
|
1523
1523
|
type: "pdf";
|
|
@@ -1536,6 +1536,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1536
1536
|
})[] | undefined;
|
|
1537
1537
|
sortOrder?: number | undefined;
|
|
1538
1538
|
}[];
|
|
1539
|
+
longFormTitle: string;
|
|
1539
1540
|
data?: {
|
|
1540
1541
|
type?: "number" | "percentage" | undefined;
|
|
1541
1542
|
total?: number | undefined;
|
|
@@ -1549,7 +1550,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1549
1550
|
readOnly?: boolean | undefined;
|
|
1550
1551
|
} | undefined;
|
|
1551
1552
|
description?: string | undefined;
|
|
1552
|
-
longFormTitle?: string | undefined;
|
|
1553
1553
|
tags?: string[] | undefined;
|
|
1554
1554
|
documentation?: ({
|
|
1555
1555
|
type: "pdf";
|
|
@@ -1569,6 +1569,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1569
1569
|
sortOrder?: number | undefined;
|
|
1570
1570
|
category?: string | undefined;
|
|
1571
1571
|
}[];
|
|
1572
|
+
longFormTitle: string;
|
|
1572
1573
|
data?: {
|
|
1573
1574
|
type?: "number" | "percentage" | undefined;
|
|
1574
1575
|
total?: number | undefined;
|
|
@@ -1581,7 +1582,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1581
1582
|
step?: number | undefined;
|
|
1582
1583
|
readOnly?: boolean | undefined;
|
|
1583
1584
|
} | undefined;
|
|
1584
|
-
longFormTitle?: string | undefined;
|
|
1585
1585
|
tags?: string[] | undefined;
|
|
1586
1586
|
documentation?: ({
|
|
1587
1587
|
type: "pdf";
|
|
@@ -1634,6 +1634,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1634
1634
|
items: {
|
|
1635
1635
|
code: string;
|
|
1636
1636
|
type: "task-item";
|
|
1637
|
+
longFormTitle: string;
|
|
1637
1638
|
definition: {
|
|
1638
1639
|
type: "select-single";
|
|
1639
1640
|
options: {
|
|
@@ -1697,7 +1698,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1697
1698
|
excludeFromTargets?: boolean | undefined;
|
|
1698
1699
|
} | undefined;
|
|
1699
1700
|
description?: string | undefined;
|
|
1700
|
-
longFormTitle?: string | undefined;
|
|
1701
1701
|
tags?: string[] | undefined;
|
|
1702
1702
|
documentation?: ({
|
|
1703
1703
|
type: "pdf";
|
|
@@ -1717,6 +1717,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1717
1717
|
sortOrder?: number | undefined;
|
|
1718
1718
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1719
1719
|
}[];
|
|
1720
|
+
longFormTitle: string;
|
|
1720
1721
|
data?: {
|
|
1721
1722
|
type?: "number" | "percentage" | undefined;
|
|
1722
1723
|
total?: number | undefined;
|
|
@@ -1730,7 +1731,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1730
1731
|
readOnly?: boolean | undefined;
|
|
1731
1732
|
} | undefined;
|
|
1732
1733
|
description?: string | undefined;
|
|
1733
|
-
longFormTitle?: string | undefined;
|
|
1734
1734
|
tags?: string[] | undefined;
|
|
1735
1735
|
documentation?: ({
|
|
1736
1736
|
type: "pdf";
|
|
@@ -1749,6 +1749,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1749
1749
|
})[] | undefined;
|
|
1750
1750
|
sortOrder?: number | undefined;
|
|
1751
1751
|
}[];
|
|
1752
|
+
longFormTitle: string;
|
|
1752
1753
|
data?: {
|
|
1753
1754
|
type?: "number" | "percentage" | undefined;
|
|
1754
1755
|
total?: number | undefined;
|
|
@@ -1762,7 +1763,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1762
1763
|
readOnly?: boolean | undefined;
|
|
1763
1764
|
} | undefined;
|
|
1764
1765
|
description?: string | undefined;
|
|
1765
|
-
longFormTitle?: string | undefined;
|
|
1766
1766
|
tags?: string[] | undefined;
|
|
1767
1767
|
documentation?: ({
|
|
1768
1768
|
type: "pdf";
|
|
@@ -1782,6 +1782,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1782
1782
|
sortOrder?: number | undefined;
|
|
1783
1783
|
category?: string | undefined;
|
|
1784
1784
|
}[];
|
|
1785
|
+
longFormTitle: string;
|
|
1785
1786
|
data?: {
|
|
1786
1787
|
type?: "number" | "percentage" | undefined;
|
|
1787
1788
|
total?: number | undefined;
|
|
@@ -1794,7 +1795,6 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1794
1795
|
step?: number | undefined;
|
|
1795
1796
|
readOnly?: boolean | undefined;
|
|
1796
1797
|
} | undefined;
|
|
1797
|
-
longFormTitle?: string | undefined;
|
|
1798
1798
|
tags?: string[] | undefined;
|
|
1799
1799
|
documentation?: ({
|
|
1800
1800
|
type: "pdf";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const taskGroupSchema: z.ZodObject<{
|
|
3
3
|
title: z.ZodString;
|
|
4
|
-
longFormTitle: z.
|
|
4
|
+
longFormTitle: z.ZodString;
|
|
5
5
|
code: z.ZodString;
|
|
6
6
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7
7
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -91,7 +91,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
91
91
|
category: z.ZodOptional<z.ZodString>;
|
|
92
92
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
93
93
|
title: z.ZodString;
|
|
94
|
-
longFormTitle: z.
|
|
94
|
+
longFormTitle: z.ZodString;
|
|
95
95
|
code: z.ZodString;
|
|
96
96
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
97
97
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -180,7 +180,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
180
180
|
description: z.ZodOptional<z.ZodString>;
|
|
181
181
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
182
182
|
code: z.ZodString;
|
|
183
|
-
longFormTitle: z.
|
|
183
|
+
longFormTitle: z.ZodString;
|
|
184
184
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
185
185
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
186
186
|
label: z.ZodString;
|
|
@@ -451,6 +451,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
451
451
|
}, "strip", z.ZodTypeAny, {
|
|
452
452
|
code: string;
|
|
453
453
|
type: "task-item";
|
|
454
|
+
longFormTitle: string;
|
|
454
455
|
definition: {
|
|
455
456
|
type: "select-single";
|
|
456
457
|
options: {
|
|
@@ -514,7 +515,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
514
515
|
excludeFromTargets?: boolean | undefined;
|
|
515
516
|
} | undefined;
|
|
516
517
|
description?: string | undefined;
|
|
517
|
-
longFormTitle?: string | undefined;
|
|
518
518
|
tags?: string[] | undefined;
|
|
519
519
|
documentation?: ({
|
|
520
520
|
type: "pdf";
|
|
@@ -536,6 +536,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
536
536
|
}, {
|
|
537
537
|
code: string;
|
|
538
538
|
type: "task-item";
|
|
539
|
+
longFormTitle: string;
|
|
539
540
|
definition: {
|
|
540
541
|
type: "select-single";
|
|
541
542
|
options: {
|
|
@@ -599,7 +600,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
599
600
|
excludeFromTargets?: boolean | undefined;
|
|
600
601
|
} | undefined;
|
|
601
602
|
description?: string | undefined;
|
|
602
|
-
longFormTitle?: string | undefined;
|
|
603
603
|
tags?: string[] | undefined;
|
|
604
604
|
documentation?: ({
|
|
605
605
|
type: "pdf";
|
|
@@ -644,6 +644,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
644
644
|
items: {
|
|
645
645
|
code: string;
|
|
646
646
|
type: "task-item";
|
|
647
|
+
longFormTitle: string;
|
|
647
648
|
definition: {
|
|
648
649
|
type: "select-single";
|
|
649
650
|
options: {
|
|
@@ -707,7 +708,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
707
708
|
excludeFromTargets?: boolean | undefined;
|
|
708
709
|
} | undefined;
|
|
709
710
|
description?: string | undefined;
|
|
710
|
-
longFormTitle?: string | undefined;
|
|
711
711
|
tags?: string[] | undefined;
|
|
712
712
|
documentation?: ({
|
|
713
713
|
type: "pdf";
|
|
@@ -727,6 +727,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
727
727
|
sortOrder?: number | undefined;
|
|
728
728
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
729
729
|
}[];
|
|
730
|
+
longFormTitle: string;
|
|
730
731
|
data?: {
|
|
731
732
|
type?: "number" | "percentage" | undefined;
|
|
732
733
|
total?: number | undefined;
|
|
@@ -740,7 +741,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
740
741
|
readOnly?: boolean | undefined;
|
|
741
742
|
} | undefined;
|
|
742
743
|
description?: string | undefined;
|
|
743
|
-
longFormTitle?: string | undefined;
|
|
744
744
|
tags?: string[] | undefined;
|
|
745
745
|
documentation?: ({
|
|
746
746
|
type: "pdf";
|
|
@@ -770,6 +770,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
770
770
|
items: {
|
|
771
771
|
code: string;
|
|
772
772
|
type: "task-item";
|
|
773
|
+
longFormTitle: string;
|
|
773
774
|
definition: {
|
|
774
775
|
type: "select-single";
|
|
775
776
|
options: {
|
|
@@ -833,7 +834,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
833
834
|
excludeFromTargets?: boolean | undefined;
|
|
834
835
|
} | undefined;
|
|
835
836
|
description?: string | undefined;
|
|
836
|
-
longFormTitle?: string | undefined;
|
|
837
837
|
tags?: string[] | undefined;
|
|
838
838
|
documentation?: ({
|
|
839
839
|
type: "pdf";
|
|
@@ -853,6 +853,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
853
853
|
sortOrder?: number | undefined;
|
|
854
854
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
855
855
|
}[];
|
|
856
|
+
longFormTitle: string;
|
|
856
857
|
data?: {
|
|
857
858
|
type?: "number" | "percentage" | undefined;
|
|
858
859
|
total?: number | undefined;
|
|
@@ -866,7 +867,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
866
867
|
readOnly?: boolean | undefined;
|
|
867
868
|
} | undefined;
|
|
868
869
|
description?: string | undefined;
|
|
869
|
-
longFormTitle?: string | undefined;
|
|
870
870
|
tags?: string[] | undefined;
|
|
871
871
|
documentation?: ({
|
|
872
872
|
type: "pdf";
|
|
@@ -901,6 +901,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
901
901
|
items: {
|
|
902
902
|
code: string;
|
|
903
903
|
type: "task-item";
|
|
904
|
+
longFormTitle: string;
|
|
904
905
|
definition: {
|
|
905
906
|
type: "select-single";
|
|
906
907
|
options: {
|
|
@@ -964,7 +965,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
964
965
|
excludeFromTargets?: boolean | undefined;
|
|
965
966
|
} | undefined;
|
|
966
967
|
description?: string | undefined;
|
|
967
|
-
longFormTitle?: string | undefined;
|
|
968
968
|
tags?: string[] | undefined;
|
|
969
969
|
documentation?: ({
|
|
970
970
|
type: "pdf";
|
|
@@ -984,6 +984,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
984
984
|
sortOrder?: number | undefined;
|
|
985
985
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
986
986
|
}[];
|
|
987
|
+
longFormTitle: string;
|
|
987
988
|
data?: {
|
|
988
989
|
type?: "number" | "percentage" | undefined;
|
|
989
990
|
total?: number | undefined;
|
|
@@ -997,7 +998,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
997
998
|
readOnly?: boolean | undefined;
|
|
998
999
|
} | undefined;
|
|
999
1000
|
description?: string | undefined;
|
|
1000
|
-
longFormTitle?: string | undefined;
|
|
1001
1001
|
tags?: string[] | undefined;
|
|
1002
1002
|
documentation?: ({
|
|
1003
1003
|
type: "pdf";
|
|
@@ -1016,6 +1016,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
1016
1016
|
})[] | undefined;
|
|
1017
1017
|
sortOrder?: number | undefined;
|
|
1018
1018
|
}[];
|
|
1019
|
+
longFormTitle: string;
|
|
1019
1020
|
data?: {
|
|
1020
1021
|
type?: "number" | "percentage" | undefined;
|
|
1021
1022
|
total?: number | undefined;
|
|
@@ -1029,7 +1030,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
1029
1030
|
readOnly?: boolean | undefined;
|
|
1030
1031
|
} | undefined;
|
|
1031
1032
|
description?: string | undefined;
|
|
1032
|
-
longFormTitle?: string | undefined;
|
|
1033
1033
|
tags?: string[] | undefined;
|
|
1034
1034
|
documentation?: ({
|
|
1035
1035
|
type: "pdf";
|
|
@@ -1064,6 +1064,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
1064
1064
|
items: {
|
|
1065
1065
|
code: string;
|
|
1066
1066
|
type: "task-item";
|
|
1067
|
+
longFormTitle: string;
|
|
1067
1068
|
definition: {
|
|
1068
1069
|
type: "select-single";
|
|
1069
1070
|
options: {
|
|
@@ -1127,7 +1128,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
1127
1128
|
excludeFromTargets?: boolean | undefined;
|
|
1128
1129
|
} | undefined;
|
|
1129
1130
|
description?: string | undefined;
|
|
1130
|
-
longFormTitle?: string | undefined;
|
|
1131
1131
|
tags?: string[] | undefined;
|
|
1132
1132
|
documentation?: ({
|
|
1133
1133
|
type: "pdf";
|
|
@@ -1147,6 +1147,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
1147
1147
|
sortOrder?: number | undefined;
|
|
1148
1148
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1149
1149
|
}[];
|
|
1150
|
+
longFormTitle: string;
|
|
1150
1151
|
data?: {
|
|
1151
1152
|
type?: "number" | "percentage" | undefined;
|
|
1152
1153
|
total?: number | undefined;
|
|
@@ -1160,7 +1161,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
1160
1161
|
readOnly?: boolean | undefined;
|
|
1161
1162
|
} | undefined;
|
|
1162
1163
|
description?: string | undefined;
|
|
1163
|
-
longFormTitle?: string | undefined;
|
|
1164
1164
|
tags?: string[] | undefined;
|
|
1165
1165
|
documentation?: ({
|
|
1166
1166
|
type: "pdf";
|
|
@@ -1179,6 +1179,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
1179
1179
|
})[] | undefined;
|
|
1180
1180
|
sortOrder?: number | undefined;
|
|
1181
1181
|
}[];
|
|
1182
|
+
longFormTitle: string;
|
|
1182
1183
|
data?: {
|
|
1183
1184
|
type?: "number" | "percentage" | undefined;
|
|
1184
1185
|
total?: number | undefined;
|
|
@@ -1192,7 +1193,6 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
1192
1193
|
readOnly?: boolean | undefined;
|
|
1193
1194
|
} | undefined;
|
|
1194
1195
|
description?: string | undefined;
|
|
1195
|
-
longFormTitle?: string | undefined;
|
|
1196
1196
|
tags?: string[] | undefined;
|
|
1197
1197
|
documentation?: ({
|
|
1198
1198
|
type: "pdf";
|
|
@@ -409,7 +409,7 @@ export declare const taskItemOptionsSchema: z.ZodObject<{
|
|
|
409
409
|
}>;
|
|
410
410
|
export declare const taskItemSchema: z.ZodObject<{
|
|
411
411
|
code: z.ZodString;
|
|
412
|
-
longFormTitle: z.
|
|
412
|
+
longFormTitle: z.ZodString;
|
|
413
413
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
414
414
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
415
415
|
label: z.ZodString;
|
|
@@ -680,6 +680,7 @@ export declare const taskItemSchema: z.ZodObject<{
|
|
|
680
680
|
}, "strip", z.ZodTypeAny, {
|
|
681
681
|
code: string;
|
|
682
682
|
type: "task-item";
|
|
683
|
+
longFormTitle: string;
|
|
683
684
|
definition: {
|
|
684
685
|
type: "select-single";
|
|
685
686
|
options: {
|
|
@@ -743,7 +744,6 @@ export declare const taskItemSchema: z.ZodObject<{
|
|
|
743
744
|
excludeFromTargets?: boolean | undefined;
|
|
744
745
|
} | undefined;
|
|
745
746
|
description?: string | undefined;
|
|
746
|
-
longFormTitle?: string | undefined;
|
|
747
747
|
tags?: string[] | undefined;
|
|
748
748
|
documentation?: ({
|
|
749
749
|
type: "pdf";
|
|
@@ -765,6 +765,7 @@ export declare const taskItemSchema: z.ZodObject<{
|
|
|
765
765
|
}, {
|
|
766
766
|
code: string;
|
|
767
767
|
type: "task-item";
|
|
768
|
+
longFormTitle: string;
|
|
768
769
|
definition: {
|
|
769
770
|
type: "select-single";
|
|
770
771
|
options: {
|
|
@@ -828,7 +829,6 @@ export declare const taskItemSchema: z.ZodObject<{
|
|
|
828
829
|
excludeFromTargets?: boolean | undefined;
|
|
829
830
|
} | undefined;
|
|
830
831
|
description?: string | undefined;
|
|
831
|
-
longFormTitle?: string | undefined;
|
|
832
832
|
tags?: string[] | undefined;
|
|
833
833
|
documentation?: ({
|
|
834
834
|
type: "pdf";
|