@openframe-org/criteria-set-protocol 1.5.7 → 1.5.8
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 +13 -13
- package/dist/v1/schemas/criterion.d.ts +9 -9
- package/dist/v1/schemas/criterion.js +1 -1
- package/dist/v1/schemas/quality.d.ts +11 -11
- package/dist/v1/schemas/quality.js +1 -1
- package/dist/v1/schemas/request/matrix-body-schema.d.ts +3 -3
- package/dist/v1/schemas/request/matrix-body-schema.js +1 -1
- package/dist/v1/schemas/request/tree-and-data-body-schema.d.ts +3 -3
- package/dist/v1/schemas/request/tree-and-data-body-schema.js +1 -1
- package/dist/v1/schemas/task-group.d.ts +7 -7
- package/dist/v1/schemas/task-group.js +1 -1
- package/dist/v1/schemas/task-item.d.ts +3 -3
- package/dist/v1/schemas/task-item.js +1 -1
- package/dist/v1/schemas/task.d.ts +5 -5
- package/dist/v1/schemas/task.js +1 -1
- package/package.json +1 -1
|
@@ -304,7 +304,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
304
304
|
label: string;
|
|
305
305
|
text: string;
|
|
306
306
|
}>]>, "many">>;
|
|
307
|
-
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
307
|
+
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
308
308
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
309
309
|
definition: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
310
310
|
type: z.ZodLiteral<"select-single">;
|
|
@@ -459,7 +459,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
459
459
|
true?: string | undefined;
|
|
460
460
|
} | undefined;
|
|
461
461
|
};
|
|
462
|
-
data?: Record<string,
|
|
462
|
+
data?: Record<string, any> | undefined;
|
|
463
463
|
description?: string | undefined;
|
|
464
464
|
tags?: string[] | undefined;
|
|
465
465
|
documentation?: ({
|
|
@@ -512,7 +512,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
512
512
|
true?: string | undefined;
|
|
513
513
|
} | undefined;
|
|
514
514
|
};
|
|
515
|
-
data?: Record<string,
|
|
515
|
+
data?: Record<string, any> | undefined;
|
|
516
516
|
description?: string | undefined;
|
|
517
517
|
tags?: string[] | undefined;
|
|
518
518
|
documentation?: ({
|
|
@@ -570,7 +570,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
570
570
|
true?: string | undefined;
|
|
571
571
|
} | undefined;
|
|
572
572
|
};
|
|
573
|
-
data?: Record<string,
|
|
573
|
+
data?: Record<string, any> | undefined;
|
|
574
574
|
description?: string | undefined;
|
|
575
575
|
tags?: string[] | undefined;
|
|
576
576
|
documentation?: ({
|
|
@@ -647,7 +647,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
647
647
|
true?: string | undefined;
|
|
648
648
|
} | undefined;
|
|
649
649
|
};
|
|
650
|
-
data?: Record<string,
|
|
650
|
+
data?: Record<string, any> | undefined;
|
|
651
651
|
description?: string | undefined;
|
|
652
652
|
tags?: string[] | undefined;
|
|
653
653
|
documentation?: ({
|
|
@@ -729,7 +729,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
729
729
|
true?: string | undefined;
|
|
730
730
|
} | undefined;
|
|
731
731
|
};
|
|
732
|
-
data?: Record<string,
|
|
732
|
+
data?: Record<string, any> | undefined;
|
|
733
733
|
description?: string | undefined;
|
|
734
734
|
tags?: string[] | undefined;
|
|
735
735
|
documentation?: ({
|
|
@@ -830,7 +830,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
830
830
|
true?: string | undefined;
|
|
831
831
|
} | undefined;
|
|
832
832
|
};
|
|
833
|
-
data?: Record<string,
|
|
833
|
+
data?: Record<string, any> | undefined;
|
|
834
834
|
description?: string | undefined;
|
|
835
835
|
tags?: string[] | undefined;
|
|
836
836
|
documentation?: ({
|
|
@@ -936,7 +936,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
936
936
|
true?: string | undefined;
|
|
937
937
|
} | undefined;
|
|
938
938
|
};
|
|
939
|
-
data?: Record<string,
|
|
939
|
+
data?: Record<string, any> | undefined;
|
|
940
940
|
description?: string | undefined;
|
|
941
941
|
tags?: string[] | undefined;
|
|
942
942
|
documentation?: ({
|
|
@@ -1060,7 +1060,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1060
1060
|
true?: string | undefined;
|
|
1061
1061
|
} | undefined;
|
|
1062
1062
|
};
|
|
1063
|
-
data?: Record<string,
|
|
1063
|
+
data?: Record<string, any> | undefined;
|
|
1064
1064
|
description?: string | undefined;
|
|
1065
1065
|
tags?: string[] | undefined;
|
|
1066
1066
|
documentation?: ({
|
|
@@ -1189,7 +1189,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1189
1189
|
true?: string | undefined;
|
|
1190
1190
|
} | undefined;
|
|
1191
1191
|
};
|
|
1192
|
-
data?: Record<string,
|
|
1192
|
+
data?: Record<string, any> | undefined;
|
|
1193
1193
|
description?: string | undefined;
|
|
1194
1194
|
tags?: string[] | undefined;
|
|
1195
1195
|
documentation?: ({
|
|
@@ -1348,7 +1348,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1348
1348
|
true?: string | undefined;
|
|
1349
1349
|
} | undefined;
|
|
1350
1350
|
};
|
|
1351
|
-
data?: Record<string,
|
|
1351
|
+
data?: Record<string, any> | undefined;
|
|
1352
1352
|
description?: string | undefined;
|
|
1353
1353
|
tags?: string[] | undefined;
|
|
1354
1354
|
documentation?: ({
|
|
@@ -1615,7 +1615,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1615
1615
|
true?: string | undefined;
|
|
1616
1616
|
} | undefined;
|
|
1617
1617
|
};
|
|
1618
|
-
data?: Record<string,
|
|
1618
|
+
data?: Record<string, any> | undefined;
|
|
1619
1619
|
description?: string | undefined;
|
|
1620
1620
|
tags?: string[] | undefined;
|
|
1621
1621
|
documentation?: ({
|
|
@@ -1806,7 +1806,7 @@ export declare const criteriaTreeSchema: z.ZodObject<z.objectUtil.extendShape<Pi
|
|
|
1806
1806
|
true?: string | undefined;
|
|
1807
1807
|
} | undefined;
|
|
1808
1808
|
};
|
|
1809
|
-
data?: Record<string,
|
|
1809
|
+
data?: Record<string, any> | undefined;
|
|
1810
1810
|
description?: string | undefined;
|
|
1811
1811
|
tags?: string[] | undefined;
|
|
1812
1812
|
documentation?: ({
|
|
@@ -198,7 +198,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
198
198
|
label: string;
|
|
199
199
|
text: string;
|
|
200
200
|
}>]>, "many">>;
|
|
201
|
-
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
201
|
+
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
202
202
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
203
203
|
definition: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
204
204
|
type: z.ZodLiteral<"select-single">;
|
|
@@ -353,7 +353,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
353
353
|
true?: string | undefined;
|
|
354
354
|
} | undefined;
|
|
355
355
|
};
|
|
356
|
-
data?: Record<string,
|
|
356
|
+
data?: Record<string, any> | undefined;
|
|
357
357
|
description?: string | undefined;
|
|
358
358
|
tags?: string[] | undefined;
|
|
359
359
|
documentation?: ({
|
|
@@ -406,7 +406,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
406
406
|
true?: string | undefined;
|
|
407
407
|
} | undefined;
|
|
408
408
|
};
|
|
409
|
-
data?: Record<string,
|
|
409
|
+
data?: Record<string, any> | undefined;
|
|
410
410
|
description?: string | undefined;
|
|
411
411
|
tags?: string[] | undefined;
|
|
412
412
|
documentation?: ({
|
|
@@ -464,7 +464,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
464
464
|
true?: string | undefined;
|
|
465
465
|
} | undefined;
|
|
466
466
|
};
|
|
467
|
-
data?: Record<string,
|
|
467
|
+
data?: Record<string, any> | undefined;
|
|
468
468
|
description?: string | undefined;
|
|
469
469
|
tags?: string[] | undefined;
|
|
470
470
|
documentation?: ({
|
|
@@ -541,7 +541,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
541
541
|
true?: string | undefined;
|
|
542
542
|
} | undefined;
|
|
543
543
|
};
|
|
544
|
-
data?: Record<string,
|
|
544
|
+
data?: Record<string, any> | undefined;
|
|
545
545
|
description?: string | undefined;
|
|
546
546
|
tags?: string[] | undefined;
|
|
547
547
|
documentation?: ({
|
|
@@ -623,7 +623,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
623
623
|
true?: string | undefined;
|
|
624
624
|
} | undefined;
|
|
625
625
|
};
|
|
626
|
-
data?: Record<string,
|
|
626
|
+
data?: Record<string, any> | undefined;
|
|
627
627
|
description?: string | undefined;
|
|
628
628
|
tags?: string[] | undefined;
|
|
629
629
|
documentation?: ({
|
|
@@ -724,7 +724,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
724
724
|
true?: string | undefined;
|
|
725
725
|
} | undefined;
|
|
726
726
|
};
|
|
727
|
-
data?: Record<string,
|
|
727
|
+
data?: Record<string, any> | undefined;
|
|
728
728
|
description?: string | undefined;
|
|
729
729
|
tags?: string[] | undefined;
|
|
730
730
|
documentation?: ({
|
|
@@ -830,7 +830,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
830
830
|
true?: string | undefined;
|
|
831
831
|
} | undefined;
|
|
832
832
|
};
|
|
833
|
-
data?: Record<string,
|
|
833
|
+
data?: Record<string, any> | undefined;
|
|
834
834
|
description?: string | undefined;
|
|
835
835
|
tags?: string[] | undefined;
|
|
836
836
|
documentation?: ({
|
|
@@ -954,7 +954,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
954
954
|
true?: string | undefined;
|
|
955
955
|
} | undefined;
|
|
956
956
|
};
|
|
957
|
-
data?: Record<string,
|
|
957
|
+
data?: Record<string, any> | undefined;
|
|
958
958
|
description?: string | undefined;
|
|
959
959
|
tags?: string[] | undefined;
|
|
960
960
|
documentation?: ({
|
|
@@ -10,7 +10,7 @@ exports.criterionSchema = zod_1.z.object({
|
|
|
10
10
|
code: zod_1.z.string(),
|
|
11
11
|
tags: zod_1.z.array(zod_1.z.string()).optional(),
|
|
12
12
|
documentation: zod_1.z.array(task_item_1.documentationItemSchema).optional(),
|
|
13
|
-
data: zod_1.z.record(zod_1.z.any()).optional(),
|
|
13
|
+
data: zod_1.z.record(zod_1.z.string(), zod_1.z.any()).optional(),
|
|
14
14
|
sortOrder: zod_1.z.number().optional(),
|
|
15
15
|
items: zod_1.z.array(task_group_1.taskGroupSchema)
|
|
16
16
|
});
|
|
@@ -361,7 +361,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
361
361
|
label: string;
|
|
362
362
|
text: string;
|
|
363
363
|
}>]>, "many">>;
|
|
364
|
-
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
364
|
+
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
365
365
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
366
366
|
definition: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
367
367
|
type: z.ZodLiteral<"select-single">;
|
|
@@ -516,7 +516,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
516
516
|
true?: string | undefined;
|
|
517
517
|
} | undefined;
|
|
518
518
|
};
|
|
519
|
-
data?: Record<string,
|
|
519
|
+
data?: Record<string, any> | undefined;
|
|
520
520
|
description?: string | undefined;
|
|
521
521
|
tags?: string[] | undefined;
|
|
522
522
|
documentation?: ({
|
|
@@ -569,7 +569,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
569
569
|
true?: string | undefined;
|
|
570
570
|
} | undefined;
|
|
571
571
|
};
|
|
572
|
-
data?: Record<string,
|
|
572
|
+
data?: Record<string, any> | undefined;
|
|
573
573
|
description?: string | undefined;
|
|
574
574
|
tags?: string[] | undefined;
|
|
575
575
|
documentation?: ({
|
|
@@ -627,7 +627,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
627
627
|
true?: string | undefined;
|
|
628
628
|
} | undefined;
|
|
629
629
|
};
|
|
630
|
-
data?: Record<string,
|
|
630
|
+
data?: Record<string, any> | undefined;
|
|
631
631
|
description?: string | undefined;
|
|
632
632
|
tags?: string[] | undefined;
|
|
633
633
|
documentation?: ({
|
|
@@ -704,7 +704,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
704
704
|
true?: string | undefined;
|
|
705
705
|
} | undefined;
|
|
706
706
|
};
|
|
707
|
-
data?: Record<string,
|
|
707
|
+
data?: Record<string, any> | undefined;
|
|
708
708
|
description?: string | undefined;
|
|
709
709
|
tags?: string[] | undefined;
|
|
710
710
|
documentation?: ({
|
|
@@ -786,7 +786,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
786
786
|
true?: string | undefined;
|
|
787
787
|
} | undefined;
|
|
788
788
|
};
|
|
789
|
-
data?: Record<string,
|
|
789
|
+
data?: Record<string, any> | undefined;
|
|
790
790
|
description?: string | undefined;
|
|
791
791
|
tags?: string[] | undefined;
|
|
792
792
|
documentation?: ({
|
|
@@ -887,7 +887,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
887
887
|
true?: string | undefined;
|
|
888
888
|
} | undefined;
|
|
889
889
|
};
|
|
890
|
-
data?: Record<string,
|
|
890
|
+
data?: Record<string, any> | undefined;
|
|
891
891
|
description?: string | undefined;
|
|
892
892
|
tags?: string[] | undefined;
|
|
893
893
|
documentation?: ({
|
|
@@ -993,7 +993,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
993
993
|
true?: string | undefined;
|
|
994
994
|
} | undefined;
|
|
995
995
|
};
|
|
996
|
-
data?: Record<string,
|
|
996
|
+
data?: Record<string, any> | undefined;
|
|
997
997
|
description?: string | undefined;
|
|
998
998
|
tags?: string[] | undefined;
|
|
999
999
|
documentation?: ({
|
|
@@ -1117,7 +1117,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
1117
1117
|
true?: string | undefined;
|
|
1118
1118
|
} | undefined;
|
|
1119
1119
|
};
|
|
1120
|
-
data?: Record<string,
|
|
1120
|
+
data?: Record<string, any> | undefined;
|
|
1121
1121
|
description?: string | undefined;
|
|
1122
1122
|
tags?: string[] | undefined;
|
|
1123
1123
|
documentation?: ({
|
|
@@ -1246,7 +1246,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
1246
1246
|
true?: string | undefined;
|
|
1247
1247
|
} | undefined;
|
|
1248
1248
|
};
|
|
1249
|
-
data?: Record<string,
|
|
1249
|
+
data?: Record<string, any> | undefined;
|
|
1250
1250
|
description?: string | undefined;
|
|
1251
1251
|
tags?: string[] | undefined;
|
|
1252
1252
|
documentation?: ({
|
|
@@ -1405,7 +1405,7 @@ export declare const qualitySchema: z.ZodObject<{
|
|
|
1405
1405
|
true?: string | undefined;
|
|
1406
1406
|
} | undefined;
|
|
1407
1407
|
};
|
|
1408
|
-
data?: Record<string,
|
|
1408
|
+
data?: Record<string, any> | undefined;
|
|
1409
1409
|
description?: string | undefined;
|
|
1410
1410
|
tags?: string[] | undefined;
|
|
1411
1411
|
documentation?: ({
|
|
@@ -22,7 +22,7 @@ exports.qualitySchema = zod_1.z.object({
|
|
|
22
22
|
code: zod_1.z.string(),
|
|
23
23
|
tags: zod_1.z.array(zod_1.z.string()).optional(),
|
|
24
24
|
documentation: zod_1.z.array(task_item_1.documentationItemSchema).optional(),
|
|
25
|
-
data: zod_1.z.record(zod_1.z.any()).optional(),
|
|
25
|
+
data: zod_1.z.record(zod_1.z.string(), zod_1.z.any()).optional(),
|
|
26
26
|
sortOrder: zod_1.z.number().optional(),
|
|
27
27
|
style: exports.qualityStyleSchema.optional(),
|
|
28
28
|
items: zod_1.z.array(criterion_1.criterionSchema)
|
|
@@ -4,17 +4,17 @@ import { z } from 'zod';
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const matrixBodySchema: z.ZodOptional<z.ZodObject<{
|
|
6
6
|
locale: z.ZodOptional<z.ZodString>;
|
|
7
|
-
parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
7
|
+
parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8
8
|
values: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, "many">]>>>;
|
|
9
9
|
additional: z.ZodOptional<z.ZodAny>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
11
|
values?: Record<string, string | number | boolean | (string | number | boolean | null)[] | null> | undefined;
|
|
12
12
|
locale?: string | undefined;
|
|
13
|
-
parameters?: Record<string,
|
|
13
|
+
parameters?: Record<string, any> | undefined;
|
|
14
14
|
additional?: any;
|
|
15
15
|
}, {
|
|
16
16
|
values?: Record<string, string | number | boolean | (string | number | boolean | null)[] | null> | undefined;
|
|
17
17
|
locale?: string | undefined;
|
|
18
|
-
parameters?: Record<string,
|
|
18
|
+
parameters?: Record<string, any> | undefined;
|
|
19
19
|
additional?: any;
|
|
20
20
|
}>>;
|
|
@@ -8,7 +8,7 @@ const task_item_1 = require("../task-item");
|
|
|
8
8
|
*/
|
|
9
9
|
exports.matrixBodySchema = zod_1.z.object({
|
|
10
10
|
locale: zod_1.z.string().optional(),
|
|
11
|
-
parameters: zod_1.z.record(zod_1.z.string()).optional(),
|
|
11
|
+
parameters: zod_1.z.record(zod_1.z.string(), zod_1.z.any()).optional(),
|
|
12
12
|
values: task_item_1.taskItemValueMapSchema.optional(),
|
|
13
13
|
additional: zod_1.z.any().optional()
|
|
14
14
|
}).optional();
|
|
@@ -4,14 +4,14 @@ import { z } from 'zod';
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const treeAndDataBodySchema: z.ZodOptional<z.ZodObject<{
|
|
6
6
|
locale: z.ZodOptional<z.ZodString>;
|
|
7
|
-
parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
7
|
+
parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8
8
|
values: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>, "many">]>>>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
10
|
values?: Record<string, string | number | boolean | (string | number | boolean | null)[] | null> | undefined;
|
|
11
11
|
locale?: string | undefined;
|
|
12
|
-
parameters?: Record<string,
|
|
12
|
+
parameters?: Record<string, any> | undefined;
|
|
13
13
|
}, {
|
|
14
14
|
values?: Record<string, string | number | boolean | (string | number | boolean | null)[] | null> | undefined;
|
|
15
15
|
locale?: string | undefined;
|
|
16
|
-
parameters?: Record<string,
|
|
16
|
+
parameters?: Record<string, any> | undefined;
|
|
17
17
|
}>>;
|
|
@@ -8,6 +8,6 @@ const task_item_1 = require("../task-item");
|
|
|
8
8
|
*/
|
|
9
9
|
exports.treeAndDataBodySchema = zod_1.z.object({
|
|
10
10
|
locale: zod_1.z.string().optional(),
|
|
11
|
-
parameters: zod_1.z.record(zod_1.z.string()).optional(),
|
|
11
|
+
parameters: zod_1.z.record(zod_1.z.string(), zod_1.z.any()).optional(),
|
|
12
12
|
values: task_item_1.taskItemValueMapSchema.optional()
|
|
13
13
|
}).optional();
|
|
@@ -148,7 +148,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
148
148
|
label: string;
|
|
149
149
|
text: string;
|
|
150
150
|
}>]>, "many">>;
|
|
151
|
-
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
151
|
+
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
152
152
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
153
153
|
definition: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
154
154
|
type: z.ZodLiteral<"select-single">;
|
|
@@ -303,7 +303,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
303
303
|
true?: string | undefined;
|
|
304
304
|
} | undefined;
|
|
305
305
|
};
|
|
306
|
-
data?: Record<string,
|
|
306
|
+
data?: Record<string, any> | undefined;
|
|
307
307
|
description?: string | undefined;
|
|
308
308
|
tags?: string[] | undefined;
|
|
309
309
|
documentation?: ({
|
|
@@ -356,7 +356,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
356
356
|
true?: string | undefined;
|
|
357
357
|
} | undefined;
|
|
358
358
|
};
|
|
359
|
-
data?: Record<string,
|
|
359
|
+
data?: Record<string, any> | undefined;
|
|
360
360
|
description?: string | undefined;
|
|
361
361
|
tags?: string[] | undefined;
|
|
362
362
|
documentation?: ({
|
|
@@ -414,7 +414,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
414
414
|
true?: string | undefined;
|
|
415
415
|
} | undefined;
|
|
416
416
|
};
|
|
417
|
-
data?: Record<string,
|
|
417
|
+
data?: Record<string, any> | undefined;
|
|
418
418
|
description?: string | undefined;
|
|
419
419
|
tags?: string[] | undefined;
|
|
420
420
|
documentation?: ({
|
|
@@ -491,7 +491,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
491
491
|
true?: string | undefined;
|
|
492
492
|
} | undefined;
|
|
493
493
|
};
|
|
494
|
-
data?: Record<string,
|
|
494
|
+
data?: Record<string, any> | undefined;
|
|
495
495
|
description?: string | undefined;
|
|
496
496
|
tags?: string[] | undefined;
|
|
497
497
|
documentation?: ({
|
|
@@ -573,7 +573,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
573
573
|
true?: string | undefined;
|
|
574
574
|
} | undefined;
|
|
575
575
|
};
|
|
576
|
-
data?: Record<string,
|
|
576
|
+
data?: Record<string, any> | undefined;
|
|
577
577
|
description?: string | undefined;
|
|
578
578
|
tags?: string[] | undefined;
|
|
579
579
|
documentation?: ({
|
|
@@ -674,7 +674,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
674
674
|
true?: string | undefined;
|
|
675
675
|
} | undefined;
|
|
676
676
|
};
|
|
677
|
-
data?: Record<string,
|
|
677
|
+
data?: Record<string, any> | undefined;
|
|
678
678
|
description?: string | undefined;
|
|
679
679
|
tags?: string[] | undefined;
|
|
680
680
|
documentation?: ({
|
|
@@ -10,7 +10,7 @@ exports.taskGroupSchema = zod_1.z.object({
|
|
|
10
10
|
code: zod_1.z.string(),
|
|
11
11
|
tags: zod_1.z.array(zod_1.z.string()).optional(),
|
|
12
12
|
documentation: zod_1.z.array(task_item_1.documentationItemSchema).optional(),
|
|
13
|
-
data: zod_1.z.record(zod_1.z.any()).optional(),
|
|
13
|
+
data: zod_1.z.record(zod_1.z.string(), zod_1.z.any()).optional(),
|
|
14
14
|
sortOrder: zod_1.z.number().optional(),
|
|
15
15
|
category: zod_1.z.string().optional(),
|
|
16
16
|
items: zod_1.z.array(task_1.taskSchema)
|
|
@@ -395,7 +395,7 @@ export declare const taskItemSchema: z.ZodObject<{
|
|
|
395
395
|
label: string;
|
|
396
396
|
text: string;
|
|
397
397
|
}>]>, "many">>;
|
|
398
|
-
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
398
|
+
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
399
399
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
400
400
|
definition: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
401
401
|
type: z.ZodLiteral<"select-single">;
|
|
@@ -550,7 +550,7 @@ export declare const taskItemSchema: z.ZodObject<{
|
|
|
550
550
|
true?: string | undefined;
|
|
551
551
|
} | undefined;
|
|
552
552
|
};
|
|
553
|
-
data?: Record<string,
|
|
553
|
+
data?: Record<string, any> | undefined;
|
|
554
554
|
description?: string | undefined;
|
|
555
555
|
tags?: string[] | undefined;
|
|
556
556
|
documentation?: ({
|
|
@@ -603,7 +603,7 @@ export declare const taskItemSchema: z.ZodObject<{
|
|
|
603
603
|
true?: string | undefined;
|
|
604
604
|
} | undefined;
|
|
605
605
|
};
|
|
606
|
-
data?: Record<string,
|
|
606
|
+
data?: Record<string, any> | undefined;
|
|
607
607
|
description?: string | undefined;
|
|
608
608
|
tags?: string[] | undefined;
|
|
609
609
|
documentation?: ({
|
|
@@ -71,7 +71,7 @@ exports.taskItemSchema = zod_1.z.object({
|
|
|
71
71
|
code: zod_1.z.string(),
|
|
72
72
|
tags: zod_1.z.array(zod_1.z.string()).optional(),
|
|
73
73
|
documentation: zod_1.z.array(exports.documentationItemSchema).optional(),
|
|
74
|
-
data: zod_1.z.record(zod_1.z.string()).optional(),
|
|
74
|
+
data: zod_1.z.record(zod_1.z.string(), zod_1.z.any()).optional(),
|
|
75
75
|
sortOrder: zod_1.z.number().optional(),
|
|
76
76
|
definition: exports.taskItemDefinitionSchema,
|
|
77
77
|
description: zod_1.z.string().optional(),
|
|
@@ -97,7 +97,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
97
97
|
label: string;
|
|
98
98
|
text: string;
|
|
99
99
|
}>]>, "many">>;
|
|
100
|
-
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
100
|
+
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
101
101
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
102
102
|
definition: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
103
103
|
type: z.ZodLiteral<"select-single">;
|
|
@@ -252,7 +252,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
252
252
|
true?: string | undefined;
|
|
253
253
|
} | undefined;
|
|
254
254
|
};
|
|
255
|
-
data?: Record<string,
|
|
255
|
+
data?: Record<string, any> | undefined;
|
|
256
256
|
description?: string | undefined;
|
|
257
257
|
tags?: string[] | undefined;
|
|
258
258
|
documentation?: ({
|
|
@@ -305,7 +305,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
305
305
|
true?: string | undefined;
|
|
306
306
|
} | undefined;
|
|
307
307
|
};
|
|
308
|
-
data?: Record<string,
|
|
308
|
+
data?: Record<string, any> | undefined;
|
|
309
309
|
description?: string | undefined;
|
|
310
310
|
tags?: string[] | undefined;
|
|
311
311
|
documentation?: ({
|
|
@@ -363,7 +363,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
363
363
|
true?: string | undefined;
|
|
364
364
|
} | undefined;
|
|
365
365
|
};
|
|
366
|
-
data?: Record<string,
|
|
366
|
+
data?: Record<string, any> | undefined;
|
|
367
367
|
description?: string | undefined;
|
|
368
368
|
tags?: string[] | undefined;
|
|
369
369
|
documentation?: ({
|
|
@@ -440,7 +440,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
440
440
|
true?: string | undefined;
|
|
441
441
|
} | undefined;
|
|
442
442
|
};
|
|
443
|
-
data?: Record<string,
|
|
443
|
+
data?: Record<string, any> | undefined;
|
|
444
444
|
description?: string | undefined;
|
|
445
445
|
tags?: string[] | undefined;
|
|
446
446
|
documentation?: ({
|
package/dist/v1/schemas/task.js
CHANGED
|
@@ -9,7 +9,7 @@ exports.taskSchema = zod_1.z.object({
|
|
|
9
9
|
code: zod_1.z.string(),
|
|
10
10
|
tags: zod_1.z.array(zod_1.z.string()).optional(),
|
|
11
11
|
documentation: zod_1.z.array(task_item_1.documentationItemSchema).optional(),
|
|
12
|
-
data: zod_1.z.record(zod_1.z.any()).optional(),
|
|
12
|
+
data: zod_1.z.record(zod_1.z.string(), zod_1.z.any()).optional(),
|
|
13
13
|
sortOrder: zod_1.z.number().optional(),
|
|
14
14
|
description: zod_1.z.string().optional(),
|
|
15
15
|
items: zod_1.z.array(task_item_1.taskItemSchema)
|
package/package.json
CHANGED