@openframe-org/criteria-set-protocol 2.0.11 → 2.0.13
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 +57 -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 +19 -0
- package/dist/v1/schemas/theme.js +1 -0
- package/dist/v1/utils.d.ts +5 -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;
|
|
@@ -1731,10 +1740,13 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1731
1740
|
}>, "many">;
|
|
1732
1741
|
options: z.ZodOptional<z.ZodObject<{
|
|
1733
1742
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
1743
|
+
hideFromHierarchy: z.ZodOptional<z.ZodBoolean>;
|
|
1734
1744
|
}, "strip", z.ZodTypeAny, {
|
|
1735
1745
|
hideCode?: boolean | undefined;
|
|
1746
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1736
1747
|
}, {
|
|
1737
1748
|
hideCode?: boolean | undefined;
|
|
1749
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1738
1750
|
}>>;
|
|
1739
1751
|
}>, "strip", z.ZodTypeAny, {
|
|
1740
1752
|
type: "theme";
|
|
@@ -1836,6 +1848,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1836
1848
|
} | undefined;
|
|
1837
1849
|
options?: {
|
|
1838
1850
|
hideCode?: boolean | undefined;
|
|
1851
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1839
1852
|
} | undefined;
|
|
1840
1853
|
description?: string | undefined;
|
|
1841
1854
|
tags?: string[] | undefined;
|
|
@@ -1951,6 +1964,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1951
1964
|
} | undefined;
|
|
1952
1965
|
options?: {
|
|
1953
1966
|
hideCode?: boolean | undefined;
|
|
1967
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1954
1968
|
} | undefined;
|
|
1955
1969
|
tags?: string[] | undefined;
|
|
1956
1970
|
documentation?: ({
|
|
@@ -2069,6 +2083,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2069
2083
|
} | undefined;
|
|
2070
2084
|
options?: {
|
|
2071
2085
|
hideCode?: boolean | undefined;
|
|
2086
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
2072
2087
|
} | undefined;
|
|
2073
2088
|
description?: string | undefined;
|
|
2074
2089
|
tags?: string[] | undefined;
|
|
@@ -2184,6 +2199,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2184
2199
|
} | undefined;
|
|
2185
2200
|
options?: {
|
|
2186
2201
|
hideCode?: boolean | undefined;
|
|
2202
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2187
2203
|
} | undefined;
|
|
2188
2204
|
tags?: string[] | undefined;
|
|
2189
2205
|
documentation?: ({
|
|
@@ -2408,6 +2424,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2408
2424
|
} | undefined;
|
|
2409
2425
|
options?: {
|
|
2410
2426
|
hideCode?: boolean | undefined;
|
|
2427
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
2411
2428
|
} | undefined;
|
|
2412
2429
|
description?: string | undefined;
|
|
2413
2430
|
tags?: string[] | undefined;
|
|
@@ -2523,6 +2540,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2523
2540
|
} | undefined;
|
|
2524
2541
|
options?: {
|
|
2525
2542
|
hideCode?: boolean | undefined;
|
|
2543
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2526
2544
|
} | undefined;
|
|
2527
2545
|
tags?: string[] | undefined;
|
|
2528
2546
|
documentation?: ({
|
|
@@ -2673,6 +2691,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2673
2691
|
} | undefined;
|
|
2674
2692
|
options?: {
|
|
2675
2693
|
hideCode?: boolean | undefined;
|
|
2694
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
2676
2695
|
} | undefined;
|
|
2677
2696
|
description?: string | undefined;
|
|
2678
2697
|
tags?: string[] | undefined;
|
|
@@ -2788,6 +2807,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
2788
2807
|
} | undefined;
|
|
2789
2808
|
options?: {
|
|
2790
2809
|
hideCode?: boolean | undefined;
|
|
2810
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2791
2811
|
} | undefined;
|
|
2792
2812
|
tags?: string[] | undefined;
|
|
2793
2813
|
documentation?: ({
|
|
@@ -3659,10 +3679,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3659
3679
|
}>>, "many">;
|
|
3660
3680
|
options: z.ZodOptional<z.ZodObject<{
|
|
3661
3681
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
3682
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
3662
3683
|
}, "strip", z.ZodTypeAny, {
|
|
3663
3684
|
hideCode?: boolean | undefined;
|
|
3685
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3664
3686
|
}, {
|
|
3665
3687
|
hideCode?: boolean | undefined;
|
|
3688
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3666
3689
|
}>>;
|
|
3667
3690
|
}>, "strip", z.ZodTypeAny, {
|
|
3668
3691
|
type: "task";
|
|
@@ -3752,6 +3775,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3752
3775
|
} | undefined;
|
|
3753
3776
|
options?: {
|
|
3754
3777
|
hideCode?: boolean | undefined;
|
|
3778
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3755
3779
|
} | undefined;
|
|
3756
3780
|
description?: string | undefined;
|
|
3757
3781
|
tags?: string[] | undefined;
|
|
@@ -3859,6 +3883,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3859
3883
|
} | undefined;
|
|
3860
3884
|
options?: {
|
|
3861
3885
|
hideCode?: boolean | undefined;
|
|
3886
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3862
3887
|
} | undefined;
|
|
3863
3888
|
description?: string | undefined;
|
|
3864
3889
|
tags?: string[] | undefined;
|
|
@@ -3981,6 +4006,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
3981
4006
|
} | undefined;
|
|
3982
4007
|
options?: {
|
|
3983
4008
|
hideCode?: boolean | undefined;
|
|
4009
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
3984
4010
|
} | undefined;
|
|
3985
4011
|
description?: string | undefined;
|
|
3986
4012
|
tags?: string[] | undefined;
|
|
@@ -4127,6 +4153,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4127
4153
|
} | undefined;
|
|
4128
4154
|
options?: {
|
|
4129
4155
|
hideCode?: boolean | undefined;
|
|
4156
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4130
4157
|
} | undefined;
|
|
4131
4158
|
description?: string | undefined;
|
|
4132
4159
|
tags?: string[] | undefined;
|
|
@@ -4288,6 +4315,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4288
4315
|
} | undefined;
|
|
4289
4316
|
options?: {
|
|
4290
4317
|
hideCode?: boolean | undefined;
|
|
4318
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4291
4319
|
} | undefined;
|
|
4292
4320
|
description?: string | undefined;
|
|
4293
4321
|
tags?: string[] | undefined;
|
|
@@ -4472,6 +4500,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4472
4500
|
} | undefined;
|
|
4473
4501
|
options?: {
|
|
4474
4502
|
hideCode?: boolean | undefined;
|
|
4503
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4475
4504
|
} | undefined;
|
|
4476
4505
|
description?: string | undefined;
|
|
4477
4506
|
tags?: string[] | undefined;
|
|
@@ -4563,10 +4592,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4563
4592
|
}>, "many">;
|
|
4564
4593
|
options: z.ZodOptional<z.ZodObject<{
|
|
4565
4594
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
4595
|
+
hideFromHierarchy: z.ZodOptional<z.ZodBoolean>;
|
|
4566
4596
|
}, "strip", z.ZodTypeAny, {
|
|
4567
4597
|
hideCode?: boolean | undefined;
|
|
4598
|
+
hideFromHierarchy?: boolean | undefined;
|
|
4568
4599
|
}, {
|
|
4569
4600
|
hideCode?: boolean | undefined;
|
|
4601
|
+
hideFromHierarchy?: boolean | undefined;
|
|
4570
4602
|
}>>;
|
|
4571
4603
|
}>, "strip", z.ZodTypeAny, {
|
|
4572
4604
|
type: "theme";
|
|
@@ -4668,6 +4700,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4668
4700
|
} | undefined;
|
|
4669
4701
|
options?: {
|
|
4670
4702
|
hideCode?: boolean | undefined;
|
|
4703
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4671
4704
|
} | undefined;
|
|
4672
4705
|
description?: string | undefined;
|
|
4673
4706
|
tags?: string[] | undefined;
|
|
@@ -4783,6 +4816,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4783
4816
|
} | undefined;
|
|
4784
4817
|
options?: {
|
|
4785
4818
|
hideCode?: boolean | undefined;
|
|
4819
|
+
hideFromHierarchy?: boolean | undefined;
|
|
4786
4820
|
} | undefined;
|
|
4787
4821
|
tags?: string[] | undefined;
|
|
4788
4822
|
documentation?: ({
|
|
@@ -4901,6 +4935,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4901
4935
|
} | undefined;
|
|
4902
4936
|
options?: {
|
|
4903
4937
|
hideCode?: boolean | undefined;
|
|
4938
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
4904
4939
|
} | undefined;
|
|
4905
4940
|
description?: string | undefined;
|
|
4906
4941
|
tags?: string[] | undefined;
|
|
@@ -5016,6 +5051,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5016
5051
|
} | undefined;
|
|
5017
5052
|
options?: {
|
|
5018
5053
|
hideCode?: boolean | undefined;
|
|
5054
|
+
hideFromHierarchy?: boolean | undefined;
|
|
5019
5055
|
} | undefined;
|
|
5020
5056
|
tags?: string[] | undefined;
|
|
5021
5057
|
documentation?: ({
|
|
@@ -5715,10 +5751,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5715
5751
|
}>>, "many">;
|
|
5716
5752
|
options: z.ZodOptional<z.ZodObject<{
|
|
5717
5753
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
5754
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
5718
5755
|
}, "strip", z.ZodTypeAny, {
|
|
5719
5756
|
hideCode?: boolean | undefined;
|
|
5757
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
5720
5758
|
}, {
|
|
5721
5759
|
hideCode?: boolean | undefined;
|
|
5760
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
5722
5761
|
}>>;
|
|
5723
5762
|
}>, "strip", z.ZodTypeAny, {
|
|
5724
5763
|
type: "task";
|
|
@@ -5808,6 +5847,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5808
5847
|
} | undefined;
|
|
5809
5848
|
options?: {
|
|
5810
5849
|
hideCode?: boolean | undefined;
|
|
5850
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
5811
5851
|
} | undefined;
|
|
5812
5852
|
description?: string | undefined;
|
|
5813
5853
|
tags?: string[] | undefined;
|
|
@@ -5915,6 +5955,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5915
5955
|
} | undefined;
|
|
5916
5956
|
options?: {
|
|
5917
5957
|
hideCode?: boolean | undefined;
|
|
5958
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
5918
5959
|
} | undefined;
|
|
5919
5960
|
description?: string | undefined;
|
|
5920
5961
|
tags?: string[] | undefined;
|
|
@@ -6037,6 +6078,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6037
6078
|
} | undefined;
|
|
6038
6079
|
options?: {
|
|
6039
6080
|
hideCode?: boolean | undefined;
|
|
6081
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
6040
6082
|
} | undefined;
|
|
6041
6083
|
description?: string | undefined;
|
|
6042
6084
|
tags?: string[] | undefined;
|
|
@@ -6183,6 +6225,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6183
6225
|
} | undefined;
|
|
6184
6226
|
options?: {
|
|
6185
6227
|
hideCode?: boolean | undefined;
|
|
6228
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
6186
6229
|
} | undefined;
|
|
6187
6230
|
description?: string | undefined;
|
|
6188
6231
|
tags?: string[] | undefined;
|
|
@@ -6344,6 +6387,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6344
6387
|
} | undefined;
|
|
6345
6388
|
options?: {
|
|
6346
6389
|
hideCode?: boolean | undefined;
|
|
6390
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
6347
6391
|
} | undefined;
|
|
6348
6392
|
description?: string | undefined;
|
|
6349
6393
|
tags?: string[] | undefined;
|
|
@@ -6528,6 +6572,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6528
6572
|
} | undefined;
|
|
6529
6573
|
options?: {
|
|
6530
6574
|
hideCode?: boolean | undefined;
|
|
6575
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
6531
6576
|
} | undefined;
|
|
6532
6577
|
description?: string | undefined;
|
|
6533
6578
|
tags?: string[] | undefined;
|
|
@@ -7206,10 +7251,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7206
7251
|
}>>, "many">;
|
|
7207
7252
|
options: z.ZodOptional<z.ZodObject<{
|
|
7208
7253
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
7254
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
7209
7255
|
}, "strip", z.ZodTypeAny, {
|
|
7210
7256
|
hideCode?: boolean | undefined;
|
|
7257
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7211
7258
|
}, {
|
|
7212
7259
|
hideCode?: boolean | undefined;
|
|
7260
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7213
7261
|
}>>;
|
|
7214
7262
|
}>, "strip", z.ZodTypeAny, {
|
|
7215
7263
|
type: "task";
|
|
@@ -7299,6 +7347,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7299
7347
|
} | undefined;
|
|
7300
7348
|
options?: {
|
|
7301
7349
|
hideCode?: boolean | undefined;
|
|
7350
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7302
7351
|
} | undefined;
|
|
7303
7352
|
description?: string | undefined;
|
|
7304
7353
|
tags?: string[] | undefined;
|
|
@@ -7406,6 +7455,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7406
7455
|
} | undefined;
|
|
7407
7456
|
options?: {
|
|
7408
7457
|
hideCode?: boolean | undefined;
|
|
7458
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7409
7459
|
} | undefined;
|
|
7410
7460
|
description?: string | undefined;
|
|
7411
7461
|
tags?: string[] | undefined;
|
|
@@ -7528,6 +7578,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7528
7578
|
} | undefined;
|
|
7529
7579
|
options?: {
|
|
7530
7580
|
hideCode?: boolean | undefined;
|
|
7581
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7531
7582
|
} | undefined;
|
|
7532
7583
|
description?: string | undefined;
|
|
7533
7584
|
tags?: string[] | undefined;
|
|
@@ -7674,6 +7725,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7674
7725
|
} | undefined;
|
|
7675
7726
|
options?: {
|
|
7676
7727
|
hideCode?: boolean | undefined;
|
|
7728
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
7677
7729
|
} | undefined;
|
|
7678
7730
|
description?: string | undefined;
|
|
7679
7731
|
tags?: string[] | undefined;
|
|
@@ -8226,10 +8278,13 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8226
8278
|
}>>, "many">;
|
|
8227
8279
|
options: z.ZodOptional<z.ZodObject<{
|
|
8228
8280
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
8281
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
8229
8282
|
}, "strip", z.ZodTypeAny, {
|
|
8230
8283
|
hideCode?: boolean | undefined;
|
|
8284
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
8231
8285
|
}, {
|
|
8232
8286
|
hideCode?: boolean | undefined;
|
|
8287
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
8233
8288
|
}>>;
|
|
8234
8289
|
}>, "strip", z.ZodTypeAny, {
|
|
8235
8290
|
type: "task";
|
|
@@ -8319,6 +8374,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8319
8374
|
} | undefined;
|
|
8320
8375
|
options?: {
|
|
8321
8376
|
hideCode?: boolean | undefined;
|
|
8377
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
8322
8378
|
} | undefined;
|
|
8323
8379
|
description?: string | undefined;
|
|
8324
8380
|
tags?: string[] | undefined;
|
|
@@ -8426,6 +8482,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8426
8482
|
} | undefined;
|
|
8427
8483
|
options?: {
|
|
8428
8484
|
hideCode?: boolean | undefined;
|
|
8485
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
8429
8486
|
} | undefined;
|
|
8430
8487
|
description?: string | undefined;
|
|
8431
8488
|
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"),
|
|
@@ -51,10 +51,13 @@ export declare const themeStyleSchema: z.ZodObject<{
|
|
|
51
51
|
}>;
|
|
52
52
|
export declare const themeOptionsSchema: z.ZodObject<{
|
|
53
53
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
54
|
+
hideFromHierarchy: z.ZodOptional<z.ZodBoolean>;
|
|
54
55
|
}, "strip", z.ZodTypeAny, {
|
|
55
56
|
hideCode?: boolean | undefined;
|
|
57
|
+
hideFromHierarchy?: boolean | undefined;
|
|
56
58
|
}, {
|
|
57
59
|
hideCode?: boolean | undefined;
|
|
60
|
+
hideFromHierarchy?: boolean | undefined;
|
|
58
61
|
}>;
|
|
59
62
|
export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
60
63
|
type: z.ZodEnum<["theme", "criterion", "task-group", "task", "task-item"]>;
|
|
@@ -878,10 +881,13 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
878
881
|
}>>, "many">;
|
|
879
882
|
options: z.ZodOptional<z.ZodObject<{
|
|
880
883
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
884
|
+
includeCodeInLongFormName: z.ZodOptional<z.ZodBoolean>;
|
|
881
885
|
}, "strip", z.ZodTypeAny, {
|
|
882
886
|
hideCode?: boolean | undefined;
|
|
887
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
883
888
|
}, {
|
|
884
889
|
hideCode?: boolean | undefined;
|
|
890
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
885
891
|
}>>;
|
|
886
892
|
}>, "strip", z.ZodTypeAny, {
|
|
887
893
|
type: "task";
|
|
@@ -971,6 +977,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
971
977
|
} | undefined;
|
|
972
978
|
options?: {
|
|
973
979
|
hideCode?: boolean | undefined;
|
|
980
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
974
981
|
} | undefined;
|
|
975
982
|
description?: string | undefined;
|
|
976
983
|
tags?: string[] | undefined;
|
|
@@ -1078,6 +1085,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1078
1085
|
} | undefined;
|
|
1079
1086
|
options?: {
|
|
1080
1087
|
hideCode?: boolean | undefined;
|
|
1088
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1081
1089
|
} | undefined;
|
|
1082
1090
|
description?: string | undefined;
|
|
1083
1091
|
tags?: string[] | undefined;
|
|
@@ -1200,6 +1208,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1200
1208
|
} | undefined;
|
|
1201
1209
|
options?: {
|
|
1202
1210
|
hideCode?: boolean | undefined;
|
|
1211
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1203
1212
|
} | undefined;
|
|
1204
1213
|
description?: string | undefined;
|
|
1205
1214
|
tags?: string[] | undefined;
|
|
@@ -1346,6 +1355,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1346
1355
|
} | undefined;
|
|
1347
1356
|
options?: {
|
|
1348
1357
|
hideCode?: boolean | undefined;
|
|
1358
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1349
1359
|
} | undefined;
|
|
1350
1360
|
description?: string | undefined;
|
|
1351
1361
|
tags?: string[] | undefined;
|
|
@@ -1507,6 +1517,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1507
1517
|
} | undefined;
|
|
1508
1518
|
options?: {
|
|
1509
1519
|
hideCode?: boolean | undefined;
|
|
1520
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1510
1521
|
} | undefined;
|
|
1511
1522
|
description?: string | undefined;
|
|
1512
1523
|
tags?: string[] | undefined;
|
|
@@ -1691,6 +1702,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1691
1702
|
} | undefined;
|
|
1692
1703
|
options?: {
|
|
1693
1704
|
hideCode?: boolean | undefined;
|
|
1705
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1694
1706
|
} | undefined;
|
|
1695
1707
|
description?: string | undefined;
|
|
1696
1708
|
tags?: string[] | undefined;
|
|
@@ -1782,10 +1794,13 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1782
1794
|
}>, "many">;
|
|
1783
1795
|
options: z.ZodOptional<z.ZodObject<{
|
|
1784
1796
|
hideCode: z.ZodOptional<z.ZodBoolean>;
|
|
1797
|
+
hideFromHierarchy: z.ZodOptional<z.ZodBoolean>;
|
|
1785
1798
|
}, "strip", z.ZodTypeAny, {
|
|
1786
1799
|
hideCode?: boolean | undefined;
|
|
1800
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1787
1801
|
}, {
|
|
1788
1802
|
hideCode?: boolean | undefined;
|
|
1803
|
+
hideFromHierarchy?: boolean | undefined;
|
|
1789
1804
|
}>>;
|
|
1790
1805
|
}>, "strip", z.ZodTypeAny, {
|
|
1791
1806
|
type: "theme";
|
|
@@ -1887,6 +1902,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1887
1902
|
} | undefined;
|
|
1888
1903
|
options?: {
|
|
1889
1904
|
hideCode?: boolean | undefined;
|
|
1905
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
1890
1906
|
} | undefined;
|
|
1891
1907
|
description?: string | undefined;
|
|
1892
1908
|
tags?: string[] | undefined;
|
|
@@ -2002,6 +2018,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2002
2018
|
} | undefined;
|
|
2003
2019
|
options?: {
|
|
2004
2020
|
hideCode?: boolean | undefined;
|
|
2021
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2005
2022
|
} | undefined;
|
|
2006
2023
|
tags?: string[] | undefined;
|
|
2007
2024
|
documentation?: ({
|
|
@@ -2120,6 +2137,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2120
2137
|
} | undefined;
|
|
2121
2138
|
options?: {
|
|
2122
2139
|
hideCode?: boolean | undefined;
|
|
2140
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
2123
2141
|
} | undefined;
|
|
2124
2142
|
description?: string | undefined;
|
|
2125
2143
|
tags?: string[] | undefined;
|
|
@@ -2235,6 +2253,7 @@ export declare const themeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2235
2253
|
} | undefined;
|
|
2236
2254
|
options?: {
|
|
2237
2255
|
hideCode?: boolean | undefined;
|
|
2256
|
+
hideFromHierarchy?: boolean | undefined;
|
|
2238
2257
|
} | undefined;
|
|
2239
2258
|
tags?: string[] | undefined;
|
|
2240
2259
|
documentation?: ({
|
package/dist/v1/schemas/theme.js
CHANGED
|
@@ -10,6 +10,7 @@ exports.themeStyleSchema = zod_1.z.object({
|
|
|
10
10
|
});
|
|
11
11
|
exports.themeOptionsSchema = zod_1.z.object({
|
|
12
12
|
hideCode: zod_1.z.boolean().optional(),
|
|
13
|
+
hideFromHierarchy: zod_1.z.boolean().optional(),
|
|
13
14
|
});
|
|
14
15
|
exports.themeSchema = common_1.abstractElementSchema.extend({
|
|
15
16
|
type: zod_1.z.literal("theme"),
|
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;
|
|
@@ -214,6 +215,7 @@ export declare const isTheme: (element: CriteriaTreeElement) => element is {
|
|
|
214
215
|
} | undefined;
|
|
215
216
|
options?: {
|
|
216
217
|
hideCode?: boolean | undefined;
|
|
218
|
+
hideFromHierarchy?: boolean | undefined;
|
|
217
219
|
} | undefined;
|
|
218
220
|
tags?: string[] | undefined;
|
|
219
221
|
documentation?: ({
|
|
@@ -329,6 +331,7 @@ export declare const isCriterion: (element: CriteriaTreeElement) => element is {
|
|
|
329
331
|
} | undefined;
|
|
330
332
|
options?: {
|
|
331
333
|
hideCode?: boolean | undefined;
|
|
334
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
332
335
|
} | undefined;
|
|
333
336
|
description?: string | undefined;
|
|
334
337
|
tags?: string[] | undefined;
|
|
@@ -510,6 +513,7 @@ export declare const isTaskGroup: (element: CriteriaTreeElement) => element is {
|
|
|
510
513
|
} | undefined;
|
|
511
514
|
options?: {
|
|
512
515
|
hideCode?: boolean | undefined;
|
|
516
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
513
517
|
} | undefined;
|
|
514
518
|
description?: string | undefined;
|
|
515
519
|
tags?: string[] | undefined;
|
|
@@ -653,6 +657,7 @@ export declare const isTask: (element: CriteriaTreeElement) => element is {
|
|
|
653
657
|
} | undefined;
|
|
654
658
|
options?: {
|
|
655
659
|
hideCode?: boolean | undefined;
|
|
660
|
+
includeCodeInLongFormName?: boolean | undefined;
|
|
656
661
|
} | undefined;
|
|
657
662
|
description?: string | undefined;
|
|
658
663
|
tags?: string[] | undefined;
|
package/package.json
CHANGED