@openframe-org/criteria-set-protocol 2.1.6 → 2.1.7

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.
@@ -412,7 +412,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
412
412
  description: z.ZodOptional<z.ZodString>;
413
413
  items: z.ZodArray<z.ZodLazy<z.ZodObject<{
414
414
  code: z.ZodString;
415
- longFormTitle: z.ZodString;
416
415
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
417
416
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
418
417
  label: z.ZodString;
@@ -683,7 +682,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
683
682
  }, "strip", z.ZodTypeAny, {
684
683
  code: string;
685
684
  type: "task-item";
686
- longFormTitle: string;
687
685
  definition: {
688
686
  type: "select-single";
689
687
  options: {
@@ -768,7 +766,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
768
766
  }, {
769
767
  code: string;
770
768
  type: "task-item";
771
- longFormTitle: string;
772
769
  definition: {
773
770
  type: "select-single";
774
771
  options: {
@@ -876,7 +873,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
876
873
  items: {
877
874
  code: string;
878
875
  type: "task-item";
879
- longFormTitle: string;
880
876
  definition: {
881
877
  type: "select-single";
882
878
  options: {
@@ -1002,7 +998,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
1002
998
  items: {
1003
999
  code: string;
1004
1000
  type: "task-item";
1005
- longFormTitle: string;
1006
1001
  definition: {
1007
1002
  type: "select-single";
1008
1003
  options: {
@@ -1133,7 +1128,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
1133
1128
  items: {
1134
1129
  code: string;
1135
1130
  type: "task-item";
1136
- longFormTitle: string;
1137
1131
  definition: {
1138
1132
  type: "select-single";
1139
1133
  options: {
@@ -1296,7 +1290,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
1296
1290
  items: {
1297
1291
  code: string;
1298
1292
  type: "task-item";
1299
- longFormTitle: string;
1300
1293
  definition: {
1301
1294
  type: "select-single";
1302
1295
  options: {
@@ -1522,7 +1515,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
1522
1515
  items: {
1523
1516
  code: string;
1524
1517
  type: "task-item";
1525
- longFormTitle: string;
1526
1518
  definition: {
1527
1519
  type: "select-single";
1528
1520
  options: {
@@ -1735,7 +1727,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
1735
1727
  items: {
1736
1728
  code: string;
1737
1729
  type: "task-item";
1738
- longFormTitle: string;
1739
1730
  definition: {
1740
1731
  type: "select-single";
1741
1732
  options: {
@@ -2011,7 +2002,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
2011
2002
  items: {
2012
2003
  code: string;
2013
2004
  type: "task-item";
2014
- longFormTitle: string;
2015
2005
  definition: {
2016
2006
  type: "select-single";
2017
2007
  options: {
@@ -2286,7 +2276,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
2286
2276
  items: {
2287
2277
  code: string;
2288
2278
  type: "task-item";
2289
- longFormTitle: string;
2290
2279
  definition: {
2291
2280
  type: "select-single";
2292
2281
  options: {
@@ -2675,7 +2664,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
2675
2664
  items: {
2676
2665
  code: string;
2677
2666
  type: "task-item";
2678
- longFormTitle: string;
2679
2667
  definition: {
2680
2668
  type: "select-single";
2681
2669
  options: {
@@ -2985,7 +2973,6 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
2985
2973
  items: {
2986
2974
  code: string;
2987
2975
  type: "task-item";
2988
- longFormTitle: string;
2989
2976
  definition: {
2990
2977
  type: "select-single";
2991
2978
  options: {
@@ -3644,7 +3631,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3644
3631
  description: z.ZodOptional<z.ZodString>;
3645
3632
  items: z.ZodArray<z.ZodLazy<z.ZodObject<{
3646
3633
  code: z.ZodString;
3647
- longFormTitle: z.ZodString;
3648
3634
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3649
3635
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3650
3636
  label: z.ZodString;
@@ -3915,7 +3901,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
3915
3901
  }, "strip", z.ZodTypeAny, {
3916
3902
  code: string;
3917
3903
  type: "task-item";
3918
- longFormTitle: string;
3919
3904
  definition: {
3920
3905
  type: "select-single";
3921
3906
  options: {
@@ -4000,7 +3985,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4000
3985
  }, {
4001
3986
  code: string;
4002
3987
  type: "task-item";
4003
- longFormTitle: string;
4004
3988
  definition: {
4005
3989
  type: "select-single";
4006
3990
  options: {
@@ -4108,7 +4092,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4108
4092
  items: {
4109
4093
  code: string;
4110
4094
  type: "task-item";
4111
- longFormTitle: string;
4112
4095
  definition: {
4113
4096
  type: "select-single";
4114
4097
  options: {
@@ -4234,7 +4217,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4234
4217
  items: {
4235
4218
  code: string;
4236
4219
  type: "task-item";
4237
- longFormTitle: string;
4238
4220
  definition: {
4239
4221
  type: "select-single";
4240
4222
  options: {
@@ -4365,7 +4347,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4365
4347
  items: {
4366
4348
  code: string;
4367
4349
  type: "task-item";
4368
- longFormTitle: string;
4369
4350
  definition: {
4370
4351
  type: "select-single";
4371
4352
  options: {
@@ -4528,7 +4509,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4528
4509
  items: {
4529
4510
  code: string;
4530
4511
  type: "task-item";
4531
- longFormTitle: string;
4532
4512
  definition: {
4533
4513
  type: "select-single";
4534
4514
  options: {
@@ -4754,7 +4734,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4754
4734
  items: {
4755
4735
  code: string;
4756
4736
  type: "task-item";
4757
- longFormTitle: string;
4758
4737
  definition: {
4759
4738
  type: "select-single";
4760
4739
  options: {
@@ -4967,7 +4946,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
4967
4946
  items: {
4968
4947
  code: string;
4969
4948
  type: "task-item";
4970
- longFormTitle: string;
4971
4949
  definition: {
4972
4950
  type: "select-single";
4973
4951
  options: {
@@ -5243,7 +5221,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5243
5221
  items: {
5244
5222
  code: string;
5245
5223
  type: "task-item";
5246
- longFormTitle: string;
5247
5224
  definition: {
5248
5225
  type: "select-single";
5249
5226
  options: {
@@ -5518,7 +5495,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
5518
5495
  items: {
5519
5496
  code: string;
5520
5497
  type: "task-item";
5521
- longFormTitle: string;
5522
5498
  definition: {
5523
5499
  type: "select-single";
5524
5500
  options: {
@@ -6008,7 +5984,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6008
5984
  description: z.ZodOptional<z.ZodString>;
6009
5985
  items: z.ZodArray<z.ZodLazy<z.ZodObject<{
6010
5986
  code: z.ZodString;
6011
- longFormTitle: z.ZodString;
6012
5987
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6013
5988
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
6014
5989
  label: z.ZodString;
@@ -6279,7 +6254,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6279
6254
  }, "strip", z.ZodTypeAny, {
6280
6255
  code: string;
6281
6256
  type: "task-item";
6282
- longFormTitle: string;
6283
6257
  definition: {
6284
6258
  type: "select-single";
6285
6259
  options: {
@@ -6364,7 +6338,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6364
6338
  }, {
6365
6339
  code: string;
6366
6340
  type: "task-item";
6367
- longFormTitle: string;
6368
6341
  definition: {
6369
6342
  type: "select-single";
6370
6343
  options: {
@@ -6472,7 +6445,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6472
6445
  items: {
6473
6446
  code: string;
6474
6447
  type: "task-item";
6475
- longFormTitle: string;
6476
6448
  definition: {
6477
6449
  type: "select-single";
6478
6450
  options: {
@@ -6598,7 +6570,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6598
6570
  items: {
6599
6571
  code: string;
6600
6572
  type: "task-item";
6601
- longFormTitle: string;
6602
6573
  definition: {
6603
6574
  type: "select-single";
6604
6575
  options: {
@@ -6729,7 +6700,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6729
6700
  items: {
6730
6701
  code: string;
6731
6702
  type: "task-item";
6732
- longFormTitle: string;
6733
6703
  definition: {
6734
6704
  type: "select-single";
6735
6705
  options: {
@@ -6892,7 +6862,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
6892
6862
  items: {
6893
6863
  code: string;
6894
6864
  type: "task-item";
6895
- longFormTitle: string;
6896
6865
  definition: {
6897
6866
  type: "select-single";
6898
6867
  options: {
@@ -7118,7 +7087,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7118
7087
  items: {
7119
7088
  code: string;
7120
7089
  type: "task-item";
7121
- longFormTitle: string;
7122
7090
  definition: {
7123
7091
  type: "select-single";
7124
7092
  options: {
@@ -7331,7 +7299,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7331
7299
  items: {
7332
7300
  code: string;
7333
7301
  type: "task-item";
7334
- longFormTitle: string;
7335
7302
  definition: {
7336
7303
  type: "select-single";
7337
7304
  options: {
@@ -7690,7 +7657,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7690
7657
  description: z.ZodOptional<z.ZodString>;
7691
7658
  items: z.ZodArray<z.ZodLazy<z.ZodObject<{
7692
7659
  code: z.ZodString;
7693
- longFormTitle: z.ZodString;
7694
7660
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7695
7661
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
7696
7662
  label: z.ZodString;
@@ -7961,7 +7927,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
7961
7927
  }, "strip", z.ZodTypeAny, {
7962
7928
  code: string;
7963
7929
  type: "task-item";
7964
- longFormTitle: string;
7965
7930
  definition: {
7966
7931
  type: "select-single";
7967
7932
  options: {
@@ -8046,7 +8011,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8046
8011
  }, {
8047
8012
  code: string;
8048
8013
  type: "task-item";
8049
- longFormTitle: string;
8050
8014
  definition: {
8051
8015
  type: "select-single";
8052
8016
  options: {
@@ -8154,7 +8118,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8154
8118
  items: {
8155
8119
  code: string;
8156
8120
  type: "task-item";
8157
- longFormTitle: string;
8158
8121
  definition: {
8159
8122
  type: "select-single";
8160
8123
  options: {
@@ -8280,7 +8243,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8280
8243
  items: {
8281
8244
  code: string;
8282
8245
  type: "task-item";
8283
- longFormTitle: string;
8284
8246
  definition: {
8285
8247
  type: "select-single";
8286
8248
  options: {
@@ -8411,7 +8373,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8411
8373
  items: {
8412
8374
  code: string;
8413
8375
  type: "task-item";
8414
- longFormTitle: string;
8415
8376
  definition: {
8416
8377
  type: "select-single";
8417
8378
  options: {
@@ -8574,7 +8535,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8574
8535
  items: {
8575
8536
  code: string;
8576
8537
  type: "task-item";
8577
- longFormTitle: string;
8578
8538
  definition: {
8579
8539
  type: "select-single";
8580
8540
  options: {
@@ -8812,7 +8772,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
8812
8772
  description: z.ZodOptional<z.ZodString>;
8813
8773
  items: z.ZodArray<z.ZodLazy<z.ZodObject<{
8814
8774
  code: z.ZodString;
8815
- longFormTitle: z.ZodString;
8816
8775
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8817
8776
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
8818
8777
  label: z.ZodString;
@@ -9083,7 +9042,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
9083
9042
  }, "strip", z.ZodTypeAny, {
9084
9043
  code: string;
9085
9044
  type: "task-item";
9086
- longFormTitle: string;
9087
9045
  definition: {
9088
9046
  type: "select-single";
9089
9047
  options: {
@@ -9168,7 +9126,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
9168
9126
  }, {
9169
9127
  code: string;
9170
9128
  type: "task-item";
9171
- longFormTitle: string;
9172
9129
  definition: {
9173
9130
  type: "select-single";
9174
9131
  options: {
@@ -9276,7 +9233,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
9276
9233
  items: {
9277
9234
  code: string;
9278
9235
  type: "task-item";
9279
- longFormTitle: string;
9280
9236
  definition: {
9281
9237
  type: "select-single";
9282
9238
  options: {
@@ -9402,7 +9358,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
9402
9358
  items: {
9403
9359
  code: string;
9404
9360
  type: "task-item";
9405
- longFormTitle: string;
9406
9361
  definition: {
9407
9362
  type: "select-single";
9408
9363
  options: {
@@ -9518,7 +9473,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
9518
9473
  sortOrder?: number | undefined;
9519
9474
  }>, z.ZodObject<{
9520
9475
  code: z.ZodString;
9521
- longFormTitle: z.ZodString;
9522
9476
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
9523
9477
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
9524
9478
  label: z.ZodString;
@@ -9789,7 +9743,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
9789
9743
  }, "strip", z.ZodTypeAny, {
9790
9744
  code: string;
9791
9745
  type: "task-item";
9792
- longFormTitle: string;
9793
9746
  definition: {
9794
9747
  type: "select-single";
9795
9748
  options: {
@@ -9874,7 +9827,6 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
9874
9827
  }, {
9875
9828
  code: string;
9876
9829
  type: "task-item";
9877
- longFormTitle: string;
9878
9830
  definition: {
9879
9831
  type: "select-single";
9880
9832
  options: {
@@ -311,7 +311,6 @@ export declare const criterionSchema: z.ZodObject<{
311
311
  description: z.ZodOptional<z.ZodString>;
312
312
  items: z.ZodArray<z.ZodLazy<z.ZodObject<{
313
313
  code: z.ZodString;
314
- longFormTitle: z.ZodString;
315
314
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
316
315
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
317
316
  label: z.ZodString;
@@ -582,7 +581,6 @@ export declare const criterionSchema: z.ZodObject<{
582
581
  }, "strip", z.ZodTypeAny, {
583
582
  code: string;
584
583
  type: "task-item";
585
- longFormTitle: string;
586
584
  definition: {
587
585
  type: "select-single";
588
586
  options: {
@@ -667,7 +665,6 @@ export declare const criterionSchema: z.ZodObject<{
667
665
  }, {
668
666
  code: string;
669
667
  type: "task-item";
670
- longFormTitle: string;
671
668
  definition: {
672
669
  type: "select-single";
673
670
  options: {
@@ -775,7 +772,6 @@ export declare const criterionSchema: z.ZodObject<{
775
772
  items: {
776
773
  code: string;
777
774
  type: "task-item";
778
- longFormTitle: string;
779
775
  definition: {
780
776
  type: "select-single";
781
777
  options: {
@@ -901,7 +897,6 @@ export declare const criterionSchema: z.ZodObject<{
901
897
  items: {
902
898
  code: string;
903
899
  type: "task-item";
904
- longFormTitle: string;
905
900
  definition: {
906
901
  type: "select-single";
907
902
  options: {
@@ -1032,7 +1027,6 @@ export declare const criterionSchema: z.ZodObject<{
1032
1027
  items: {
1033
1028
  code: string;
1034
1029
  type: "task-item";
1035
- longFormTitle: string;
1036
1030
  definition: {
1037
1031
  type: "select-single";
1038
1032
  options: {
@@ -1195,7 +1189,6 @@ export declare const criterionSchema: z.ZodObject<{
1195
1189
  items: {
1196
1190
  code: string;
1197
1191
  type: "task-item";
1198
- longFormTitle: string;
1199
1192
  definition: {
1200
1193
  type: "select-single";
1201
1194
  options: {
@@ -1421,7 +1414,6 @@ export declare const criterionSchema: z.ZodObject<{
1421
1414
  items: {
1422
1415
  code: string;
1423
1416
  type: "task-item";
1424
- longFormTitle: string;
1425
1417
  definition: {
1426
1418
  type: "select-single";
1427
1419
  options: {
@@ -1634,7 +1626,6 @@ export declare const criterionSchema: z.ZodObject<{
1634
1626
  items: {
1635
1627
  code: string;
1636
1628
  type: "task-item";
1637
- longFormTitle: string;
1638
1629
  definition: {
1639
1630
  type: "select-single";
1640
1631
  options: {
@@ -180,7 +180,6 @@ export declare const taskGroupSchema: z.ZodObject<{
180
180
  description: z.ZodOptional<z.ZodString>;
181
181
  items: z.ZodArray<z.ZodLazy<z.ZodObject<{
182
182
  code: z.ZodString;
183
- longFormTitle: z.ZodString;
184
183
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
185
184
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
186
185
  label: z.ZodString;
@@ -451,7 +450,6 @@ export declare const taskGroupSchema: z.ZodObject<{
451
450
  }, "strip", z.ZodTypeAny, {
452
451
  code: string;
453
452
  type: "task-item";
454
- longFormTitle: string;
455
453
  definition: {
456
454
  type: "select-single";
457
455
  options: {
@@ -536,7 +534,6 @@ export declare const taskGroupSchema: z.ZodObject<{
536
534
  }, {
537
535
  code: string;
538
536
  type: "task-item";
539
- longFormTitle: string;
540
537
  definition: {
541
538
  type: "select-single";
542
539
  options: {
@@ -644,7 +641,6 @@ export declare const taskGroupSchema: z.ZodObject<{
644
641
  items: {
645
642
  code: string;
646
643
  type: "task-item";
647
- longFormTitle: string;
648
644
  definition: {
649
645
  type: "select-single";
650
646
  options: {
@@ -770,7 +766,6 @@ export declare const taskGroupSchema: z.ZodObject<{
770
766
  items: {
771
767
  code: string;
772
768
  type: "task-item";
773
- longFormTitle: string;
774
769
  definition: {
775
770
  type: "select-single";
776
771
  options: {
@@ -901,7 +896,6 @@ export declare const taskGroupSchema: z.ZodObject<{
901
896
  items: {
902
897
  code: string;
903
898
  type: "task-item";
904
- longFormTitle: string;
905
899
  definition: {
906
900
  type: "select-single";
907
901
  options: {
@@ -1064,7 +1058,6 @@ export declare const taskGroupSchema: z.ZodObject<{
1064
1058
  items: {
1065
1059
  code: string;
1066
1060
  type: "task-item";
1067
- longFormTitle: string;
1068
1061
  definition: {
1069
1062
  type: "select-single";
1070
1063
  options: {
@@ -409,7 +409,6 @@ export declare const taskItemOptionsSchema: z.ZodObject<{
409
409
  }>;
410
410
  export declare const taskItemSchema: z.ZodObject<{
411
411
  code: z.ZodString;
412
- longFormTitle: z.ZodString;
413
412
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
414
413
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
415
414
  label: z.ZodString;
@@ -680,7 +679,6 @@ export declare const taskItemSchema: z.ZodObject<{
680
679
  }, "strip", z.ZodTypeAny, {
681
680
  code: string;
682
681
  type: "task-item";
683
- longFormTitle: string;
684
682
  definition: {
685
683
  type: "select-single";
686
684
  options: {
@@ -765,7 +763,6 @@ export declare const taskItemSchema: z.ZodObject<{
765
763
  }, {
766
764
  code: string;
767
765
  type: "task-item";
768
- longFormTitle: string;
769
766
  definition: {
770
767
  type: "select-single";
771
768
  options: {
@@ -113,7 +113,7 @@ exports.taskItemOptionsSchema = zod_1.z
113
113
  })
114
114
  .describe("TaskItemOptions - Options for configuring the display and behavior of a task item");
115
115
  exports.taskItemSchema = common_1.abstractElementSchema
116
- .omit({ title: true })
116
+ .omit({ title: true, longFormTitle: true })
117
117
  .extend({
118
118
  type: zod_1.z
119
119
  .literal("task-item")
@@ -103,7 +103,6 @@ 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.ZodString;
107
106
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
108
107
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
109
108
  label: z.ZodString;
@@ -374,7 +373,6 @@ export declare const taskSchema: z.ZodObject<{
374
373
  }, "strip", z.ZodTypeAny, {
375
374
  code: string;
376
375
  type: "task-item";
377
- longFormTitle: string;
378
376
  definition: {
379
377
  type: "select-single";
380
378
  options: {
@@ -459,7 +457,6 @@ export declare const taskSchema: z.ZodObject<{
459
457
  }, {
460
458
  code: string;
461
459
  type: "task-item";
462
- longFormTitle: string;
463
460
  definition: {
464
461
  type: "select-single";
465
462
  options: {
@@ -567,7 +564,6 @@ export declare const taskSchema: z.ZodObject<{
567
564
  items: {
568
565
  code: string;
569
566
  type: "task-item";
570
- longFormTitle: string;
571
567
  definition: {
572
568
  type: "select-single";
573
569
  options: {
@@ -693,7 +689,6 @@ export declare const taskSchema: z.ZodObject<{
693
689
  items: {
694
690
  code: string;
695
691
  type: "task-item";
696
- longFormTitle: string;
697
692
  definition: {
698
693
  type: "select-single";
699
694
  options: {
@@ -499,7 +499,6 @@ 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.ZodString;
503
502
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
504
503
  documentation: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
505
504
  label: z.ZodString;
@@ -770,7 +769,6 @@ export declare const themeSchema: z.ZodObject<{
770
769
  }, "strip", z.ZodTypeAny, {
771
770
  code: string;
772
771
  type: "task-item";
773
- longFormTitle: string;
774
772
  definition: {
775
773
  type: "select-single";
776
774
  options: {
@@ -855,7 +853,6 @@ export declare const themeSchema: z.ZodObject<{
855
853
  }, {
856
854
  code: string;
857
855
  type: "task-item";
858
- longFormTitle: string;
859
856
  definition: {
860
857
  type: "select-single";
861
858
  options: {
@@ -963,7 +960,6 @@ export declare const themeSchema: z.ZodObject<{
963
960
  items: {
964
961
  code: string;
965
962
  type: "task-item";
966
- longFormTitle: string;
967
963
  definition: {
968
964
  type: "select-single";
969
965
  options: {
@@ -1089,7 +1085,6 @@ export declare const themeSchema: z.ZodObject<{
1089
1085
  items: {
1090
1086
  code: string;
1091
1087
  type: "task-item";
1092
- longFormTitle: string;
1093
1088
  definition: {
1094
1089
  type: "select-single";
1095
1090
  options: {
@@ -1220,7 +1215,6 @@ export declare const themeSchema: z.ZodObject<{
1220
1215
  items: {
1221
1216
  code: string;
1222
1217
  type: "task-item";
1223
- longFormTitle: string;
1224
1218
  definition: {
1225
1219
  type: "select-single";
1226
1220
  options: {
@@ -1383,7 +1377,6 @@ export declare const themeSchema: z.ZodObject<{
1383
1377
  items: {
1384
1378
  code: string;
1385
1379
  type: "task-item";
1386
- longFormTitle: string;
1387
1380
  definition: {
1388
1381
  type: "select-single";
1389
1382
  options: {
@@ -1609,7 +1602,6 @@ export declare const themeSchema: z.ZodObject<{
1609
1602
  items: {
1610
1603
  code: string;
1611
1604
  type: "task-item";
1612
- longFormTitle: string;
1613
1605
  definition: {
1614
1606
  type: "select-single";
1615
1607
  options: {
@@ -1822,7 +1814,6 @@ export declare const themeSchema: z.ZodObject<{
1822
1814
  items: {
1823
1815
  code: string;
1824
1816
  type: "task-item";
1825
- longFormTitle: string;
1826
1817
  definition: {
1827
1818
  type: "select-single";
1828
1819
  options: {
@@ -2098,7 +2089,6 @@ export declare const themeSchema: z.ZodObject<{
2098
2089
  items: {
2099
2090
  code: string;
2100
2091
  type: "task-item";
2101
- longFormTitle: string;
2102
2092
  definition: {
2103
2093
  type: "select-single";
2104
2094
  options: {
@@ -2373,7 +2363,6 @@ export declare const themeSchema: z.ZodObject<{
2373
2363
  items: {
2374
2364
  code: string;
2375
2365
  type: "task-item";
2376
- longFormTitle: string;
2377
2366
  definition: {
2378
2367
  type: "select-single";
2379
2368
  options: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openframe-org/criteria-set-protocol",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
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>",