@openframe-org/criteria-set-protocol 2.0.13 → 2.0.14

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.
@@ -8,6 +8,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
8
8
  themes: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
9
9
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
10
10
  title: z.ZodString;
11
+ longFormTitle: z.ZodOptional<z.ZodString>;
11
12
  code: z.ZodString;
12
13
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
13
14
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -149,6 +150,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
149
150
  items: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
150
151
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
151
152
  title: z.ZodString;
153
+ longFormTitle: z.ZodOptional<z.ZodString>;
152
154
  code: z.ZodString;
153
155
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
154
156
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -240,6 +242,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
240
242
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
241
243
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
242
244
  title: z.ZodString;
245
+ longFormTitle: z.ZodOptional<z.ZodString>;
243
246
  code: z.ZodString;
244
247
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
245
248
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -332,6 +335,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
332
335
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
333
336
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
334
337
  title: z.ZodString;
338
+ longFormTitle: z.ZodOptional<z.ZodString>;
335
339
  code: z.ZodString;
336
340
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
337
341
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -424,6 +428,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
424
428
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<Omit<{
425
429
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
426
430
  title: z.ZodString;
431
+ longFormTitle: z.ZodOptional<z.ZodString>;
427
432
  code: z.ZodString;
428
433
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
429
434
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -736,6 +741,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
736
741
  hideCode?: boolean | undefined;
737
742
  } | undefined;
738
743
  description?: string | undefined;
744
+ longFormTitle?: string | undefined;
739
745
  tags?: string[] | undefined;
