@openframe-org/criteria-set-protocol 2.0.11 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v1/schemas/criteria-tree.d.ts +45 -0
- package/dist/v1/schemas/criterion.d.ts +9 -0
- package/dist/v1/schemas/task-group.d.ts +7 -0
- package/dist/v1/schemas/task.d.ts +8 -0
- package/dist/v1/schemas/task.js +3 -0
- package/dist/v1/schemas/theme.d.ts +11 -0
- package/dist/v1/utils.d.ts +4 -0
- package/package.json +1 -1
|
@@ -827,10 +827,13 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
827
827
|
}>>, "many">;
|
|
828
828
|
options: z.ZodOptional<z.ZodObject<{
|
|
829
829
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
830
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
830
831
|
}, "strip", z.ZodTypeAny, {
|
|
831
832
|
hideCode?: boolean | undefined;
|
|
833
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
832
834
|
}, {
|
|
833
835
|
hideCode?: boolean | undefined;
|
|
836
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
834
837
|
}>>;
|
|
835
838
|
}>, "strip", z.ZodTypeAny, {
|
|
836
839
|
type: "task";
|
|
@@ -920,6 +923,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
920
923
|
} | undefined;
|
|
921
924
|
options?: {
|
|
922
925
|
hideCode?: boolean | undefined;
|
|
926
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
923
927
|
} | undefined;
|
|
924
928
|
description?: string | undefined;
|
|
925
929
|
tags?: string[] | undefined;
|
|
@@ -1027,6 +1031,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1027
1031
|
} | undefined;
|
|
1028
1032
|
options?: {
|
|
1029
1033
|
hideCode?: boolean | undefined;
|
|
1034
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1030
1035
|
} | undefined;
|
|
1031
1036
|
description?: string | undefined;
|
|
1032
1037
|
tags?: string[] | undefined;
|
|
@@ -1149,6 +1154,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1149
1154
|
} | undefined;
|
|
1150
1155
|
options?: {
|
|
1151
1156
|
hideCode?: boolean | undefined;
|
|
1157
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1152
1158
|
} | undefined;
|
|
1153
1159
|
description?: string | undefined;
|
|
1154
1160
|
tags?: string[] | undefined;
|
|
@@ -1295,6 +1301,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1295
1301
|
} | undefined;
|
|
1296
1302
|
options?: {
|
|
1297
1303
|
hideCode?: boolean | undefined;
|
|
1304
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1298
1305
|
} | undefined;
|
|
1299
1306
|
description?: string | undefined;
|
|
1300
1307
|
tags?: string[] | undefined;
|
|
@@ -1456,6 +1463,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1456
1463
|
} | undefined;
|
|
1457
1464
|
options?: {
|
|
1458
1465
|
hideCode?: boolean | undefined;
|
|
1466
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1459
1467
|
} | undefined;
|
|
1460
1468
|
description?: string | undefined;
|
|
1461
1469
|
tags?: string[] | undefined;
|
|
@@ -1640,6 +1648,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1640
1648
|
} | undefined;
|
|
1641
1649
|
options?: {
|
|
1642
1650
|
hideCode?: boolean | undefined;
|
|
1651
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1643
1652
|
} | undefined;
|
|
1644
1653
|
description?: string | undefined;
|
|
1645
1654
|
tags?: string[] | undefined;
|
|
@@ -1836,6 +1845,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1836
1845
|
} | undefined;
|
|
1837
1846
|
options?: {
|
|
1838
1847
|
hideCode?: boolean | undefined;
|
|
1848
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1839
1849
|
} | undefined;
|
|
1840
1850
|
description?: string | undefined;
|
|
1841
1851
|
tags?: string[] | undefined;
|
|
@@ -2069,6 +2079,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2069
2079
|
} | undefined;
|
|
2070
2080
|
options?: {
|
|
2071
2081
|
hideCode?: boolean | undefined;
|
|
2082
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
2072
2083
|
} | undefined;
|
|
2073
2084
|
description?: string | undefined;
|
|
2074
2085
|
tags?: string[] | undefined;
|
|
@@ -2408,6 +2419,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2408
2419
|
} | undefined;
|
|
2409
2420
|
options?: {
|
|
2410
2421
|
hideCode?: boolean | undefined;
|
|
2422
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
2411
2423
|
} | undefined;
|
|
2412
2424
|
description?: string | undefined;
|
|
2413
2425
|
tags?: string[] | undefined;
|
|
@@ -2673,6 +2685,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2673
2685
|
} | undefined;
|
|
2674
2686
|
options?: {
|
|
2675
2687
|
hideCode?: boolean | undefined;
|
|
2688
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
2676
2689
|
} | undefined;
|
|
2677
2690
|
description?: string | undefined;
|
|
2678
2691
|
tags?: string[] | undefined;
|
|
@@ -3659,10 +3672,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3659
3672
|
}>>, "many">;
|
|
3660
3673
|
options: z.ZodOptional<z.ZodObject<{
|
|
3661
3674
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
3675
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
3662
3676
|
}, "strip", z.ZodTypeAny, {
|
|
3663
3677
|
hideCode?: boolean | undefined;
|
|
3678
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3664
3679
|
}, {
|
|
3665
3680
|
hideCode?: boolean | undefined;
|
|
3681
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3666
3682
|
}>>;
|
|
3667
3683
|
}>, "strip", z.ZodTypeAny, {
|
|
3668
3684
|
type: "task";
|
|
@@ -3752,6 +3768,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3752
3768
|
} | undefined;
|
|
3753
3769
|
options?: {
|
|
3754
3770
|
hideCode?: boolean | undefined;
|
|
3771
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3755
3772
|
} | undefined;
|
|
3756
3773
|
description?: string | undefined;
|
|
3757
3774
|
tags?: string[] | undefined;
|
|
@@ -3859,6 +3876,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3859
3876
|
} | undefined;
|
|
3860
3877
|
options?: {
|
|
3861
3878
|
hideCode?: boolean | undefined;
|
|
3879
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3862
3880
|
} | undefined;
|
|
3863
3881
|
description?: string | undefined;
|
|
3864
3882
|
tags?: string[] | undefined;
|
|
@@ -3981,6 +3999,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3981
3999
|
} | undefined;
|
|
3982
4000
|
options?: {
|
|
3983
4001
|
hideCode?: boolean | undefined;
|
|
4002
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3984
4003
|
} | undefined;
|
|
3985
4004
|
description?: string | undefined;
|
|
3986
4005
|
tags?: string[] | undefined;
|
|
@@ -4127,6 +4146,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4127
4146
|
} | undefined;
|
|
4128
4147
|
options?: {
|
|
4129
4148
|
hideCode?: boolean | undefined;
|
|
4149
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4130
4150
|
} | undefined;
|
|
4131
4151
|
description?: string | undefined;
|
|
4132
4152
|
tags?: string[] | undefined;
|
|
@@ -4288,6 +4308,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4288
4308
|
} | undefined;
|
|
4289
4309
|
options?: {
|
|
4290
4310
|
hideCode?: boolean | undefined;
|
|
4311
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4291
4312
|
} | undefined;
|
|
4292
4313
|
description?: string | undefined;
|
|
4293
4314
|
tags?: string[] | undefined;
|
|
@@ -4472,6 +4493,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4472
4493
|
} | undefined;
|
|
4473
4494
|
options?: {
|
|
4474
4495
|
hideCode?: boolean | undefined;
|
|
4496
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4475
4497
|
} | undefined;
|
|
4476
4498
|
description?: string | undefined;
|
|
4477
4499
|
tags?: string[] | undefined;
|
|
@@ -4668,6 +4690,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4668
4690
|
} | undefined;
|
|
4669
4691
|
options?: {
|
|
4670
4692
|
hideCode?: boolean | undefined;
|
|
4693
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4671
4694
|
} | undefined;
|
|
4672
4695
|
description?: string | undefined;
|
|
4673
4696
|
tags?: string[] | undefined;
|
|
@@ -4901,6 +4924,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4901
4924
|
} | undefined;
|
|
4902
4925
|
options?: {
|
|
4903
4926
|
hideCode?: boolean | undefined;
|
|
4927
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4904
4928
|
} | undefined;
|
|
4905
4929
|
description?: string | undefined;
|
|
4906
4930
|
tags?: string[] | undefined;
|
|
@@ -5715,10 +5739,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5715
5739
|
}>>, "many">;
|
|
5716
5740
|
options: z.ZodOptional<z.ZodObject<{
|
|
5717
5741
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
5742
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
5718
5743
|
}, "strip", z.ZodTypeAny, {
|
|
5719
5744
|
hideCode?: boolean | undefined;
|
|
5745
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
5720
5746
|
}, {
|
|
5721
5747
|
hideCode?: boolean | undefined;
|
|
5748
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
5722
5749
|
}>>;
|
|
5723
5750
|
}>, "strip", z.ZodTypeAny, {
|
|
5724
5751
|
type: "task";
|
|
@@ -5808,6 +5835,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5808
5835
|
} | undefined;
|
|
5809
5836
|
options?: {
|
|
5810
5837
|
hideCode?: boolean | undefined;
|
|
5838
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
5811
5839
|
} | undefined;
|
|
5812
5840
|
description?: string | undefined;
|
|
5813
5841
|
tags?: string[] | undefined;
|
|
@@ -5915,6 +5943,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5915
5943
|
} | undefined;
|
|
5916
5944
|
options?: {
|
|
5917
5945
|
hideCode?: boolean | undefined;
|
|
5946
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
5918
5947
|
} | undefined;
|
|
5919
5948
|
description?: string | undefined;
|
|
5920
5949
|
tags?: string[] | undefined;
|
|
@@ -6037,6 +6066,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6037
6066
|
} | undefined;
|
|
6038
6067
|
options?: {
|
|
6039
6068
|
hideCode?: boolean | undefined;
|
|
6069
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
6040
6070
|
} | undefined;
|
|
6041
6071
|
description?: string | undefined;
|
|
6042
6072
|
tags?: string[] | undefined;
|
|
@@ -6183,6 +6213,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6183
6213
|
} | undefined;
|
|
6184
6214
|
options?: {
|
|
6185
6215
|
hideCode?: boolean | undefined;
|
|
6216
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
6186
6217
|
} | undefined;
|
|
6187
6218
|
description?: string | undefined;
|
|
6188
6219
|
tags?: string[] | undefined;
|
|
@@ -6344,6 +6375,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6344
6375
|
} | undefined;
|
|
6345
6376
|
options?: {
|
|
6346
6377
|
hideCode?: boolean | undefined;
|
|
6378
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
6347
6379
|
} | undefined;
|
|
6348
6380
|
description?: string | undefined;
|
|
6349
6381
|
tags?: string[] | undefined;
|
|
@@ -6528,6 +6560,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6528
6560
|
} | undefined;
|
|
6529
6561
|
options?: {
|
|
6530
6562
|
hideCode?: boolean | undefined;
|
|
6563
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
6531
6564
|
} | undefined;
|
|
6532
6565
|
description?: string | undefined;
|
|
6533
6566
|
tags?: string[] | undefined;
|
|
@@ -7206,10 +7239,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7206
7239
|
}>>, "many">;
|
|
7207
7240
|
options: z.ZodOptional<z.ZodObject<{
|
|
7208
7241
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
7242
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
7209
7243
|
}, "strip", z.ZodTypeAny, {
|
|
7210
7244
|
hideCode?: boolean | undefined;
|
|
7245
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7211
7246
|
}, {
|
|
7212
7247
|
hideCode?: boolean | undefined;
|
|
7248
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7213
7249
|
}>>;
|
|
7214
7250
|
}>, "strip", z.ZodTypeAny, {
|
|
7215
7251
|
type: "task";
|
|
@@ -7299,6 +7335,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7299
7335
|
} | undefined;
|
|
7300
7336
|
options?: {
|
|
7301
7337
|
hideCode?: boolean | undefined;
|
|
7338
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7302
7339
|
} | undefined;
|
|
7303
7340
|
description?: string | undefined;
|
|
7304
7341
|
tags?: string[] | undefined;
|
|
@@ -7406,6 +7443,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7406
7443
|
} | undefined;
|
|
7407
7444
|
options?: {
|
|
7408
7445
|
hideCode?: boolean | undefined;
|
|
7446
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7409
7447
|
} | undefined;
|
|
7410
7448
|
description?: string | undefined;
|
|
7411
7449
|
tags?: string[] | undefined;
|
|
@@ -7528,6 +7566,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7528
7566
|
} | undefined;
|
|
7529
7567
|
options?: {
|
|
7530
7568
|
hideCode?: boolean | undefined;
|
|
7569
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7531
7570
|
} | undefined;
|
|
7532
7571
|
description?: string | undefined;
|
|
7533
7572
|
tags?: string[] | undefined;
|
|
@@ -7674,6 +7713,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7674
7713
|
} | undefined;
|
|
7675
7714
|
options?: {
|
|
7676
7715
|
hideCode?: boolean | undefined;
|
|
7716
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7677
7717
|
} | undefined;
|
|
7678
7718
|
description?: string | undefined;
|
|
7679
7719
|
tags?: string[] | undefined;
|
|
@@ -8226,10 +8266,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8226
8266
|
}>>, "many">;
|
|
8227
8267
|
options: z.ZodOptional<z.ZodObject<{
|
|
8228
8268
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
8269
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
8229
8270
|
}, "strip", z.ZodTypeAny, {
|
|
8230
8271
|
hideCode?: boolean | undefined;
|
|
8272
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
8231
8273
|
}, {
|
|
8232
8274
|
hideCode?: boolean | undefined;
|
|
8275
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
8233
8276
|
}>>;
|
|
8234
8277
|
}>, "strip", z.ZodTypeAny, {
|
|
8235
8278
|
type: "task";
|
|
@@ -8319,6 +8362,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8319
8362
|
} | undefined;
|
|
8320
8363
|
options?: {
|
|
8321
8364
|
hideCode?: boolean | undefined;
|
|
8365
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
8322
8366
|
} | undefined;
|
|
8323
8367
|
description?: string | undefined;
|
|
8324
8368
|
tags?: string[] | undefined;
|
|
@@ -8426,6 +8470,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8426
8470
|
} | undefined;
|
|
8427
8471
|
options?: {
|
|
8428
8472
|
hideCode?: boolean | undefined;
|
|
8473
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
8429
8474
|
} | undefined;
|
|
8430
8475
|
description?: string | undefined;
|
|
8431
8476
|
tags?: string[] | undefined;
|
|
@@ -690,10 +690,13 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
690
690
|
}>>, "many">;
|
|
691
691
|
options: z.ZodOptional<z.ZodObject<{
|
|
692
692
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
693
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
693
694
|
}, "strip", z.ZodTypeAny, {
|
|
694
695
|
hideCode?: boolean | undefined;
|
|
696
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
695
697
|
}, {
|
|
696
698
|
hideCode?: boolean | undefined;
|
|
699
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
697
700
|
}>>;
|
|
698
701
|
}>, "strip", z.ZodTypeAny, {
|
|
699
702
|
type: "task";
|
|
@@ -783,6 +786,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
783
786
|
} | undefined;
|
|
784
787
|
options?: {
|
|
785
788
|
hideCode?: boolean | undefined;
|
|
789
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
786
790
|
} | undefined;
|
|
787
791
|
description?: string | undefined;
|
|
788
792
|
tags?: string[] | undefined;
|
|
@@ -890,6 +894,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
890
894
|
} | undefined;
|
|
891
895
|
options?: {
|
|
892
896
|
hideCode?: boolean | undefined;
|
|
897
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
893
898
|
} | undefined;
|
|
894
899
|
description?: string | undefined;
|
|
895
900
|
tags?: string[] | undefined;
|
|
@@ -1012,6 +1017,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1012
1017
|
} | undefined;
|
|
1013
1018
|
options?: {
|
|
1014
1019
|
hideCode?: boolean | undefined;
|
|
1020
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1015
1021
|
} | undefined;
|
|
1016
1022
|
description?: string | undefined;
|
|
1017
1023
|
tags?: string[] | undefined;
|
|
@@ -1158,6 +1164,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1158
1164
|
} | undefined;
|
|
1159
1165
|
options?: {
|
|
1160
1166
|
hideCode?: boolean | undefined;
|
|
1167
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1161
1168
|
} | undefined;
|
|
1162
1169
|
description?: string | undefined;
|
|
1163
1170
|
tags?: string[] | undefined;
|
|
@@ -1319,6 +1326,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1319
1326
|
} | undefined;
|
|
1320
1327
|
options?: {
|
|
1321
1328
|
hideCode?: boolean | undefined;
|
|
1329
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1322
1330
|
} | undefined;
|
|
1323
1331
|
description?: string | undefined;
|
|
1324
1332
|
tags?: string[] | undefined;
|
|
@@ -1503,6 +1511,7 @@ export declare const criterionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1503
1511
|
} | undefined;
|
|
1504
1512
|
options?: {
|
|
1505
1513
|
hideCode?: boolean | undefined;
|
|
1514
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1506
1515
|
} | undefined;
|
|
1507
1516
|
description?: string | undefined;
|
|
1508
1517
|
tags?: string[] | undefined;
|
|
@@ -599,10 +599,13 @@ export declare const taskGroupSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
599
599
|
}>>, "many">;
|
|
600
600
|
options: z.ZodOptional<z.ZodObject<{
|
|
601
601
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
602
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
602
603
|
}, "strip", z.ZodTypeAny, {
|
|
603
604
|
hideCode?: boolean | undefined;
|
|
605
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
604
606
|
}, {
|
|
605
607
|
hideCode?: boolean | undefined;
|
|
608
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
606
609
|
}>>;
|
|
607
610
|
}>, "strip", z.ZodTypeAny, {
|
|
608
611
|
type: "task";
|
|
@@ -692,6 +695,7 @@ export declare const taskGroupSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
692
695
|
} | undefined;
|
|
693
696
|
options?: {
|
|
694
697
|
hideCode?: boolean | undefined;
|
|
698
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
695
699
|
} | undefined;
|
|
696
700
|
description?: string | undefined;
|
|
697
701
|
tags?: string[] | undefined;
|
|
@@ -799,6 +803,7 @@ export declare const taskGroupSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
799
803
|
} | undefined;
|
|
800
804
|
options?: {
|
|
801
805
|
hideCode?: boolean | undefined;
|
|
806
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
802
807
|
} | undefined;
|
|
803
808
|
description?: string | undefined;
|
|
804
809
|
tags?: string[] | undefined;
|
|
@@ -921,6 +926,7 @@ export declare const taskGroupSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
921
926
|
} | undefined;
|
|
922
927
|
options?: {
|
|
923
928
|
hideCode?: boolean | undefined;
|
|
929
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
924
930
|
} | undefined;
|
|
925
931
|
description?: string | undefined;
|
|
926
932
|
tags?: string[] | undefined;
|
|
@@ -1067,6 +1073,7 @@ export declare const taskGroupSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1067
1073
|
} | undefined;
|
|
1068
1074
|
options?: {
|
|
1069
1075
|
hideCode?: boolean | undefined;
|
|
1076
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1070
1077
|
} | undefined;
|
|
1071
1078
|
description?: string | undefined;
|
|
1072
1079
|
tags?: string[] | undefined;
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const taskOptionsSchema: z.ZodObject<{
|
|
3
3
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
4
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
4
5
|
}, "strip", z.ZodTypeAny, {
|
|
5
6
|
hideCode?: boolean | undefined;
|
|
7
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
6
8
|
}, {
|
|
7
9
|
hideCode?: boolean | undefined;
|
|
10
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
8
11
|
}>;
|
|
9
12
|
export declare const taskSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
10
13
|
type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
|
|
@@ -504,10 +507,13 @@ export declare const taskSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
504
507
|
}>>, "many">;
|
|
505
508
|
options: z.ZodOptional<z.ZodObject<{
|
|
506
509
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
510
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
507
511
|
}, "strip", z.ZodTypeAny, {
|
|
508
512
|
hideCode?: boolean | undefined;
|
|
513
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
509
514
|
}, {
|
|
510
515
|
hideCode?: boolean | undefined;
|
|
516
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
511
517
|
}>>;
|
|
512
518
|
}>, "strip", z.ZodTypeAny, {
|
|
513
519
|
type: "task";
|
|
@@ -597,6 +603,7 @@ export declare const taskSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
597
603
|
} | undefined;
|
|
598
604
|
options?: {
|
|
599
605
|
hideCode?: boolean | undefined;
|
|
606
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
600
607
|
} | undefined;
|
|
601
608
|
description?: string | undefined;
|
|
602
609
|
tags?: string[] | undefined;
|
|
@@ -704,6 +711,7 @@ export declare const taskSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
704
711
|
} | undefined;
|
|
705
712
|
options?: {
|
|
706
713
|
hideCode?: boolean | undefined;
|
|
714
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
707
715
|
} | undefined;
|
|
708
716
|
description?: string | undefined;
|
|
709
717
|
tags?: string[] | undefined;
|
package/dist/v1/schemas/task.js
CHANGED
|
@@ -5,7 +5,10 @@ const zod_1 = require("zod");
|
|
|
5
5
|
const task_item_1 = require("./task-item");
|
|
6
6
|
const common_1 = require("./common");
|
|
7
7
|
exports.taskOptionsSchema = zod_1.z.object({
|
|
8
|
+
// Whether to hide the code of the task in the UI, in general
|
|
8
9
|
hideCode: zod_1.z.boolean().optional(),
|
|
10
|
+
// Whether to include the code of the task in the long form name, ie in task descriptions (as opposed to navigation)
|
|
11
|
+
includeCodeInLongFormName: zod_1.z.boolean().optional(),
|
|
9
12
|
});
|
|
10
13
|
exports.taskSchema = common_1.abstractElementSchema.extend({
|
|
11
14
|
type: zod_1.z.literal("task"),
|
|
@@ -878,10 +878,13 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
878
878
|
}>>, "many">;
|
|
879
879
|
options: z.ZodOptional<z.ZodObject<{
|
|
880
880
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
881
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
881
882
|
}, "strip", z.ZodTypeAny, {
|
|
882
883
|
hideCode?: boolean | undefined;
|
|
884
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
883
885
|
}, {
|
|
884
886
|
hideCode?: boolean | undefined;
|
|
887
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
885
888
|
}>>;
|
|
886
889
|
}>, "strip", z.ZodTypeAny, {
|
|
887
890
|
type: "task";
|
|
@@ -971,6 +974,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
971
974
|
} | undefined;
|
|
972
975
|
options?: {
|
|
973
976
|
hideCode?: boolean | undefined;
|
|
977
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
974
978
|
} | undefined;
|
|
975
979
|
description?: string | undefined;
|
|
976
980
|
tags?: string[] | undefined;
|
|
@@ -1078,6 +1082,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1078
1082
|
} | undefined;
|
|
1079
1083
|
options?: {
|
|
1080
1084
|
hideCode?: boolean | undefined;
|
|
1085
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1081
1086
|
} | undefined;
|
|
1082
1087
|
description?: string | undefined;
|
|
1083
1088
|
tags?: string[] | undefined;
|
|
@@ -1200,6 +1205,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1200
1205
|
} | undefined;
|
|
1201
1206
|
options?: {
|
|
1202
1207
|
hideCode?: boolean | undefined;
|
|
1208
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1203
1209
|
} | undefined;
|
|
1204
1210
|
description?: string | undefined;
|
|
1205
1211
|
tags?: string[] | undefined;
|
|
@@ -1346,6 +1352,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1346
1352
|
} | undefined;
|
|
1347
1353
|
options?: {
|
|
1348
1354
|
hideCode?: boolean | undefined;
|
|
1355
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1349
1356
|
} | undefined;
|
|
1350
1357
|
description?: string | undefined;
|
|
1351
1358
|
tags?: string[] | undefined;
|
|
@@ -1507,6 +1514,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1507
1514
|
} | undefined;
|
|
1508
1515
|
options?: {
|
|
1509
1516
|
hideCode?: boolean | undefined;
|
|
1517
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1510
1518
|
} | undefined;
|
|
1511
1519
|
description?: string | undefined;
|
|
1512
1520
|
tags?: string[] | undefined;
|
|
@@ -1691,6 +1699,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1691
1699
|
} | undefined;
|
|
1692
1700
|
options?: {
|
|
1693
1701
|
hideCode?: boolean | undefined;
|
|
1702
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1694
1703
|
} | undefined;
|
|
1695
1704
|
description?: string | undefined;
|
|
1696
1705
|
tags?: string[] | undefined;
|
|
@@ -1887,6 +1896,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1887
1896
|
} | undefined;
|
|
1888
1897
|
options?: {
|
|
1889
1898
|
hideCode?: boolean | undefined;
|
|
1899
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1890
1900
|
} | undefined;
|
|
1891
1901
|
description?: string | undefined;
|
|
1892
1902
|
tags?: string[] | undefined;
|
|
@@ -2120,6 +2130,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2120
2130
|
} | undefined;
|
|
2121
2131
|
options?: {
|
|
2122
2132
|
hideCode?: boolean | undefined;
|
|
2133
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
2123
2134
|
} | undefined;
|
|
2124
2135
|
description?: string | undefined;
|
|
2125
2136
|
tags?: string[] | undefined;
|
package/dist/v1/utils.d.ts
CHANGED
|
@@ -99,6 +99,7 @@ export declare const isTheme: (element: CriteriaTreeElement) => element is {
|
|
|
99
99
|
} | undefined;
|
|
100
100
|
options?: {
|
|
101
101
|
hideCode?: boolean | undefined;
|
|
102
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
102
103
|
} | undefined;
|
|
103
104
|
description?: string | undefined;
|
|
104
105
|
tags?: string[] | undefined;
|
|
@@ -329,6 +330,7 @@ export declare const isCriterion: (element: CriteriaTreeElement) => element is {
|
|
|
329
330
|
} | undefined;
|
|
330
331
|
options?: {
|
|
331
332
|
hideCode?: boolean | undefined;
|
|
333
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
332
334
|
} | undefined;
|
|
333
335
|
description?: string | undefined;
|
|
334
336
|
tags?: string[] | undefined;
|
|
@@ -510,6 +512,7 @@ export declare const isTaskGroup: (element: CriteriaTreeElement) => element is {
|
|
|
510
512
|
} | undefined;
|
|
511
513
|
options?: {
|
|
512
514
|
hideCode?: boolean | undefined;
|
|
515
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
513
516
|
} | undefined;
|
|
514
517
|
description?: string | undefined;
|
|
515
518
|
tags?: string[] | undefined;
|
|
@@ -653,6 +656,7 @@ export declare const isTask: (element: CriteriaTreeElement) => element is {
|
|
|
653
656
|
} | undefined;
|
|
654
657
|
options?: {
|
|
655
658
|
hideCode?: boolean | undefined;
|
|
659
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
656
660
|
} | undefined;
|
|
657
661
|
description?: string | undefined;
|
|
658
662
|
tags?: string[] | undefined;
|
package/package.json
CHANGED