@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
|
@@ -14,7 +14,7 @@ export declare const taskOptionsSchema: z.ZodObject<{
|
|
|
14
14
|
}>;
|
|
15
15
|
export declare const taskSchema: z.ZodObject<{
|
|
16
16
|
title: z.ZodString;
|
|
17
|
-
longFormTitle: z.
|
|
17
|
+
longFormTitle: z.ZodString;
|
|
18
18
|
code: z.ZodString;
|
|
19
19
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
20
20
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -103,7 +103,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
103
103
|
description: z.ZodOptional<z.ZodString>;
|
|
104
104
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
105
105
|
code: z.ZodString;
|
|
106
|
-
longFormTitle: z.
|
|
106
|
+
longFormTitle: z.ZodString;
|
|
107
107
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
108
108
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
109
109
|
label: z.ZodString;
|
|
@@ -374,6 +374,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
374
374
|
}, "strip", z.ZodTypeAny, {
|
|
375
375
|
code: string;
|
|
376
376
|
type: "task-item";
|
|
377
|
+
longFormTitle: string;
|
|
377
378
|
definition: {
|
|
378
379
|
type: "select-single";
|
|
379
380
|
options: {
|
|
@@ -437,7 +438,6 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
437
438
|
excludeFromTargets?: boolean | undefined;
|
|
438
439
|
} | undefined;
|
|
439
440
|
description?: string | undefined;
|
|
440
|
-
longFormTitle?: string | undefined;
|
|
441
441
|
tags?: string[] | undefined;
|
|
442
442
|
documentation?: ({
|
|
443
443
|
type: "pdf";
|
|
@@ -459,6 +459,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
459
459
|
}, {
|
|
460
460
|
code: string;
|
|
461
461
|
type: "task-item";
|
|
462
|
+
longFormTitle: string;
|
|
462
463
|
definition: {
|
|
463
464
|
type: "select-single";
|
|
464
465
|
options: {
|
|
@@ -522,7 +523,6 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
522
523
|
excludeFromTargets?: boolean | undefined;
|
|
523
524
|
} | undefined;
|
|
524
525
|
description?: string | undefined;
|
|
525
|
-
longFormTitle?: string | undefined;
|
|
526
526
|
tags?: string[] | undefined;
|
|
527
527
|
documentation?: ({
|
|
528
528
|
type: "pdf";
|
|
@@ -567,6 +567,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
567
567
|
items: {
|
|
568
568
|
code: string;
|
|
569
569
|
type: "task-item";
|
|
570
|
+
longFormTitle: string;
|
|
570
571
|
definition: {
|
|
571
572
|
type: "select-single";
|
|
572
573
|
options: {
|
|
@@ -630,7 +631,6 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
630
631
|
excludeFromTargets?: boolean | undefined;
|
|
631
632
|
} | undefined;
|
|
632
633
|
description?: string | undefined;
|
|
633
|
-
longFormTitle?: string | undefined;
|
|
634
634
|
tags?: string[] | undefined;
|
|
635
635
|
documentation?: ({
|
|
636
636
|
type: "pdf";
|
|
@@ -650,6 +650,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
650
650
|
sortOrder?: number | undefined;
|
|
651
651
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
652
652
|
}[];
|
|
653
|
+
longFormTitle: string;
|
|
653
654
|
data?: {
|
|
654
655
|
type?: "number" | "percentage" | undefined;
|
|
655
656
|
total?: number | undefined;
|
|
@@ -663,7 +664,6 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
663
664
|
readOnly?: boolean | undefined;
|
|
664
665
|
} | undefined;
|
|
665
666
|
description?: string | undefined;
|
|
666
|
-
longFormTitle?: string | undefined;
|
|
667
667
|
tags?: string[] | undefined;
|
|
668
668
|
documentation?: ({
|
|
669
669
|
type: "pdf";
|
|
@@ -693,6 +693,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
693
693
|
items: {
|
|
694
694
|
code: string;
|
|
695
695
|
type: "task-item";
|
|
696
|
+
longFormTitle: string;
|
|
696
697
|
definition: {
|
|
697
698
|
type: "select-single";
|
|
698
699
|
options: {
|
|
@@ -756,7 +757,6 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
756
757
|
excludeFromTargets?: boolean | undefined;
|
|
757
758
|
} | undefined;
|
|
758
759
|
description?: string | undefined;
|
|
759
|
-
longFormTitle?: string | undefined;
|
|
760
760
|
tags?: string[] | undefined;
|
|
761
761
|
documentation?: ({
|
|
762
762
|
type: "pdf";
|
|
@@ -776,6 +776,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
776
776
|
sortOrder?: number | undefined;
|
|
777
777
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
778
778
|
}[];
|
|
779
|
+
longFormTitle: string;
|
|
779
780
|
data?: {
|
|
780
781
|
type?: "number" | "percentage" | undefined;
|
|
781
782
|
total?: number | undefined;
|
|
@@ -789,7 +790,6 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
789
790
|
readOnly?: boolean | undefined;
|
|
790
791
|
} | undefined;
|
|
791
792
|
description?: string | undefined;
|
|
792
|
-
longFormTitle?: string | undefined;
|
|
793
793
|
tags?: string[] | undefined;
|
|
794
794
|
documentation?: ({
|
|
795
795
|
type: "pdf";
|
|
@@ -94,7 +94,7 @@ export declare const themeOptionsSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
94
94
|
}>]>>;
|
|
95
95
|
export declare const themeSchema: z.ZodObject<{
|
|
96
96
|
title: z.ZodString;
|
|
97
|
-
longFormTitle: z.
|
|
97
|
+
longFormTitle: z.ZodString;
|
|
98
98
|
code: z.ZodString;
|
|
99
99
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
100
100
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -232,7 +232,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
232
232
|
}>>;
|
|
233
233
|
items: z.ZodArray<z.ZodObject<{
|
|
234
234
|
title: z.ZodString;
|
|
235
|
-
longFormTitle: z.
|
|
235
|
+
longFormTitle: z.ZodString;
|
|
236
236
|
code: z.ZodString;
|
|
237
237
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
238
238
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -320,7 +320,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
320
320
|
type: z.ZodLiteral<"criterion">;
|
|
321
321
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
322
322
|
title: z.ZodString;
|
|
323
|
-
longFormTitle: z.
|
|
323
|
+
longFormTitle: z.ZodString;
|
|
324
324
|
code: z.ZodString;
|
|
325
325
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
326
326
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -410,7 +410,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
410
410
|
category: z.ZodOptional<z.ZodString>;
|
|
411
411
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
412
412
|
title: z.ZodString;
|
|
413
|
-
longFormTitle: z.
|
|
413
|
+
longFormTitle: z.ZodString;
|
|
414
414
|
code: z.ZodString;
|
|
415
415
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
416
416
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -499,7 +499,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
499
499
|
description: z.ZodOptional<z.ZodString>;
|
|
500
500
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
501
501
|
code: z.ZodString;
|
|
502
|
-
longFormTitle: z.
|
|
502
|
+
longFormTitle: z.ZodString;
|
|
503
503
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
504
504
|
documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
505
505
|
label: z.ZodString;
|
|
@@ -770,6 +770,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
770
770
|
}, "strip", z.ZodTypeAny, {
|
|
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 themeSchema: 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";
|
|
@@ -855,6 +855,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
855
855
|
}, {
|
|
856
856
|
code: string;
|
|
857
857
|
type: "task-item";
|
|
858
|
+
longFormTitle: string;
|
|
858
859
|
definition: {
|
|
859
860
|
type: "select-single";
|
|
860
861
|
options: {
|
|
@@ -918,7 +919,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
918
919
|
excludeFromTargets?: boolean | undefined;
|
|
919
920
|
} | undefined;
|
|
920
921
|
description?: string | undefined;
|
|
921
|
-
longFormTitle?: string | undefined;
|
|
922
922
|
tags?: string[] | undefined;
|
|
923
923
|
documentation?: ({
|
|
924
924
|
type: "pdf";
|
|
@@ -963,6 +963,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
963
963
|
items: {
|
|
964
964
|
code: string;
|
|
965
965
|
type: "task-item";
|
|
966
|
+
longFormTitle: string;
|
|
966
967
|
definition: {
|
|
967
968
|
type: "select-single";
|
|
968
969
|
options: {
|
|
@@ -1026,7 +1027,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1026
1027
|
excludeFromTargets?: boolean | undefined;
|
|
1027
1028
|
} | undefined;
|
|
1028
1029
|
description?: string | undefined;
|
|
1029
|
-
longFormTitle?: string | undefined;
|
|
1030
1030
|
tags?: string[] | undefined;
|
|
1031
1031
|
documentation?: ({
|
|
1032
1032
|
type: "pdf";
|
|
@@ -1046,6 +1046,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1046
1046
|
sortOrder?: number | undefined;
|
|
1047
1047
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1048
1048
|
}[];
|
|
1049
|
+
longFormTitle: string;
|
|
1049
1050
|
data?: {
|
|
1050
1051
|
type?: "number" | "percentage" | undefined;
|
|
1051
1052
|
total?: number | undefined;
|
|
@@ -1059,7 +1060,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1059
1060
|
readOnly?: boolean | undefined;
|
|
1060
1061
|
} | undefined;
|
|
1061
1062
|
description?: string | undefined;
|
|
1062
|
-
longFormTitle?: string | undefined;
|
|
1063
1063
|
tags?: string[] | undefined;
|
|
1064
1064
|
documentation?: ({
|
|
1065
1065
|
type: "pdf";
|
|
@@ -1089,6 +1089,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1089
1089
|
items: {
|
|
1090
1090
|
code: string;
|
|
1091
1091
|
type: "task-item";
|
|
1092
|
+
longFormTitle: string;
|
|
1092
1093
|
definition: {
|
|
1093
1094
|
type: "select-single";
|
|
1094
1095
|
options: {
|
|
@@ -1152,7 +1153,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1152
1153
|
excludeFromTargets?: boolean | undefined;
|
|
1153
1154
|
} | undefined;
|
|
1154
1155
|
description?: string | undefined;
|
|
1155
|
-
longFormTitle?: string | undefined;
|
|
1156
1156
|
tags?: string[] | undefined;
|
|
1157
1157
|
documentation?: ({
|
|
1158
1158
|
type: "pdf";
|
|
@@ -1172,6 +1172,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1172
1172
|
sortOrder?: number | undefined;
|
|
1173
1173
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1174
1174
|
}[];
|
|
1175
|
+
longFormTitle: string;
|
|
1175
1176
|
data?: {
|
|
1176
1177
|
type?: "number" | "percentage" | undefined;
|
|
1177
1178
|
total?: number | undefined;
|
|
@@ -1185,7 +1186,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1185
1186
|
readOnly?: boolean | undefined;
|
|
1186
1187
|
} | undefined;
|
|
1187
1188
|
description?: string | undefined;
|
|
1188
|
-
longFormTitle?: string | undefined;
|
|
1189
1189
|
tags?: string[] | undefined;
|
|
1190
1190
|
documentation?: ({
|
|
1191
1191
|
type: "pdf";
|
|
@@ -1220,6 +1220,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1220
1220
|
items: {
|
|
1221
1221
|
code: string;
|
|
1222
1222
|
type: "task-item";
|
|
1223
|
+
longFormTitle: string;
|
|
1223
1224
|
definition: {
|
|
1224
1225
|
type: "select-single";
|
|
1225
1226
|
options: {
|
|
@@ -1283,7 +1284,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1283
1284
|
excludeFromTargets?: boolean | undefined;
|
|
1284
1285
|
} | undefined;
|
|
1285
1286
|
description?: string | undefined;
|
|
1286
|
-
longFormTitle?: string | undefined;
|
|
1287
1287
|
tags?: string[] | undefined;
|
|
1288
1288
|
documentation?: ({
|
|
1289
1289
|
type: "pdf";
|
|
@@ -1303,6 +1303,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1303
1303
|
sortOrder?: number | undefined;
|
|
1304
1304
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1305
1305
|
}[];
|
|
1306
|
+
longFormTitle: string;
|
|
1306
1307
|
data?: {
|
|
1307
1308
|
type?: "number" | "percentage" | undefined;
|
|
1308
1309
|
total?: number | undefined;
|
|
@@ -1316,7 +1317,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1316
1317
|
readOnly?: boolean | undefined;
|
|
1317
1318
|
} | undefined;
|
|
1318
1319
|
description?: string | undefined;
|
|
1319
|
-
longFormTitle?: string | undefined;
|
|
1320
1320
|
tags?: string[] | undefined;
|
|
1321
1321
|
documentation?: ({
|
|
1322
1322
|
type: "pdf";
|
|
@@ -1335,6 +1335,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1335
1335
|
})[] | undefined;
|
|
1336
1336
|
sortOrder?: number | undefined;
|
|
1337
1337
|
}[];
|
|
1338
|
+
longFormTitle: string;
|
|
1338
1339
|
data?: {
|
|
1339
1340
|
type?: "number" | "percentage" | undefined;
|
|
1340
1341
|
total?: number | undefined;
|
|
@@ -1348,7 +1349,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1348
1349
|
readOnly?: boolean | undefined;
|
|
1349
1350
|
} | undefined;
|
|
1350
1351
|
description?: string | undefined;
|
|
1351
|
-
longFormTitle?: string | undefined;
|
|
1352
1352
|
tags?: string[] | undefined;
|
|
1353
1353
|
documentation?: ({
|
|
1354
1354
|
type: "pdf";
|
|
@@ -1383,6 +1383,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1383
1383
|
items: {
|
|
1384
1384
|
code: string;
|
|
1385
1385
|
type: "task-item";
|
|
1386
|
+
longFormTitle: string;
|
|
1386
1387
|
definition: {
|
|
1387
1388
|
type: "select-single";
|
|
1388
1389
|
options: {
|
|
@@ -1446,7 +1447,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1446
1447
|
excludeFromTargets?: boolean | undefined;
|
|
1447
1448
|
} | undefined;
|
|
1448
1449
|
description?: string | undefined;
|
|
1449
|
-
longFormTitle?: string | undefined;
|
|
1450
1450
|
tags?: string[] | undefined;
|
|
1451
1451
|
documentation?: ({
|
|
1452
1452
|
type: "pdf";
|
|
@@ -1466,6 +1466,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1466
1466
|
sortOrder?: number | undefined;
|
|
1467
1467
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1468
1468
|
}[];
|
|
1469
|
+
longFormTitle: string;
|
|
1469
1470
|
data?: {
|
|
1470
1471
|
type?: "number" | "percentage" | undefined;
|
|
1471
1472
|
total?: number | undefined;
|
|
@@ -1479,7 +1480,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1479
1480
|
readOnly?: boolean | undefined;
|
|
1480
1481
|
} | undefined;
|
|
1481
1482
|
description?: string | undefined;
|
|
1482
|
-
longFormTitle?: string | undefined;
|
|
1483
1483
|
tags?: string[] | undefined;
|
|
1484
1484
|
documentation?: ({
|
|
1485
1485
|
type: "pdf";
|
|
@@ -1498,6 +1498,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1498
1498
|
})[] | undefined;
|
|
1499
1499
|
sortOrder?: number | undefined;
|
|
1500
1500
|
}[];
|
|
1501
|
+
longFormTitle: string;
|
|
1501
1502
|
data?: {
|
|
1502
1503
|
type?: "number" | "percentage" | undefined;
|
|
1503
1504
|
total?: number | undefined;
|
|
@@ -1511,7 +1512,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1511
1512
|
readOnly?: boolean | undefined;
|
|
1512
1513
|
} | undefined;
|
|
1513
1514
|
description?: string | undefined;
|
|
1514
|
-
longFormTitle?: string | undefined;
|
|
1515
1515
|
tags?: string[] | undefined;
|
|
1516
1516
|
documentation?: ({
|
|
1517
1517
|
type: "pdf";
|
|
@@ -1609,6 +1609,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1609
1609
|
items: {
|
|
1610
1610
|
code: string;
|
|
1611
1611
|
type: "task-item";
|
|
1612
|
+
longFormTitle: string;
|
|
1612
1613
|
definition: {
|
|
1613
1614
|
type: "select-single";
|
|
1614
1615
|
options: {
|
|
@@ -1672,7 +1673,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1672
1673
|
excludeFromTargets?: boolean | undefined;
|
|
1673
1674
|
} | undefined;
|
|
1674
1675
|
description?: string | undefined;
|
|
1675
|
-
longFormTitle?: string | undefined;
|
|
1676
1676
|
tags?: string[] | undefined;
|
|
1677
1677
|
documentation?: ({
|
|
1678
1678
|
type: "pdf";
|
|
@@ -1692,6 +1692,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1692
1692
|
sortOrder?: number | undefined;
|
|
1693
1693
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1694
1694
|
}[];
|
|
1695
|
+
longFormTitle: string;
|
|
1695
1696
|
data?: {
|
|
1696
1697
|
type?: "number" | "percentage" | undefined;
|
|
1697
1698
|
total?: number | undefined;
|
|
@@ -1705,7 +1706,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1705
1706
|
readOnly?: boolean | undefined;
|
|
1706
1707
|
} | undefined;
|
|
1707
1708
|
description?: string | undefined;
|
|
1708
|
-
longFormTitle?: string | undefined;
|
|
1709
1709
|
tags?: string[] | undefined;
|
|
1710
1710
|
documentation?: ({
|
|
1711
1711
|
type: "pdf";
|
|
@@ -1724,6 +1724,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1724
1724
|
})[] | undefined;
|
|
1725
1725
|
sortOrder?: number | undefined;
|
|
1726
1726
|
}[];
|
|
1727
|
+
longFormTitle: string;
|
|
1727
1728
|
data?: {
|
|
1728
1729
|
type?: "number" | "percentage" | undefined;
|
|
1729
1730
|
total?: number | undefined;
|
|
@@ -1737,7 +1738,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1737
1738
|
readOnly?: boolean | undefined;
|
|
1738
1739
|
} | undefined;
|
|
1739
1740
|
description?: string | undefined;
|
|
1740
|
-
longFormTitle?: string | undefined;
|
|
1741
1741
|
tags?: string[] | undefined;
|
|
1742
1742
|
documentation?: ({
|
|
1743
1743
|
type: "pdf";
|
|
@@ -1757,6 +1757,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1757
1757
|
sortOrder?: number | undefined;
|
|
1758
1758
|
category?: string | undefined;
|
|
1759
1759
|
}[];
|
|
1760
|
+
longFormTitle: string;
|
|
1760
1761
|
data?: {
|
|
1761
1762
|
type?: "number" | "percentage" | undefined;
|
|
1762
1763
|
total?: number | undefined;
|
|
@@ -1769,7 +1770,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1769
1770
|
step?: number | undefined;
|
|
1770
1771
|
readOnly?: boolean | undefined;
|
|
1771
1772
|
} | undefined;
|
|
1772
|
-
longFormTitle?: string | undefined;
|
|
1773
1773
|
tags?: string[] | undefined;
|
|
1774
1774
|
documentation?: ({
|
|
1775
1775
|
type: "pdf";
|
|
@@ -1822,6 +1822,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1822
1822
|
items: {
|
|
1823
1823
|
code: string;
|
|
1824
1824
|
type: "task-item";
|
|
1825
|
+
longFormTitle: string;
|
|
1825
1826
|
definition: {
|
|
1826
1827
|
type: "select-single";
|
|
1827
1828
|
options: {
|
|
@@ -1885,7 +1886,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1885
1886
|
excludeFromTargets?: boolean | undefined;
|
|
1886
1887
|
} | undefined;
|
|
1887
1888
|
description?: string | undefined;
|
|
1888
|
-
longFormTitle?: string | undefined;
|
|
1889
1889
|
tags?: string[] | undefined;
|
|
1890
1890
|
documentation?: ({
|
|
1891
1891
|
type: "pdf";
|
|
@@ -1905,6 +1905,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1905
1905
|
sortOrder?: number | undefined;
|
|
1906
1906
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
1907
1907
|
}[];
|
|
1908
|
+
longFormTitle: string;
|
|
1908
1909
|
data?: {
|
|
1909
1910
|
type?: "number" | "percentage" | undefined;
|
|
1910
1911
|
total?: number | undefined;
|
|
@@ -1918,7 +1919,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1918
1919
|
readOnly?: boolean | undefined;
|
|
1919
1920
|
} | undefined;
|
|
1920
1921
|
description?: string | undefined;
|
|
1921
|
-
longFormTitle?: string | undefined;
|
|
1922
1922
|
tags?: string[] | undefined;
|
|
1923
1923
|
documentation?: ({
|
|
1924
1924
|
type: "pdf";
|
|
@@ -1937,6 +1937,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1937
1937
|
})[] | undefined;
|
|
1938
1938
|
sortOrder?: number | undefined;
|
|
1939
1939
|
}[];
|
|
1940
|
+
longFormTitle: string;
|
|
1940
1941
|
data?: {
|
|
1941
1942
|
type?: "number" | "percentage" | undefined;
|
|
1942
1943
|
total?: number | undefined;
|
|
@@ -1950,7 +1951,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1950
1951
|
readOnly?: boolean | undefined;
|
|
1951
1952
|
} | undefined;
|
|
1952
1953
|
description?: string | undefined;
|
|
1953
|
-
longFormTitle?: string | undefined;
|
|
1954
1954
|
tags?: string[] | undefined;
|
|
1955
1955
|
documentation?: ({
|
|
1956
1956
|
type: "pdf";
|
|
@@ -1970,6 +1970,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1970
1970
|
sortOrder?: number | undefined;
|
|
1971
1971
|
category?: string | undefined;
|
|
1972
1972
|
}[];
|
|
1973
|
+
longFormTitle: string;
|
|
1973
1974
|
data?: {
|
|
1974
1975
|
type?: "number" | "percentage" | undefined;
|
|
1975
1976
|
total?: number | undefined;
|
|
@@ -1982,7 +1983,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1982
1983
|
step?: number | undefined;
|
|
1983
1984
|
readOnly?: boolean | undefined;
|
|
1984
1985
|
} | undefined;
|
|
1985
|
-
longFormTitle?: string | undefined;
|
|
1986
1986
|
tags?: string[] | undefined;
|
|
1987
1987
|
documentation?: ({
|
|
1988
1988
|
type: "pdf";
|
|
@@ -2098,6 +2098,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2098
2098
|
items: {
|
|
2099
2099
|
code: string;
|
|
2100
2100
|
type: "task-item";
|
|
2101
|
+
longFormTitle: string;
|
|
2101
2102
|
definition: {
|
|
2102
2103
|
type: "select-single";
|
|
2103
2104
|
options: {
|
|
@@ -2161,7 +2162,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2161
2162
|
excludeFromTargets?: boolean | undefined;
|
|
2162
2163
|
} | undefined;
|
|
2163
2164
|
description?: string | undefined;
|
|
2164
|
-
longFormTitle?: string | undefined;
|
|
2165
2165
|
tags?: string[] | undefined;
|
|
2166
2166
|
documentation?: ({
|
|
2167
2167
|
type: "pdf";
|
|
@@ -2181,6 +2181,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2181
2181
|
sortOrder?: number | undefined;
|
|
2182
2182
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
2183
2183
|
}[];
|
|
2184
|
+
longFormTitle: string;
|
|
2184
2185
|
data?: {
|
|
2185
2186
|
type?: "number" | "percentage" | undefined;
|
|
2186
2187
|
total?: number | undefined;
|
|
@@ -2194,7 +2195,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2194
2195
|
readOnly?: boolean | undefined;
|
|
2195
2196
|
} | undefined;
|
|
2196
2197
|
description?: string | undefined;
|
|
2197
|
-
longFormTitle?: string | undefined;
|
|
2198
2198
|
tags?: string[] | undefined;
|
|
2199
2199
|
documentation?: ({
|
|
2200
2200
|
type: "pdf";
|
|
@@ -2213,6 +2213,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2213
2213
|
})[] | undefined;
|
|
2214
2214
|
sortOrder?: number | undefined;
|
|
2215
2215
|
}[];
|
|
2216
|
+
longFormTitle: string;
|
|
2216
2217
|
data?: {
|
|
2217
2218
|
type?: "number" | "percentage" | undefined;
|
|
2218
2219
|
total?: number | undefined;
|
|
@@ -2226,7 +2227,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2226
2227
|
readOnly?: boolean | undefined;
|
|
2227
2228
|
} | undefined;
|
|
2228
2229
|
description?: string | undefined;
|
|
2229
|
-
longFormTitle?: string | undefined;
|
|
2230
2230
|
tags?: string[] | undefined;
|
|
2231
2231
|
documentation?: ({
|
|
2232
2232
|
type: "pdf";
|
|
@@ -2246,6 +2246,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2246
2246
|
sortOrder?: number | undefined;
|
|
2247
2247
|
category?: string | undefined;
|
|
2248
2248
|
}[];
|
|
2249
|
+
longFormTitle: string;
|
|
2249
2250
|
data?: {
|
|
2250
2251
|
type?: "number" | "percentage" | undefined;
|
|
2251
2252
|
total?: number | undefined;
|
|
@@ -2258,7 +2259,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2258
2259
|
step?: number | undefined;
|
|
2259
2260
|
readOnly?: boolean | undefined;
|
|
2260
2261
|
} | undefined;
|
|
2261
|
-
longFormTitle?: string | undefined;
|
|
2262
2262
|
tags?: string[] | undefined;
|
|
2263
2263
|
documentation?: ({
|
|
2264
2264
|
type: "pdf";
|
|
@@ -2277,6 +2277,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2277
2277
|
})[] | undefined;
|
|
2278
2278
|
sortOrder?: number | undefined;
|
|
2279
2279
|
}[];
|
|
2280
|
+
longFormTitle: string;
|
|
2280
2281
|
data?: {
|
|
2281
2282
|
type?: "number" | "percentage" | undefined;
|
|
2282
2283
|
total?: number | undefined;
|
|
@@ -2301,7 +2302,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2301
2302
|
blue: number;
|
|
2302
2303
|
};
|
|
2303
2304
|
} | undefined;
|
|
2304
|
-
longFormTitle?: string | undefined;
|
|
2305
2305
|
tags?: string[] | undefined;
|
|
2306
2306
|
documentation?: ({
|
|
2307
2307
|
type: "pdf";
|
|
@@ -2373,6 +2373,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2373
2373
|
items: {
|
|
2374
2374
|
code: string;
|
|
2375
2375
|
type: "task-item";
|
|
2376
|
+
longFormTitle: string;
|
|
2376
2377
|
definition: {
|
|
2377
2378
|
type: "select-single";
|
|
2378
2379
|
options: {
|
|
@@ -2436,7 +2437,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2436
2437
|
excludeFromTargets?: boolean | undefined;
|
|
2437
2438
|
} | undefined;
|
|
2438
2439
|
description?: string | undefined;
|
|
2439
|
-
longFormTitle?: string | undefined;
|
|
2440
2440
|
tags?: string[] | undefined;
|
|
2441
2441
|
documentation?: ({
|
|
2442
2442
|
type: "pdf";
|
|
@@ -2456,6 +2456,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2456
2456
|
sortOrder?: number | undefined;
|
|
2457
2457
|
valueReference?: string | number | boolean | (string | number | boolean | null)[] | null | undefined;
|
|
2458
2458
|
}[];
|
|
2459
|
+
longFormTitle: string;
|
|
2459
2460
|
data?: {
|
|
2460
2461
|
type?: "number" | "percentage" | undefined;
|
|
2461
2462
|
total?: number | undefined;
|
|
@@ -2469,7 +2470,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2469
2470
|
readOnly?: boolean | undefined;
|
|
2470
2471
|
} | undefined;
|
|
2471
2472
|
description?: string | undefined;
|
|
2472
|
-
longFormTitle?: string | undefined;
|
|
2473
2473
|
tags?: string[] | undefined;
|
|
2474
2474
|
documentation?: ({
|
|
2475
2475
|
type: "pdf";
|
|
@@ -2488,6 +2488,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2488
2488
|
})[] | undefined;
|
|
2489
2489
|
sortOrder?: number | undefined;
|
|
2490
2490
|
}[];
|
|
2491
|
+
longFormTitle: string;
|
|
2491
2492
|
data?: {
|
|
2492
2493
|
type?: "number" | "percentage" | undefined;
|
|
2493
2494
|
total?: number | undefined;
|
|
@@ -2501,7 +2502,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2501
2502
|
readOnly?: boolean | undefined;
|
|
2502
2503
|
} | undefined;
|
|
2503
2504
|
description?: string | undefined;
|
|
2504
|
-
longFormTitle?: string | undefined;
|
|
2505
2505
|
tags?: string[] | undefined;
|
|
2506
2506
|
documentation?: ({
|
|
2507
2507
|
type: "pdf";
|
|
@@ -2521,6 +2521,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2521
2521
|
sortOrder?: number | undefined;
|
|
2522
2522
|
category?: string | undefined;
|
|
2523
2523
|
}[];
|
|
2524
|
+
longFormTitle: string;
|
|
2524
2525
|
data?: {
|
|
2525
2526
|
type?: "number" | "percentage" | undefined;
|
|
2526
2527
|
total?: number | undefined;
|
|
@@ -2533,7 +2534,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2533
2534
|
step?: number | undefined;
|
|
2534
2535
|
readOnly?: boolean | undefined;
|
|
2535
2536
|
} | undefined;
|
|
2536
|
-
longFormTitle?: string | undefined;
|
|
2537
2537
|
tags?: string[] | undefined;
|
|
2538
2538
|
documentation?: ({
|
|
2539
2539
|
type: "pdf";
|
|
@@ -2552,6 +2552,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2552
2552
|
})[] | undefined;
|
|
2553
2553
|
sortOrder?: number | undefined;
|
|
2554
2554
|
}[];
|
|
2555
|
+
longFormTitle: string;
|
|
2555
2556
|
data?: {
|
|
2556
2557
|
type?: "number" | "percentage" | undefined;
|
|
2557
2558
|
total?: number | undefined;
|
|
@@ -2576,7 +2577,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2576
2577
|
blue: number;
|
|
2577
2578
|
};
|
|
2578
2579
|
} | undefined;
|
|
2579
|
-
longFormTitle?: string | undefined;
|
|
2580
2580
|
tags?: string[] | undefined;
|
|
2581
2581
|
documentation?: ({
|
|
2582
2582
|
type: "pdf";
|
package/package.json
CHANGED