@openframe-org/criteria-set-protocol 2.0.27 → 2.0.28

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.
@@ -331,6 +331,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
331
331
  sortOrder: z.ZodOptional<z.ZodNumber>;
332
332
  }, {
333
333
  type: z.ZodLiteral<"task-group">;
334
+ description: z.ZodOptional<z.ZodString>;
334
335
  category: z.ZodOptional<z.ZodString>;
335
336
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
336
337
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
@@ -1328,6 +1329,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1328
1329
  hideCode?: boolean | undefined;
1329
1330
  hideFromHierarchy?: boolean | undefined;
1330
1331
  } | undefined;
1332
+ description?: string | undefined;
1331
1333
  longFormTitle?: string | undefined;
1332
1334
  tags?: string[] | undefined;
1333
1335
  documentation?: ({
@@ -1493,6 +1495,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1493
1495
  hideCode?: boolean | undefined;
1494
1496
  hideFromHierarchy?: boolean | undefined;
1495
1497
  } | undefined;
1498
+ description?: string | undefined;
1496
1499
  longFormTitle?: string | undefined;
1497
1500
  tags?: string[] | undefined;
1498
1501
  documentation?: ({
@@ -1673,6 +1676,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1673
1676
  hideCode?: boolean | undefined;
1674
1677
  hideFromHierarchy?: boolean | undefined;
1675
1678
  } | undefined;
1679
+ description?: string | undefined;
1676
1680
  longFormTitle?: string | undefined;
1677
1681
  tags?: string[] | undefined;
1678
1682
  documentation?: ({
@@ -1877,6 +1881,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
1877
1881
  hideCode?: boolean | undefined;
1878
1882
  hideFromHierarchy?: boolean | undefined;
1879
1883
  } | undefined;
1884
+ description?: string | undefined;
1880
1885
  longFormTitle?: string | undefined;
1881
1886
  tags?: string[] | undefined;
1882
1887
  documentation?: ({
@@ -2096,6 +2101,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2096
2101
  hideCode?: boolean | undefined;
2097
2102
  hideFromHierarchy?: boolean | undefined;
2098
2103
  } | undefined;
2104
+ description?: string | undefined;
2099
2105
  longFormTitle?: string | undefined;
2100
2106
  tags?: string[] | undefined;
2101
2107
  documentation?: ({
@@ -2351,6 +2357,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2351
2357
  hideCode?: boolean | undefined;
2352
2358
  hideFromHierarchy?: boolean | undefined;
2353
2359
  } | undefined;
2360
+ description?: string | undefined;
2354
2361
  longFormTitle?: string | undefined;
2355
2362
  tags?: string[] | undefined;
2356
2363
  documentation?: ({
@@ -2712,6 +2719,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2712
2719
  hideCode?: boolean | undefined;
2713
2720
  hideFromHierarchy?: boolean | undefined;
2714
2721
  } | undefined;
2722
+ description?: string | undefined;
2715
2723
  longFormTitle?: string | undefined;
2716
2724
  tags?: string[] | undefined;
2717
2725
  documentation?: ({
@@ -2999,6 +3007,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
2999
3007
  hideCode?: boolean | undefined;
3000
3008
  hideFromHierarchy?: boolean | undefined;
3001
3009
  } | undefined;
3010
+ description?: string | undefined;
3002
3011
  longFormTitle?: string | undefined;
3003
3012
  tags?: string[] | undefined;
3004
3013
  documentation?: ({
@@ -3457,6 +3466,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3457
3466
  sortOrder: z.ZodOptional<z.ZodNumber>;
3458
3467
  }, {
3459
3468
  type: z.ZodLiteral<"task-group">;
3469
+ description: z.ZodOptional<z.ZodString>;
3460
3470
  category: z.ZodOptional<z.ZodString>;
3461
3471
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
3462
3472
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
@@ -4454,6 +4464,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4454
4464
  hideCode?: boolean | undefined;
4455
4465
  hideFromHierarchy?: boolean | undefined;
4456
4466
  } | undefined;
4467
+ description?: string | undefined;
4457
4468
  longFormTitle?: string | undefined;
4458
4469
  tags?: string[] | undefined;
4459
4470
  documentation?: ({
@@ -4619,6 +4630,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4619
4630
  hideCode?: boolean | undefined;
4620
4631
  hideFromHierarchy?: boolean | undefined;
4621
4632
  } | undefined;
4633
+ description?: string | undefined;
4622
4634
  longFormTitle?: string | undefined;
4623
4635
  tags?: string[] | undefined;
4624
4636
  documentation?: ({
@@ -4799,6 +4811,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4799
4811
  hideCode?: boolean | undefined;
4800
4812
  hideFromHierarchy?: boolean | undefined;
4801
4813
  } | undefined;
4814
+ description?: string | undefined;
4802
4815
  longFormTitle?: string | undefined;
4803
4816
  tags?: string[] | undefined;
4804
4817
  documentation?: ({
@@ -5003,6 +5016,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5003
5016
  hideCode?: boolean | undefined;
5004
5017
  hideFromHierarchy?: boolean | undefined;
5005
5018
  } | undefined;
5019
+ description?: string | undefined;
5006
5020
  longFormTitle?: string | undefined;
5007
5021
  tags?: string[] | undefined;
5008
5022
  documentation?: ({
@@ -5222,6 +5236,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5222
5236
  hideCode?: boolean | undefined;
5223
5237
  hideFromHierarchy?: boolean | undefined;
5224
5238
  } | undefined;
5239
+ description?: string | undefined;
5225
5240
  longFormTitle?: string | undefined;
5226
5241
  tags?: string[] | undefined;
5227
5242
  documentation?: ({
@@ -5477,6 +5492,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5477
5492
  hideCode?: boolean | undefined;
5478
5493
  hideFromHierarchy?: boolean | undefined;
5479
5494
  } | undefined;
5495
+ description?: string | undefined;
5480
5496
  longFormTitle?: string | undefined;
5481
5497
  tags?: string[] | undefined;
5482
5498
  documentation?: ({
@@ -5762,6 +5778,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5762
5778
  sortOrder: z.ZodOptional<z.ZodNumber>;
5763
5779
  }, {
5764
5780
  type: z.ZodLiteral<"task-group">;
5781
+ description: z.ZodOptional<z.ZodString>;
5765
5782
  category: z.ZodOptional<z.ZodString>;
5766
5783
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
5767
5784
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
@@ -6759,6 +6776,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6759
6776
  hideCode?: boolean | undefined;
6760
6777
  hideFromHierarchy?: boolean | undefined;
6761
6778
  } | undefined;
6779
+ description?: string | undefined;
6762
6780
  longFormTitle?: string | undefined;
6763
6781
  tags?: string[] | undefined;
6764
6782
  documentation?: ({
@@ -6924,6 +6942,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6924
6942
  hideCode?: boolean | undefined;
6925
6943
  hideFromHierarchy?: boolean | undefined;
6926
6944
  } | undefined;
6945
+ description?: string | undefined;
6927
6946
  longFormTitle?: string | undefined;
6928
6947
  tags?: string[] | undefined;
6929
6948
  documentation?: ({
@@ -7104,6 +7123,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7104
7123
  hideCode?: boolean | undefined;
7105
7124
  hideFromHierarchy?: boolean | undefined;
7106
7125
  } | undefined;
7126
+ description?: string | undefined;
7107
7127
  longFormTitle?: string | undefined;
7108
7128
  tags?: string[] | undefined;
7109
7129
  documentation?: ({
@@ -7308,6 +7328,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7308
7328
  hideCode?: boolean | undefined;
7309
7329
  hideFromHierarchy?: boolean | undefined;
7310
7330
  } | undefined;
7331
+ description?: string | undefined;
7311
7332
  longFormTitle?: string | undefined;
7312
7333
  tags?: string[] | undefined;
7313
7334
  documentation?: ({
@@ -7454,6 +7475,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7454
7475
  sortOrder: z.ZodOptional<z.ZodNumber>;
7455
7476
  }, {
7456
7477
  type: z.ZodLiteral<"task-group">;
7478
+ description: z.ZodOptional<z.ZodString>;
7457
7479
  category: z.ZodOptional<z.ZodString>;
7458
7480
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
7459
7481
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
@@ -8451,6 +8473,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8451
8473
  hideCode?: boolean | undefined;
8452
8474
  hideFromHierarchy?: boolean | undefined;
8453
8475
  } | undefined;
8476
+ description?: string | undefined;
8454
8477
  longFormTitle?: string | undefined;
8455
8478
  tags?: string[] | undefined;
8456
8479
  documentation?: ({
@@ -8616,6 +8639,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8616
8639
  hideCode?: boolean | undefined;
8617
8640
  hideFromHierarchy?: boolean | undefined;
8618
8641
  } | undefined;
8642
+ description?: string | undefined;
8619
8643
  longFormTitle?: string | undefined;
8620
8644
  tags?: string[] | undefined;
8621
8645
  documentation?: ({
@@ -193,6 +193,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
193
193
  sortOrder: z.ZodOptional<z.ZodNumber>;
194
194
  }, {
195
195
  type: z.ZodLiteral<"task-group">;
196
+ description: z.ZodOptional<z.ZodString>;
196
197
  category: z.ZodOptional<z.ZodString>;
197
198
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
198
199
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
@@ -1190,6 +1191,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
1190
1191
  hideCode?: boolean | undefined;
1191
1192
  hideFromHierarchy?: boolean | undefined;
1192
1193
  } | undefined;
1194
+ description?: string | undefined;
1193
1195
  longFormTitle?: string | undefined;
1194
1196
  tags?: string[] | undefined;
1195
1197
  documentation?: ({
@@ -1355,6 +1357,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
1355
1357
  hideCode?: boolean | undefined;
1356
1358
  hideFromHierarchy?: boolean | undefined;
1357
1359
  } | undefined;
1360
+ description?: string | undefined;
1358
1361
  longFormTitle?: string | undefined;
1359
1362
  tags?: string[] | undefined;
1360
1363
  documentation?: ({
@@ -1535,6 +1538,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
1535
1538
  hideCode?: boolean | undefined;
1536
1539
  hideFromHierarchy?: boolean | undefined;
1537
1540
  } | undefined;
1541
+ description?: string | undefined;
1538
1542
  longFormTitle?: string | undefined;
1539
1543
  tags?: string[] | undefined;
1540
1544
  documentation?: ({
@@ -1739,6 +1743,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
1739
1743
  hideCode?: boolean | undefined;
1740
1744
  hideFromHierarchy?: boolean | undefined;
1741
1745
  } | undefined;
1746
+ description?: string | undefined;
1742
1747
  longFormTitle?: string | undefined;
1743
1748
  tags?: string[] | undefined;
1744
1749
  documentation?: ({
@@ -101,6 +101,7 @@ export declare const taskGroupSchema: z.ZodObject<z.objectUtil.extendShape<{
101
101
  sortOrder: z.ZodOptional<z.ZodNumber>;
102
102
  }, {
103
103
  type: z.ZodLiteral<"task-group">;
104
+ description: z.ZodOptional<z.ZodString>;
104
105
  category: z.ZodOptional<z.ZodString>;
105
106
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
106
107
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
@@ -1098,6 +1099,7 @@ export declare const taskGroupSchema: z.ZodObject<z.objectUtil.extendShape<{
1098
1099
  hideCode?: boolean | undefined;
1099
1100
  hideFromHierarchy?: boolean | undefined;
1100
1101
  } | undefined;
1102
+ description?: string | undefined;
1101
1103
  longFormTitle?: string | undefined;
1102
1104
  tags?: string[] | undefined;
1103
1105
  documentation?: ({
@@ -1263,6 +1265,7 @@ export declare const taskGroupSchema: z.ZodObject<z.objectUtil.extendShape<{
1263
1265
  hideCode?: boolean | undefined;
1264
1266
  hideFromHierarchy?: boolean | undefined;
1265
1267
  } | undefined;
1268
+ description?: string | undefined;
1266
1269
  longFormTitle?: string | undefined;
1267
1270
  tags?: string[] | undefined;
1268
1271
  documentation?: ({
@@ -10,6 +10,7 @@ exports.taskGroupOptionsSchema = zod_1.z.object({
10
10
  });
11
11
  exports.taskGroupSchema = common_1.abstractElementSchema.extend({
12
12
  type: zod_1.z.literal("task-group"),
13
+ description: zod_1.z.string().optional(),
13
14
  category: zod_1.z.string().optional(),
14
15
  items: zod_1.z.array(zod_1.z.lazy(() => task_1.taskSchema)),
15
16
  options: exports.taskGroupOptionsSchema.optional(),
@@ -385,6 +385,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
385
385
  sortOrder: z.ZodOptional<z.ZodNumber>;
386
386
  }, {
387
387
  type: z.ZodLiteral<"task-group">;
388
+ description: z.ZodOptional<z.ZodString>;
388
389
  category: z.ZodOptional<z.ZodString>;
389
390
  items: z.ZodArray<z.ZodLazy<z.ZodObject<z.objectUtil.extendShape<{
390
391
  type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
@@ -1382,6 +1383,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
1382
1383
  hideCode?: boolean | undefined;
1383
1384
  hideFromHierarchy?: boolean | undefined;
1384
1385
  } | undefined;
1386
+ description?: string | undefined;
1385
1387
  longFormTitle?: string | undefined;
1386
1388
  tags?: string[] | undefined;
1387
1389
  documentation?: ({
@@ -1547,6 +1549,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
1547
1549
  hideCode?: boolean | undefined;
1548
1550
  hideFromHierarchy?: boolean | undefined;
1549
1551
  } | undefined;
1552
+ description?: string | undefined;
1550
1553
  longFormTitle?: string | undefined;
1551
1554
  tags?: string[] | undefined;
1552
1555
  documentation?: ({
@@ -1727,6 +1730,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
1727
1730
  hideCode?: boolean | undefined;
1728
1731
  hideFromHierarchy?: boolean | undefined;
1729
1732
  } | undefined;
1733
+ description?: string | undefined;
1730
1734
  longFormTitle?: string | undefined;
1731
1735
  tags?: string[] | undefined;
1732
1736
  documentation?: ({
@@ -1931,6 +1935,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
1931
1935
  hideCode?: boolean | undefined;
1932
1936
  hideFromHierarchy?: boolean | undefined;
1933
1937
  } | undefined;
1938
+ description?: string | undefined;
1934
1939
  longFormTitle?: string | undefined;
1935
1940
  tags?: string[] | undefined;
1936
1941
  documentation?: ({
@@ -2150,6 +2155,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
2150
2155
  hideCode?: boolean | undefined;
2151
2156
  hideFromHierarchy?: boolean | undefined;
2152
2157
  } | undefined;
2158
+ description?: string | undefined;
2153
2159
  longFormTitle?: string | undefined;
2154
2160
  tags?: string[] | undefined;
2155
2161
  documentation?: ({
@@ -2405,6 +2411,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
2405
2411
  hideCode?: boolean | undefined;
2406
2412
  hideFromHierarchy?: boolean | undefined;
2407
2413
  } | undefined;
2414
+ description?: string | undefined;
2408
2415
  longFormTitle?: string | undefined;
2409
2416
  tags?: string[] | undefined;
2410
2417
  documentation?: ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openframe-org/criteria-set-protocol",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
4
4
  "description": "A protocol and tools for defining and working with criteria sets",
5
5
  "private": false,
6
6
  "author": "Andrés Angulo <aa@openframe.org>",