740
746
  documentation?: ({
741
747
  type: "pdf";
@@ -805,6 +811,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
805
811
  hideCode?: boolean | undefined;
806
812
  } | undefined;
807
813
  description?: string | undefined;
814
+ longFormTitle?: string | undefined;
808
815
  tags?: string[] | undefined;
809
816
  documentation?: ({
810
817
  type: "pdf";
@@ -827,13 +834,10 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
827
834
  }>>, "many">;
828
835
  options: z.ZodOptional<z.ZodObject<{
829
836
  hideCode: z.ZodOptional<z.ZodBoolean>;
830
- includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
831
837
  }, "strip", z.ZodTypeAny, {
832
838
  hideCode?: boolean | undefined;
833
- includeCodeInLongFormName?: boolean | undefined;
834
839
  }, {
835
840
  hideCode?: boolean | undefined;
836
- includeCodeInLongFormName?: boolean | undefined;
837
841
  }>>;
838
842
  }>, "strip", z.ZodTypeAny, {
839
843
  type: "task";
@@ -889,6 +893,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
889
893
  hideCode?: boolean | undefined;
890
894
  } | undefined;
891
895
  description?: string | undefined;
896
+ longFormTitle?: string | undefined;
892
897
  tags?: string[] | undefined;
893
898
  documentation?: ({
894
899
  type: "pdf";
@@ -923,9 +928,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
923
928
  } | undefined;
924
929
  options?: {
925
930
  hideCode?: boolean | undefined;
926
- includeCodeInLongFormName?: boolean | undefined;
927
931
  } | undefined;
928
932
  description?: string | undefined;
933
+ longFormTitle?: string | undefined;
929
934
  tags?: string[] | undefined;
930
935
  documentation?: ({
931
936
  type: "pdf";
@@ -997,6 +1002,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
997
1002
  hideCode?: boolean | undefined;
998
1003
  } | undefined;
999
1004
  description?: string | undefined;
1005
+ longFormTitle?: string | undefined;
1000
1006
  tags?: string[] | undefined;
1001
1007
  documentation?: ({
1002
1008
  type: "pdf";
@@ -1031,9 +1037,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1031
1037
  } | undefined;
1032
1038
  options?: {
1033
1039
  hideCode?: boolean | undefined;
1034
- includeCodeInLongFormName?: boolean | undefined;
1035
1040
  } | undefined;
1036
1041
  description?: string | undefined;
1042
+ longFormTitle?: string | undefined;
1037
1043
  tags?: string[] | undefined;
1038
1044
  documentation?: ({
1039
1045
  type: "pdf";
@@ -1120,6 +1126,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1120
1126
  hideCode?: boolean | undefined;
1121
1127
  } | undefined;
1122
1128
  description?: string | undefined;
1129
+ longFormTitle?: string | undefined;
1123
1130
  tags?: string[] | undefined;
1124
1131
  documentation?: ({
1125
1132
  type: "pdf";
@@ -1154,9 +1161,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1154
1161
  } | undefined;
1155
1162
  options?: {
1156
1163
  hideCode?: boolean | undefined;
1157
- includeCodeInLongFormName?: boolean | undefined;
1158
1164
  } | undefined;
1159
1165
  description?: string | undefined;
1166
+ longFormTitle?: string | undefined;
1160
1167
  tags?: string[] | undefined;
1161
1168
  documentation?: ({
1162
1169
  type: "pdf";
@@ -1191,6 +1198,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1191
1198
  hideCode?: boolean | undefined;
1192
1199
  hideFromHierarchy?: boolean | undefined;
1193
1200
  } | undefined;
1201
+ longFormTitle?: string | undefined;
1194
1202
  tags?: string[] | undefined;
1195
1203
  documentation?: ({
1196
1204
  type: "pdf";
@@ -1267,6 +1275,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1267
1275
  hideCode?: boolean | undefined;
1268
1276
  } | undefined;
1269
1277
  description?: string | undefined;
1278
+ longFormTitle?: string | undefined;
1270
1279
  tags?: string[] | undefined;
1271
1280
  documentation?: ({
1272
1281
  type: "pdf";
@@ -1301,9 +1310,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1301
1310
  } | undefined;
1302
1311
  options?: {
1303
1312
  hideCode?: boolean | undefined;
1304
- includeCodeInLongFormName?: boolean | undefined;
1305
1313
  } | undefined;
1306
1314
  description?: string | undefined;
1315
+ longFormTitle?: string | undefined;
1307
1316
  tags?: string[] | undefined;
1308
1317
  documentation?: ({
1309
1318
  type: "pdf";
@@ -1338,6 +1347,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1338
1347
  hideCode?: boolean | undefined;
1339
1348
  hideFromHierarchy?: boolean | undefined;
1340
1349
  } | undefined;
1350
+ longFormTitle?: string | undefined;
1341
1351
  tags?: string[] | undefined;
1342
1352
  documentation?: ({
1343
1353
  type: "pdf";
@@ -1429,6 +1439,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1429
1439
  hideCode?: boolean | undefined;
1430
1440
  } | undefined;
1431
1441
  description?: string | undefined;
1442
+ longFormTitle?: string | undefined;
1432
1443
  tags?: string[] | undefined;
1433
1444
  documentation?: ({
1434
1445
  type: "pdf";
@@ -1463,9 +1474,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1463
1474
  } | undefined;
1464
1475
  options?: {
1465
1476
  hideCode?: boolean | undefined;
1466
- includeCodeInLongFormName?: boolean | undefined;
1467
1477
  } | undefined;
1468
1478
  description?: string | undefined;
1479
+ longFormTitle?: string | undefined;
1469
1480
  tags?: string[] | undefined;
1470
1481
  documentation?: ({
1471
1482
  type: "pdf";
@@ -1500,6 +1511,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1500
1511
  hideCode?: boolean | undefined;
1501
1512
  hideFromHierarchy?: boolean | undefined;
1502
1513
  } | undefined;
1514
+ longFormTitle?: string | undefined;
1503
1515
  tags?: string[] | undefined;
1504
1516
  documentation?: ({
1505
1517
  type: "pdf";
@@ -1535,6 +1547,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1535
1547
  hideCode?: boolean | undefined;
1536
1548
  hideFromHierarchy?: boolean | undefined;
1537
1549
  } | undefined;
1550
+ longFormTitle?: string | undefined;
1538
1551
  tags?: string[] | undefined;
1539
1552
  documentation?: ({
1540
1553
  type: "pdf";
@@ -1614,6 +1627,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1614
1627
  hideCode?: boolean | undefined;
1615
1628
  } | undefined;
1616
1629
  description?: string | undefined;
1630
+ longFormTitle?: string | undefined;
1617
1631
  tags?: string[] | undefined;
1618
1632
  documentation?: ({
1619
1633
  type: "pdf";
@@ -1648,9 +1662,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1648
1662
  } | undefined;
1649
1663
  options?: {
1650
1664
  hideCode?: boolean | undefined;
1651
- includeCodeInLongFormName?: boolean | undefined;
1652
1665
  } | undefined;
1653
1666
  description?: string | undefined;
1667
+ longFormTitle?: string | undefined;
1654
1668
  tags?: string[] | undefined;
1655
1669
  documentation?: ({
1656
1670
  type: "pdf";
@@ -1685,6 +1699,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1685
1699
  hideCode?: boolean | undefined;
1686
1700
  hideFromHierarchy?: boolean | undefined;
1687
1701
  } | undefined;
1702
+ longFormTitle?: string | undefined;
1688
1703
  tags?: string[] | undefined;
1689
1704
  documentation?: ({
1690
1705
  type: "pdf";
@@ -1720,6 +1735,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1720
1735
  hideCode?: boolean | undefined;
1721
1736
  hideFromHierarchy?: boolean | undefined;
1722
1737
  } | undefined;
1738
+ longFormTitle?: string | undefined;
1723
1739
  tags?: string[] | undefined;
1724
1740
  documentation?: ({
1725
1741
  type: "pdf";
@@ -1814,6 +1830,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1814
1830
  hideCode?: boolean | undefined;
1815
1831
  } | undefined;
1816
1832
  description?: string | undefined;
1833
+ longFormTitle?: string | undefined;
1817
1834
  tags?: string[] | undefined;
1818
1835
  documentation?: ({
1819
1836
  type: "pdf";
@@ -1848,9 +1865,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1848
1865
  } | undefined;
1849
1866
  options?: {
1850
1867
  hideCode?: boolean | undefined;
1851
- includeCodeInLongFormName?: boolean | undefined;
1852
1868
  } | undefined;
1853
1869
  description?: string | undefined;
1870
+ longFormTitle?: string | undefined;
1854
1871
  tags?: string[] | undefined;
1855
1872
  documentation?: ({
1856
1873
  type: "pdf";
@@ -1885,6 +1902,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1885
1902
  hideCode?: boolean | undefined;
1886
1903
  hideFromHierarchy?: boolean | undefined;
1887
1904
  } | undefined;
1905
+ longFormTitle?: string | undefined;
1888
1906
  tags?: string[] | undefined;
1889
1907
  documentation?: ({
1890
1908
  type: "pdf";
@@ -1920,6 +1938,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1920
1938
  hideCode?: boolean | undefined;
1921
1939
  hideFromHierarchy?: boolean | undefined;
1922
1940
  } | undefined;
1941
+ longFormTitle?: string | undefined;
1923
1942
  tags?: string[] | undefined;
1924
1943
  documentation?: ({
1925
1944
  type: "pdf";
@@ -1966,6 +1985,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1966
1985
  hideCode?: boolean | undefined;
1967
1986
  hideFromHierarchy?: boolean | undefined;
1968
1987
  } | undefined;
1988
+ longFormTitle?: string | undefined;
1969
1989
  tags?: string[] | undefined;
1970
1990
  documentation?: ({
1971
1991
  type: "pdf";
@@ -2049,6 +2069,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2049
2069
  hideCode?: boolean | undefined;
2050
2070
  } | undefined;
2051
2071
  description?: string | undefined;
2072
+ longFormTitle?: string | undefined;
2052
2073
  tags?: string[] | undefined;
2053
2074
  documentation?: ({
2054
2075
  type: "pdf";
@@ -2083,9 +2104,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2083
2104
  } | undefined;
2084
2105
  options?: {
2085
2106
  hideCode?: boolean | undefined;
2086
- includeCodeInLongFormName?: boolean | undefined;
2087
2107
  } | undefined;
2088
2108
  description?: string | undefined;
2109
+ longFormTitle?: string | undefined;
2089
2110
  tags?: string[] | undefined;
2090
2111
  documentation?: ({
2091
2112
  type: "pdf";
@@ -2120,6 +2141,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2120
2141
  hideCode?: boolean | undefined;
2121
2142
  hideFromHierarchy?: boolean | undefined;
2122
2143
  } | undefined;
2144
+ longFormTitle?: string | undefined;
2123
2145
  tags?: string[] | undefined;
2124
2146
  documentation?: ({
2125
2147
  type: "pdf";
@@ -2155,6 +2177,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2155
2177
  hideCode?: boolean | undefined;
2156
2178
  hideFromHierarchy?: boolean | undefined;
2157
2179
  } | undefined;
2180
+ longFormTitle?: string | undefined;
2158
2181
  tags?: string[] | undefined;
2159
2182
  documentation?: ({
2160
2183
  type: "pdf";
@@ -2201,6 +2224,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2201
2224
  hideCode?: boolean | undefined;
2202
2225
  hideFromHierarchy?: boolean | undefined;
2203
2226
  } | undefined;
2227
+ longFormTitle?: string | undefined;
2204
2228
  tags?: string[] | undefined;
2205
2229
  documentation?: ({
2206
2230
  type: "pdf";
@@ -2390,6 +2414,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2390
2414
  hideCode?: boolean | undefined;
2391
2415
  } | undefined;
2392
2416
  description?: string | undefined;
2417
+ longFormTitle?: string | undefined;
2393
2418
  tags?: string[] | undefined;
2394
2419
  documentation?: ({
2395
2420
  type: "pdf";
@@ -2424,9 +2449,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2424
2449
  } | undefined;
2425
2450
  options?: {
2426
2451
  hideCode?: boolean | undefined;
2427
- includeCodeInLongFormName?: boolean | undefined;
2428
2452
  } | undefined;
2429
2453
  description?: string | undefined;
2454
+ longFormTitle?: string | undefined;
2430
2455
  tags?: string[] | undefined;
2431
2456
  documentation?: ({
2432
2457
  type: "pdf";
@@ -2461,6 +2486,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2461
2486
  hideCode?: boolean | undefined;
2462
2487
  hideFromHierarchy?: boolean | undefined;
2463
2488
  } | undefined;
2489
+ longFormTitle?: string | undefined;
2464
2490
  tags?: string[] | undefined;
2465
2491
  documentation?: ({
2466
2492
  type: "pdf";
@@ -2496,6 +2522,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2496
2522
  hideCode?: boolean | undefined;
2497
2523
  hideFromHierarchy?: boolean | undefined;
2498
2524
  } | undefined;
2525
+ longFormTitle?: string | undefined;
2499
2526
  tags?: string[] | undefined;
2500
2527
  documentation?: ({
2501
2528
  type: "pdf";
@@ -2542,6 +2569,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2542
2569
  hideCode?: boolean | undefined;
2543
2570
  hideFromHierarchy?: boolean | undefined;
2544
2571
  } | undefined;
2572
+ longFormTitle?: string | undefined;
2545
2573
  tags?: string[] | undefined;
2546
2574
  documentation?: ({
2547
2575
  type: "pdf";
@@ -2657,6 +2685,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2657
2685
  hideCode?: boolean | undefined;
2658
2686
  } | undefined;
2659
2687
  description?: string | undefined;
2688
+ longFormTitle?: string | undefined;
2660
2689
  tags?: string[] | undefined;
2661
2690
  documentation?: ({
2662
2691
  type: "pdf";
@@ -2691,9 +2720,9 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2691
2720
  } | undefined;
2692
2721
  options?: {
2693
2722
  hideCode?: boolean | undefined;
2694
- includeCodeInLongFormName?: boolean | undefined;
2695
2723
  } | undefined;
2696
2724
  description?: string | undefined;
2725
+ longFormTitle?: string | undefined;
2697
2726
  tags?: string[] | undefined;
2698
2727
  documentation?: ({
2699
2728
  type: "pdf";
@@ -2728,6 +2757,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2728
2757
  hideCode?: boolean | undefined;
2729
2758
  hideFromHierarchy?: boolean | undefined;
2730
2759
  } | undefined;
2760
+ longFormTitle?: string | undefined;
2731
2761
  tags?: string[] | undefined;
2732
2762
  documentation?: ({
2733
2763
  type: "pdf";
@@ -2763,6 +2793,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2763
2793
  hideCode?: boolean | undefined;
2764
2794
  hideFromHierarchy?: boolean | undefined;
2765
2795
  } | undefined;
2796
+ longFormTitle?: string | undefined;
2766
2797
  tags?: string[] | undefined;
2767
2798
  documentation?: ({
2768
2799
  type: "pdf";
@@ -2809,6 +2840,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2809
2840
  hideCode?: boolean | undefined;
2810
2841
  hideFromHierarchy?: boolean | undefined;
2811
2842
  } | undefined;
2843
+ longFormTitle?: string | undefined;
2812
2844
  tags?: string[] | undefined;
2813
2845
  documentation?: ({
2814
2846
  type: "pdf";
@@ -2860,6 +2892,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2860
2892
  export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
2861
2893
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
2862
2894
  title: z.ZodString;
2895
+ longFormTitle: z.ZodOptional<z.ZodString>;
2863
2896
  code: z.ZodString;
2864
2897
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2865
2898
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -3001,6 +3034,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3001
3034
  items: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
3002
3035
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
3003
3036
  title: z.ZodString;
3037
+ longFormTitle: z.ZodOptional<z.ZodString>;
3004
3038
  code: z.ZodString;
3005
3039
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3006
3040
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -3092,6 +3126,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3092
3126
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
3093
3127
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
3094
3128
  title: z.ZodString;
3129
+ longFormTitle: z.ZodOptional<z.ZodString>;
3095
3130
  code: z.ZodString;
3096
3131
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3097
3132
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -3184,6 +3219,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3184
3219
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
3185
3220
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
3186
3221
  title: z.ZodString;
3222
+ longFormTitle: z.ZodOptional<z.ZodString>;
3187
3223
  code: z.ZodString;
3188
3224
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3189
3225
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -3276,6 +3312,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3276
3312
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<Omit<{
3277
3313
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
3278
3314
  title: z.ZodString;
3315
+ longFormTitle: z.ZodOptional<z.ZodString>;
3279
3316
  code: z.ZodString;
3280
3317
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3281
3318
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -3588,6 +3625,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3588
3625
  hideCode?: boolean | undefined;
3589
3626
  } | undefined;
3590
3627
  description?: string | undefined;
3628
+ longFormTitle?: string | undefined;
3591
3629
  tags?: string[] | undefined;
3592
3630
  documentation?: ({
3593
3631
  type: "pdf";
@@ -3657,6 +3695,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3657
3695
  hideCode?: boolean | undefined;
3658
3696
  } | undefined;
3659
3697
  description?: string | undefined;
3698
+ longFormTitle?: string | undefined;
3660
3699
  tags?: string[] | undefined;
3661
3700
  documentation?: ({
3662
3701
  type: "pdf";
@@ -3679,13 +3718,10 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3679
3718
  }>>, "many">;
3680
3719
  options: z.ZodOptional<z.ZodObject<{
3681
3720
  hideCode: z.ZodOptional<z.ZodBoolean>;
3682
- includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
3683
3721
  }, "strip", z.ZodTypeAny, {
3684
3722
  hideCode?: boolean | undefined;
3685
- includeCodeInLongFormName?: boolean | undefined;
3686
3723
  }, {
3687
3724
  hideCode?: boolean | undefined;
3688
- includeCodeInLongFormName?: boolean | undefined;
3689
3725
  }>>;
3690
3726
  }>, "strip", z.ZodTypeAny, {
3691
3727
  type: "task";
@@ -3741,6 +3777,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3741
3777
  hideCode?: boolean | undefined;
3742
3778
  } | undefined;
3743
3779
  description?: string | undefined;
3780
+ longFormTitle?: string | undefined;
3744
3781
  tags?: string[] | undefined;
3745
3782
  documentation?: ({
3746
3783
  type: "pdf";
@@ -3775,9 +3812,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3775
3812
  } | undefined;
3776
3813
  options?: {
3777
3814
  hideCode?: boolean | undefined;
3778
- includeCodeInLongFormName?: boolean | undefined;
3779
3815
  } | undefined;
3780
3816
  description?: string | undefined;
3817
+ longFormTitle?: string | undefined;
3781
3818
  tags?: string[] | undefined;
3782
3819
  documentation?: ({
3783
3820
  type: "pdf";
@@ -3849,6 +3886,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3849
3886
  hideCode?: boolean | undefined;
3850
3887
  } | undefined;
3851
3888
  description?: string | undefined;
3889
+ longFormTitle?: string | undefined;
3852
3890
  tags?: string[] | undefined;
3853
3891
  documentation?: ({
3854
3892
  type: "pdf";
@@ -3883,9 +3921,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3883
3921
  } | undefined;
3884
3922
  options?: {
3885
3923
  hideCode?: boolean | undefined;
3886
- includeCodeInLongFormName?: boolean | undefined;
3887
3924
  } | undefined;
3888
3925
  description?: string | undefined;
3926
+ longFormTitle?: string | undefined;
3889
3927
  tags?: string[] | undefined;
3890
3928
  documentation?: ({
3891
3929
  type: "pdf";
@@ -3972,6 +4010,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3972
4010
  hideCode?: boolean | undefined;
3973
4011
  } | undefined;
3974
4012
  description?: string | undefined;
4013
+ longFormTitle?: string | undefined;
3975
4014
  tags?: string[] | undefined;
3976
4015
  documentation?: ({
3977
4016
  type: "pdf";
@@ -4006,9 +4045,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4006
4045
  } | undefined;
4007
4046
  options?: {
4008
4047
  hideCode?: boolean | undefined;
4009
- includeCodeInLongFormName?: boolean | undefined;
4010
4048
  } | undefined;
4011
4049
  description?: string | undefined;
4050
+ longFormTitle?: string | undefined;
4012
4051
  tags?: string[] | undefined;
4013
4052
  documentation?: ({
4014
4053
  type: "pdf";
@@ -4043,6 +4082,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4043
4082
  hideCode?: boolean | undefined;
4044
4083
  hideFromHierarchy?: boolean | undefined;
4045
4084
  } | undefined;
4085
+ longFormTitle?: string | undefined;
4046
4086
  tags?: string[] | undefined;
4047
4087
  documentation?: ({
4048
4088
  type: "pdf";
@@ -4119,6 +4159,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4119
4159
  hideCode?: boolean | undefined;
4120
4160
  } | undefined;
4121
4161
  description?: string | undefined;
4162
+ longFormTitle?: string | undefined;
4122
4163
  tags?: string[] | undefined;
4123
4164
  documentation?: ({
4124
4165
  type: "pdf";
@@ -4153,9 +4194,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4153
4194
  } | undefined;
4154
4195
  options?: {
4155
4196
  hideCode?: boolean | undefined;
4156
- includeCodeInLongFormName?: boolean | undefined;
4157
4197
  } | undefined;
4158
4198
  description?: string | undefined;
4199
+ longFormTitle?: string | undefined;
4159
4200
  tags?: string[] | undefined;
4160
4201
  documentation?: ({
4161
4202
  type: "pdf";
@@ -4190,6 +4231,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4190
4231
  hideCode?: boolean | undefined;
4191
4232
  hideFromHierarchy?: boolean | undefined;
4192
4233
  } | undefined;
4234
+ longFormTitle?: string | undefined;
4193
4235
  tags?: string[] | undefined;
4194
4236
  documentation?: ({
4195
4237
  type: "pdf";
@@ -4281,6 +4323,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4281
4323
  hideCode?: boolean | undefined;
4282
4324
  } | undefined;
4283
4325
  description?: string | undefined;
4326
+ longFormTitle?: string | undefined;
4284
4327
  tags?: string[] | undefined;
4285
4328
  documentation?: ({
4286
4329
  type: "pdf";
@@ -4315,9 +4358,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4315
4358
  } | undefined;
4316
4359
  options?: {
4317
4360
  hideCode?: boolean | undefined;
4318
- includeCodeInLongFormName?: boolean | undefined;
4319
4361
  } | undefined;
4320
4362
  description?: string | undefined;
4363
+ longFormTitle?: string | undefined;
4321
4364
  tags?: string[] | undefined;
4322
4365
  documentation?: ({
4323
4366
  type: "pdf";
@@ -4352,6 +4395,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4352
4395
  hideCode?: boolean | undefined;
4353
4396
  hideFromHierarchy?: boolean | undefined;
4354
4397
  } | undefined;
4398
+ longFormTitle?: string | undefined;
4355
4399
  tags?: string[] | undefined;
4356
4400
  documentation?: ({
4357
4401
  type: "pdf";
@@ -4387,6 +4431,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4387
4431
  hideCode?: boolean | undefined;
4388
4432
  hideFromHierarchy?: boolean | undefined;
4389
4433
  } | undefined;
4434
+ longFormTitle?: string | undefined;
4390
4435
  tags?: string[] | undefined;
4391
4436
  documentation?: ({
4392
4437
  type: "pdf";
@@ -4466,6 +4511,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4466
4511
  hideCode?: boolean | undefined;
4467
4512
  } | undefined;
4468
4513
  description?: string | undefined;
4514
+ longFormTitle?: string | undefined;
4469
4515
  tags?: string[] | undefined;
4470
4516
  documentation?: ({
4471
4517
  type: "pdf";
@@ -4500,9 +4546,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4500
4546
  } | undefined;
4501
4547
  options?: {
4502
4548
  hideCode?: boolean | undefined;
4503
- includeCodeInLongFormName?: boolean | undefined;
4504
4549
  } | undefined;
4505
4550
  description?: string | undefined;
4551
+ longFormTitle?: string | undefined;
4506
4552
  tags?: string[] | undefined;
4507
4553
  documentation?: ({
4508
4554
  type: "pdf";
@@ -4537,6 +4583,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4537
4583
  hideCode?: boolean | undefined;
4538
4584
  hideFromHierarchy?: boolean | undefined;
4539
4585
  } | undefined;
4586
+ longFormTitle?: string | undefined;
4540
4587
  tags?: string[] | undefined;
4541
4588
  documentation?: ({
4542
4589
  type: "pdf";
@@ -4572,6 +4619,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4572
4619
  hideCode?: boolean | undefined;
4573
4620
  hideFromHierarchy?: boolean | undefined;
4574
4621
  } | undefined;
4622
+ longFormTitle?: string | undefined;
4575
4623
  tags?: string[] | undefined;
4576
4624
  documentation?: ({
4577
4625
  type: "pdf";
@@ -4666,6 +4714,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4666
4714
  hideCode?: boolean | undefined;
4667
4715
  } | undefined;
4668
4716
  description?: string | undefined;
4717
+ longFormTitle?: string | undefined;
4669
4718
  tags?: string[] | undefined;
4670
4719
  documentation?: ({
4671
4720
  type: "pdf";
@@ -4700,9 +4749,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4700
4749
  } | undefined;
4701
4750
  options?: {
4702
4751
  hideCode?: boolean | undefined;
4703
- includeCodeInLongFormName?: boolean | undefined;
4704
4752
  } | undefined;
4705
4753
  description?: string | undefined;
4754
+ longFormTitle?: string | undefined;
4706
4755
  tags?: string[] | undefined;
4707
4756
  documentation?: ({
4708
4757
  type: "pdf";
@@ -4737,6 +4786,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4737
4786
  hideCode?: boolean | undefined;
4738
4787
  hideFromHierarchy?: boolean | undefined;
4739
4788
  } | undefined;
4789
+ longFormTitle?: string | undefined;
4740
4790
  tags?: string[] | undefined;
4741
4791
  documentation?: ({
4742
4792
  type: "pdf";
@@ -4772,6 +4822,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4772
4822
  hideCode?: boolean | undefined;
4773
4823
  hideFromHierarchy?: boolean | undefined;
4774
4824
  } | undefined;
4825
+ longFormTitle?: string | undefined;
4775
4826
  tags?: string[] | undefined;
4776
4827
  documentation?: ({
4777
4828
  type: "pdf";
@@ -4818,6 +4869,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4818
4869
  hideCode?: boolean | undefined;
4819
4870
  hideFromHierarchy?: boolean | undefined;
4820
4871
  } | undefined;
4872
+ longFormTitle?: string | undefined;
4821
4873
  tags?: string[] | undefined;
4822
4874
  documentation?: ({
4823
4875
  type: "pdf";
@@ -4901,6 +4953,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4901
4953
  hideCode?: boolean | undefined;
4902
4954
  } | undefined;
4903
4955
  description?: string | undefined;
4956
+ longFormTitle?: string | undefined;
4904
4957
  tags?: string[] | undefined;
4905
4958
  documentation?: ({
4906
4959
  type: "pdf";
@@ -4935,9 +4988,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4935
4988
  } | undefined;
4936
4989
  options?: {
4937
4990
  hideCode?: boolean | undefined;
4938
- includeCodeInLongFormName?: boolean | undefined;
4939
4991
  } | undefined;
4940
4992
  description?: string | undefined;
4993
+ longFormTitle?: string | undefined;
4941
4994
  tags?: string[] | undefined;
4942
4995
  documentation?: ({
4943
4996
  type: "pdf";
@@ -4972,6 +5025,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4972
5025
  hideCode?: boolean | undefined;
4973
5026
  hideFromHierarchy?: boolean | undefined;
4974
5027
  } | undefined;
5028
+ longFormTitle?: string | undefined;
4975
5029
  tags?: string[] | undefined;
4976
5030
  documentation?: ({
4977
5031
  type: "pdf";
@@ -5007,6 +5061,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5007
5061
  hideCode?: boolean | undefined;
5008
5062
  hideFromHierarchy?: boolean | undefined;
5009
5063
  } | undefined;
5064
+ longFormTitle?: string | undefined;
5010
5065
  tags?: string[] | undefined;
5011
5066
  documentation?: ({
5012
5067
  type: "pdf";
@@ -5053,6 +5108,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5053
5108
  hideCode?: boolean | undefined;
5054
5109
  hideFromHierarchy?: boolean | undefined;
5055
5110
  } | undefined;
5111
+ longFormTitle?: string | undefined;
5056
5112
  tags?: string[] | undefined;
5057
5113
  documentation?: ({
5058
5114
  type: "pdf";
@@ -5073,6 +5129,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5073
5129
  }>, z.ZodObject<z.objectUtil.extendShape<{
5074
5130
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
5075
5131
  title: z.ZodString;
5132
+ longFormTitle: z.ZodOptional<z.ZodString>;
5076
5133
  code: z.ZodString;
5077
5134
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5078
5135
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -5164,6 +5221,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5164
5221
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
5165
5222
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
5166
5223
  title: z.ZodString;
5224
+ longFormTitle: z.ZodOptional<z.ZodString>;
5167
5225
  code: z.ZodString;
5168
5226
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5169
5227
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -5256,6 +5314,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5256
5314
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
5257
5315
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
5258
5316
  title: z.ZodString;
5317
+ longFormTitle: z.ZodOptional<z.ZodString>;
5259
5318
  code: z.ZodString;
5260
5319
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5261
5320
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -5348,6 +5407,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5348
5407
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<Omit<{
5349
5408
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
5350
5409
  title: z.ZodString;
5410
+ longFormTitle: z.ZodOptional<z.ZodString>;
5351
5411
  code: z.ZodString;
5352
5412
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5353
5413
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -5660,6 +5720,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5660
5720
  hideCode?: boolean | undefined;
5661
5721
  } | undefined;
5662
5722
  description?: string | undefined;
5723
+ longFormTitle?: string | undefined;
5663
5724
  tags?: string[] | undefined;
5664
5725
  documentation?: ({
5665
5726
  type: "pdf";
@@ -5729,6 +5790,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5729
5790
  hideCode?: boolean | undefined;
5730
5791
  } | undefined;
5731
5792
  description?: string | undefined;
5793
+ longFormTitle?: string | undefined;
5732
5794
  tags?: string[] | undefined;
5733
5795
  documentation?: ({
5734
5796
  type: "pdf";
@@ -5751,13 +5813,10 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5751
5813
  }>>, "many">;
5752
5814
  options: z.ZodOptional<z.ZodObject<{
5753
5815
  hideCode: z.ZodOptional<z.ZodBoolean>;
5754
- includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
5755
5816
  }, "strip", z.ZodTypeAny, {
5756
5817
  hideCode?: boolean | undefined;
5757
- includeCodeInLongFormName?: boolean | undefined;
5758
5818
  }, {
5759
5819
  hideCode?: boolean | undefined;
5760
- includeCodeInLongFormName?: boolean | undefined;
5761
5820
  }>>;
5762
5821
  }>, "strip", z.ZodTypeAny, {
5763
5822
  type: "task";
@@ -5813,6 +5872,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5813
5872
  hideCode?: boolean | undefined;
5814
5873
  } | undefined;
5815
5874
  description?: string | undefined;
5875
+ longFormTitle?: string | undefined;
5816
5876
  tags?: string[] | undefined;
5817
5877
  documentation?: ({
5818
5878
  type: "pdf";
@@ -5847,9 +5907,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5847
5907
  } | undefined;
5848
5908
  options?: {
5849
5909
  hideCode?: boolean | undefined;
5850
- includeCodeInLongFormName?: boolean | undefined;
5851
5910
  } | undefined;
5852
5911
  description?: string | undefined;
5912
+ longFormTitle?: string | undefined;
5853
5913
  tags?: string[] | undefined;
5854
5914
  documentation?: ({
5855
5915
  type: "pdf";
@@ -5921,6 +5981,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5921
5981
  hideCode?: boolean | undefined;
5922
5982
  } | undefined;
5923
5983
  description?: string | undefined;
5984
+ longFormTitle?: string | undefined;
5924
5985
  tags?: string[] | undefined;
5925
5986
  documentation?: ({
5926
5987
  type: "pdf";
@@ -5955,9 +6016,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5955
6016
  } | undefined;
5956
6017
  options?: {
5957
6018
  hideCode?: boolean | undefined;
5958
- includeCodeInLongFormName?: boolean | undefined;
5959
6019
  } | undefined;
5960
6020
  description?: string | undefined;
6021
+ longFormTitle?: string | undefined;
5961
6022
  tags?: string[] | undefined;
5962
6023
  documentation?: ({
5963
6024
  type: "pdf";
@@ -6044,6 +6105,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6044
6105
  hideCode?: boolean | undefined;
6045
6106
  } | undefined;
6046
6107
  description?: string | undefined;
6108
+ longFormTitle?: string | undefined;
6047
6109
  tags?: string[] | undefined;
6048
6110
  documentation?: ({
6049
6111
  type: "pdf";
@@ -6078,9 +6140,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6078
6140
  } | undefined;
6079
6141
  options?: {
6080
6142
  hideCode?: boolean | undefined;
6081
- includeCodeInLongFormName?: boolean | undefined;
6082
6143
  } | undefined;
6083
6144
  description?: string | undefined;
6145
+ longFormTitle?: string | undefined;
6084
6146
  tags?: string[] | undefined;
6085
6147
  documentation?: ({
6086
6148
  type: "pdf";
@@ -6115,6 +6177,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6115
6177
  hideCode?: boolean | undefined;
6116
6178
  hideFromHierarchy?: boolean | undefined;
6117
6179
  } | undefined;
6180
+ longFormTitle?: string | undefined;
6118
6181
  tags?: string[] | undefined;
6119
6182
  documentation?: ({
6120
6183
  type: "pdf";
@@ -6191,6 +6254,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6191
6254
  hideCode?: boolean | undefined;
6192
6255
  } | undefined;
6193
6256
  description?: string | undefined;
6257
+ longFormTitle?: string | undefined;
6194
6258
  tags?: string[] | undefined;
6195
6259
  documentation?: ({
6196
6260
  type: "pdf";
@@ -6225,9 +6289,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6225
6289
  } | undefined;
6226
6290
  options?: {
6227
6291
  hideCode?: boolean | undefined;
6228
- includeCodeInLongFormName?: boolean | undefined;
6229
6292
  } | undefined;
6230
6293
  description?: string | undefined;
6294
+ longFormTitle?: string | undefined;
6231
6295
  tags?: string[] | undefined;
6232
6296
  documentation?: ({
6233
6297
  type: "pdf";
@@ -6262,6 +6326,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6262
6326
  hideCode?: boolean | undefined;
6263
6327
  hideFromHierarchy?: boolean | undefined;
6264
6328
  } | undefined;
6329
+ longFormTitle?: string | undefined;
6265
6330
  tags?: string[] | undefined;
6266
6331
  documentation?: ({
6267
6332
  type: "pdf";
@@ -6353,6 +6418,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6353
6418
  hideCode?: boolean | undefined;
6354
6419
  } | undefined;
6355
6420
  description?: string | undefined;
6421
+ longFormTitle?: string | undefined;
6356
6422
  tags?: string[] | undefined;
6357
6423
  documentation?: ({
6358
6424
  type: "pdf";
@@ -6387,9 +6453,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6387
6453
  } | undefined;
6388
6454
  options?: {
6389
6455
  hideCode?: boolean | undefined;
6390
- includeCodeInLongFormName?: boolean | undefined;
6391
6456
  } | undefined;
6392
6457
  description?: string | undefined;
6458
+ longFormTitle?: string | undefined;
6393
6459
  tags?: string[] | undefined;
6394
6460
  documentation?: ({
6395
6461
  type: "pdf";
@@ -6424,6 +6490,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6424
6490
  hideCode?: boolean | undefined;
6425
6491
  hideFromHierarchy?: boolean | undefined;
6426
6492
  } | undefined;
6493
+ longFormTitle?: string | undefined;
6427
6494
  tags?: string[] | undefined;
6428
6495
  documentation?: ({
6429
6496
  type: "pdf";
@@ -6459,6 +6526,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6459
6526
  hideCode?: boolean | undefined;
6460
6527
  hideFromHierarchy?: boolean | undefined;
6461
6528
  } | undefined;
6529
+ longFormTitle?: string | undefined;
6462
6530
  tags?: string[] | undefined;
6463
6531
  documentation?: ({
6464
6532
  type: "pdf";
@@ -6538,6 +6606,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6538
6606
  hideCode?: boolean | undefined;
6539
6607
  } | undefined;
6540
6608
  description?: string | undefined;
6609
+ longFormTitle?: string | undefined;
6541
6610
  tags?: string[] | undefined;
6542
6611
  documentation?: ({
6543
6612
  type: "pdf";
@@ -6572,9 +6641,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6572
6641
  } | undefined;
6573
6642
  options?: {
6574
6643
  hideCode?: boolean | undefined;
6575
- includeCodeInLongFormName?: boolean | undefined;
6576
6644
  } | undefined;
6577
6645
  description?: string | undefined;
6646
+ longFormTitle?: string | undefined;
6578
6647
  tags?: string[] | undefined;
6579
6648
  documentation?: ({
6580
6649
  type: "pdf";
@@ -6609,6 +6678,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6609
6678
  hideCode?: boolean | undefined;
6610
6679
  hideFromHierarchy?: boolean | undefined;
6611
6680
  } | undefined;
6681
+ longFormTitle?: string | undefined;
6612
6682
  tags?: string[] | undefined;
6613
6683
  documentation?: ({
6614
6684
  type: "pdf";
@@ -6644,6 +6714,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6644
6714
  hideCode?: boolean | undefined;
6645
6715
  hideFromHierarchy?: boolean | undefined;
6646
6716
  } | undefined;
6717
+ longFormTitle?: string | undefined;
6647
6718
  tags?: string[] | undefined;
6648
6719
  documentation?: ({
6649
6720
  type: "pdf";
@@ -6664,6 +6735,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6664
6735
  }>, z.ZodObject<z.objectUtil.extendShape<{
6665
6736
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
6666
6737
  title: z.ZodString;
6738
+ longFormTitle: z.ZodOptional<z.ZodString>;
6667
6739
  code: z.ZodString;
6668
6740
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6669
6741
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -6756,6 +6828,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6756
6828
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
6757
6829
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
6758
6830
  title: z.ZodString;
6831
+ longFormTitle: z.ZodOptional<z.ZodString>;
6759
6832
  code: z.ZodString;
6760
6833
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6761
6834
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -6848,6 +6921,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6848
6921
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<Omit<{
6849
6922
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
6850
6923
  title: z.ZodString;
6924
+ longFormTitle: z.ZodOptional<z.ZodString>;
6851
6925
  code: z.ZodString;
6852
6926
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6853
6927
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -7160,6 +7234,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7160
7234
  hideCode?: boolean | undefined;
7161
7235
  } | undefined;
7162
7236
  description?: string | undefined;
7237
+ longFormTitle?: string | undefined;
7163
7238
  tags?: string[] | undefined;
7164
7239
  documentation?: ({
7165
7240
  type: "pdf";
@@ -7229,6 +7304,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7229
7304
  hideCode?: boolean | undefined;
7230
7305
  } | undefined;
7231
7306
  description?: string | undefined;
7307
+ longFormTitle?: string | undefined;
7232
7308
  tags?: string[] | undefined;
7233
7309
  documentation?: ({
7234
7310
  type: "pdf";
@@ -7251,13 +7327,10 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7251
7327
  }>>, "many">;
7252
7328
  options: z.ZodOptional<z.ZodObject<{
7253
7329
  hideCode: z.ZodOptional<z.ZodBoolean>;
7254
- includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
7255
7330
  }, "strip", z.ZodTypeAny, {
7256
7331
  hideCode?: boolean | undefined;
7257
- includeCodeInLongFormName?: boolean | undefined;
7258
7332
  }, {
7259
7333
  hideCode?: boolean | undefined;
7260
- includeCodeInLongFormName?: boolean | undefined;
7261
7334
  }>>;
7262
7335
  }>, "strip", z.ZodTypeAny, {
7263
7336
  type: "task";
@@ -7313,6 +7386,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7313
7386
  hideCode?: boolean | undefined;
7314
7387
  } | undefined;
7315
7388
  description?: string | undefined;
7389
+ longFormTitle?: string | undefined;
7316
7390
  tags?: string[] | undefined;
7317
7391
  documentation?: ({
7318
7392
  type: "pdf";
@@ -7347,9 +7421,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7347
7421
  } | undefined;
7348
7422
  options?: {
7349
7423
  hideCode?: boolean | undefined;
7350
- includeCodeInLongFormName?: boolean | undefined;
7351
7424
  } | undefined;
7352
7425
  description?: string | undefined;
7426
+ longFormTitle?: string | undefined;
7353
7427
  tags?: string[] | undefined;
7354
7428
  documentation?: ({
7355
7429
  type: "pdf";
@@ -7421,6 +7495,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7421
7495
  hideCode?: boolean | undefined;
7422
7496
  } | undefined;
7423
7497
  description?: string | undefined;
7498
+ longFormTitle?: string | undefined;
7424
7499
  tags?: string[] | undefined;
7425
7500
  documentation?: ({
7426
7501
  type: "pdf";
@@ -7455,9 +7530,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7455
7530
  } | undefined;
7456
7531
  options?: {
7457
7532
  hideCode?: boolean | undefined;
7458
- includeCodeInLongFormName?: boolean | undefined;
7459
7533
  } | undefined;
7460
7534
  description?: string | undefined;
7535
+ longFormTitle?: string | undefined;
7461
7536
  tags?: string[] | undefined;
7462
7537
  documentation?: ({
7463
7538
  type: "pdf";
@@ -7544,6 +7619,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7544
7619
  hideCode?: boolean | undefined;
7545
7620
  } | undefined;
7546
7621
  description?: string | undefined;
7622
+ longFormTitle?: string | undefined;
7547
7623
  tags?: string[] | undefined;
7548
7624
  documentation?: ({
7549
7625
  type: "pdf";
@@ -7578,9 +7654,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7578
7654
  } | undefined;
7579
7655
  options?: {
7580
7656
  hideCode?: boolean | undefined;
7581
- includeCodeInLongFormName?: boolean | undefined;
7582
7657
  } | undefined;
7583
7658
  description?: string | undefined;
7659
+ longFormTitle?: string | undefined;
7584
7660
  tags?: string[] | undefined;
7585
7661
  documentation?: ({
7586
7662
  type: "pdf";
@@ -7615,6 +7691,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7615
7691
  hideCode?: boolean | undefined;
7616
7692
  hideFromHierarchy?: boolean | undefined;
7617
7693
  } | undefined;
7694
+ longFormTitle?: string | undefined;
7618
7695
  tags?: string[] | undefined;
7619
7696
  documentation?: ({
7620
7697
  type: "pdf";
@@ -7691,6 +7768,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7691
7768
  hideCode?: boolean | undefined;
7692
7769
  } | undefined;
7693
7770
  description?: string | undefined;
7771
+ longFormTitle?: string | undefined;
7694
7772
  tags?: string[] | undefined;
7695
7773
  documentation?: ({
7696
7774
  type: "pdf";
@@ -7725,9 +7803,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7725
7803
  } | undefined;
7726
7804
  options?: {
7727
7805
  hideCode?: boolean | undefined;
7728
- includeCodeInLongFormName?: boolean | undefined;
7729
7806
  } | undefined;
7730
7807
  description?: string | undefined;
7808
+ longFormTitle?: string | undefined;
7731
7809
  tags?: string[] | undefined;
7732
7810
  documentation?: ({
7733
7811
  type: "pdf";
@@ -7762,6 +7840,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7762
7840
  hideCode?: boolean | undefined;
7763
7841
  hideFromHierarchy?: boolean | undefined;
7764
7842
  } | undefined;
7843
+ longFormTitle?: string | undefined;
7765
7844
  tags?: string[] | undefined;
7766
7845
  documentation?: ({
7767
7846
  type: "pdf";
@@ -7783,6 +7862,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7783
7862
  }>, z.ZodObject<z.objectUtil.extendShape<{
7784
7863
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
7785
7864
  title: z.ZodString;
7865
+ longFormTitle: z.ZodOptional<z.ZodString>;
7786
7866
  code: z.ZodString;
7787
7867
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7788
7868
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -7875,6 +7955,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7875
7955
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<Omit<{
7876
7956
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
7877
7957
  title: z.ZodString;
7958
+ longFormTitle: z.ZodOptional<z.ZodString>;
7878
7959
  code: z.ZodString;
7879
7960
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7880
7961
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -8187,6 +8268,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8187
8268
  hideCode?: boolean | undefined;
8188
8269
  } | undefined;
8189
8270
  description?: string | undefined;
8271
+ longFormTitle?: string | undefined;
8190
8272
  tags?: string[] | undefined;
8191
8273
  documentation?: ({
8192
8274
  type: "pdf";
@@ -8256,6 +8338,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8256
8338
  hideCode?: boolean | undefined;
8257
8339
  } | undefined;
8258
8340
  description?: string | undefined;
8341
+ longFormTitle?: string | undefined;
8259
8342
  tags?: string[] | undefined;
8260
8343
  documentation?: ({
8261
8344
  type: "pdf";
@@ -8278,13 +8361,10 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8278
8361
  }>>, "many">;
8279
8362
  options: z.ZodOptional<z.ZodObject<{
8280
8363
  hideCode: z.ZodOptional<z.ZodBoolean>;
8281
- includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
8282
8364
  }, "strip", z.ZodTypeAny, {
8283
8365
  hideCode?: boolean | undefined;
8284
- includeCodeInLongFormName?: boolean | undefined;
8285
8366
  }, {
8286
8367
  hideCode?: boolean | undefined;
8287
- includeCodeInLongFormName?: boolean | undefined;
8288
8368
  }>>;
8289
8369
  }>, "strip", z.ZodTypeAny, {
8290
8370
  type: "task";
@@ -8340,6 +8420,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8340
8420
  hideCode?: boolean | undefined;
8341
8421
  } | undefined;
8342
8422
  description?: string | undefined;
8423
+ longFormTitle?: string | undefined;
8343
8424
  tags?: string[] | undefined;
8344
8425
  documentation?: ({
8345
8426
  type: "pdf";
@@ -8374,9 +8455,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8374
8455
  } | undefined;
8375
8456
  options?: {
8376
8457
  hideCode?: boolean | undefined;
8377
- includeCodeInLongFormName?: boolean | undefined;
8378
8458
  } | undefined;
8379
8459
  description?: string | undefined;
8460
+ longFormTitle?: string | undefined;
8380
8461
  tags?: string[] | undefined;
8381
8462
  documentation?: ({
8382
8463
  type: "pdf";
@@ -8448,6 +8529,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8448
8529
  hideCode?: boolean | undefined;
8449
8530
  } | undefined;
8450
8531
  description?: string | undefined;
8532
+ longFormTitle?: string | undefined;
8451
8533
  tags?: string[] | undefined;
8452
8534
  documentation?: ({
8453
8535
  type: "pdf";
@@ -8482,9 +8564,9 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8482
8564
  } | undefined;
8483
8565
  options?: {
8484
8566
  hideCode?: boolean | undefined;
8485
- includeCodeInLongFormName?: boolean | undefined;
8486
8567
  } | undefined;
8487
8568
  description?: string | undefined;
8569
+ longFormTitle?: string | undefined;
8488
8570
  tags?: string[] | undefined;
8489
8571
  documentation?: ({
8490
8572
  type: "pdf";
@@ -8505,6 +8587,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8505
8587
  }>, z.ZodObject<z.objectUtil.extendShape<Omit<{
8506
8588
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
8507
8589
  title: z.ZodString;
8590
+ longFormTitle: z.ZodOptional<z.ZodString>;
8508
8591
  code: z.ZodString;
8509
8592
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8510
8593
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
@@ -8817,6 +8900,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8817
8900
  hideCode?: boolean | undefined;
8818
8901
  } | undefined;
8819
8902
  description?: string | undefined;
8903
+ longFormTitle?: string | undefined;
8820
8904
  tags?: string[] | undefined;
8821
8905
  documentation?: ({
8822
8906
  type: "pdf";
@@ -8886,6 +8970,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8886
8970
  hideCode?: boolean | undefined;
8887
8971
  } | undefined;
8888
8972
  description?: string | undefined;
8973
+ longFormTitle?: string | undefined;
8889
8974
  tags?: string[] | undefined;
8890
8975
  documentation?: ({
8891
8976
  type: "pdf";