@openframe-org/criteria-set-protocol 2.6.0-beta.0 → 2.6.0-beta.1
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/common.d.ts +1 -1
- package/dist/v1/schemas/common.js +1 -1
- package/dist/v1/schemas/criteria-tree.d.ts +20 -20
- package/dist/v1/schemas/criterion.d.ts +4 -4
- package/dist/v1/schemas/task-group.d.ts +2 -2
- package/dist/v1/schemas/task.d.ts +2 -2
- package/dist/v1/schemas/theme.d.ts +6 -6
- package/package.json +1 -1
|
@@ -1299,7 +1299,7 @@ export declare const abstractElementSchema: z.ZodObject<{
|
|
|
1299
1299
|
type: z.ZodLiteral<"link">;
|
|
1300
1300
|
url: z.ZodString;
|
|
1301
1301
|
}, z.core.$strip>], "type">>>;
|
|
1302
|
-
data: z.
|
|
1302
|
+
data: z.ZodType<ElementData, unknown, z.core.$ZodTypeInternals<ElementData, unknown>>;
|
|
1303
1303
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
1304
1304
|
}, z.core.$strip>;
|
|
1305
1305
|
export declare const breadcrumbOptionsSchema: z.ZodUnion<[z.ZodObject<{
|
|
@@ -89,7 +89,7 @@ exports.abstractElementSchema = zod_1.z
|
|
|
89
89
|
.array(documentation_1.documentationItemSchema)
|
|
90
90
|
.optional()
|
|
91
91
|
.describe("Associated documentation items"),
|
|
92
|
-
data: exports.elementDataSchema.
|
|
92
|
+
data: exports.elementDataSchema.describe("Element data"),
|
|
93
93
|
sortOrder: zod_1.z
|
|
94
94
|
.number()
|
|
95
95
|
.optional()
|
|
@@ -394,7 +394,7 @@ export declare const criteriaTreeSchema: z.ZodObject<{
|
|
|
394
394
|
type: z.ZodLiteral<"link">;
|
|
395
395
|
url: z.ZodString;
|
|
396
396
|
}, z.core.$strip>], "type">>>;
|
|
397
|
-
data: z.
|
|
397
|
+
data: z.ZodType<{
|
|
398
398
|
text: string;
|
|
399
399
|
} & ({
|
|
400
400
|
[x: string]: any;
|
|
@@ -764,7 +764,7 @@ export declare const criteriaTreeSchema: z.ZodObject<{
|
|
|
764
764
|
isNullable: unknown;
|
|
765
765
|
_zod: unknown;
|
|
766
766
|
"~standard": unknown;
|
|
767
|
-
}), unknown
|
|
767
|
+
}), unknown>>;
|
|
768
768
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
769
769
|
type: z.ZodLiteral<"theme">;
|
|
770
770
|
style: z.ZodOptional<z.ZodObject<{
|
|
@@ -799,7 +799,7 @@ export declare const criteriaTreeSchema: z.ZodObject<{
|
|
|
799
799
|
type: z.ZodLiteral<"link">;
|
|
800
800
|
url: z.ZodString;
|
|
801
801
|
}, z.core.$strip>], "type">>>;
|
|
802
|
-
data: z.
|
|
802
|
+
data: z.ZodType<{
|
|
803
803
|
text: string;
|
|
804
804
|
} & ({
|
|
805
805
|
[x: string]: any;
|
|
@@ -1169,7 +1169,7 @@ export declare const criteriaTreeSchema: z.ZodObject<{
|
|
|
1169
1169
|
isNullable: unknown;
|
|
1170
1170
|
_zod: unknown;
|
|
1171
1171
|
"~standard": unknown;
|
|
1172
|
-
}), unknown
|
|
1172
|
+
}), unknown>>;
|
|
1173
1173
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
1174
1174
|
type: z.ZodLiteral<"criterion">;
|
|
1175
1175
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -1216,7 +1216,7 @@ export declare const criteriaTreeSchema: z.ZodObject<{
|
|
|
1216
1216
|
type: z.ZodLiteral<"link">;
|
|
1217
1217
|
url: z.ZodString;
|
|
1218
1218
|
}, z.core.$strip>], "type">>>;
|
|
1219
|
-
data: z.
|
|
1219
|
+
data: z.ZodType<{
|
|
1220
1220
|
text: string;
|
|
1221
1221
|
} & ({
|
|
1222
1222
|
[x: string]: any;
|
|
@@ -1586,7 +1586,7 @@ export declare const criteriaTreeSchema: z.ZodObject<{
|
|
|
1586
1586
|
isNullable: unknown;
|
|
1587
1587
|
_zod: unknown;
|
|
1588
1588
|
"~standard": unknown;
|
|
1589
|
-
}), unknown
|
|
1589
|
+
}), unknown>>;
|
|
1590
1590
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
1591
1591
|
type: z.ZodLiteral<"task">;
|
|
1592
1592
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2138,7 +2138,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
2138
2138
|
type: z.ZodLiteral<"link">;
|
|
2139
2139
|
url: z.ZodString;
|
|
2140
2140
|
}, z.core.$strip>], "type">>>;
|
|
2141
|
-
data: z.
|
|
2141
|
+
data: z.ZodType<{
|
|
2142
2142
|
text: string;
|
|
2143
2143
|
} & ({
|
|
2144
2144
|
[x: string]: any;
|
|
@@ -2508,7 +2508,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
2508
2508
|
isNullable: unknown;
|
|
2509
2509
|
_zod: unknown;
|
|
2510
2510
|
"~standard": unknown;
|
|
2511
|
-
}), unknown
|
|
2511
|
+
}), unknown>>;
|
|
2512
2512
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
2513
2513
|
type: z.ZodLiteral<"theme">;
|
|
2514
2514
|
style: z.ZodOptional<z.ZodObject<{
|
|
@@ -2543,7 +2543,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
2543
2543
|
type: z.ZodLiteral<"link">;
|
|
2544
2544
|
url: z.ZodString;
|
|
2545
2545
|
}, z.core.$strip>], "type">>>;
|
|
2546
|
-
data: z.
|
|
2546
|
+
data: z.ZodType<{
|
|
2547
2547
|
text: string;
|
|
2548
2548
|
} & ({
|
|
2549
2549
|
[x: string]: any;
|
|
@@ -2913,7 +2913,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
2913
2913
|
isNullable: unknown;
|
|
2914
2914
|
_zod: unknown;
|
|
2915
2915
|
"~standard": unknown;
|
|
2916
|
-
}), unknown
|
|
2916
|
+
}), unknown>>;
|
|
2917
2917
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
2918
2918
|
type: z.ZodLiteral<"criterion">;
|
|
2919
2919
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -2960,7 +2960,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
2960
2960
|
type: z.ZodLiteral<"link">;
|
|
2961
2961
|
url: z.ZodString;
|
|
2962
2962
|
}, z.core.$strip>], "type">>>;
|
|
2963
|
-
data: z.
|
|
2963
|
+
data: z.ZodType<{
|
|
2964
2964
|
text: string;
|
|
2965
2965
|
} & ({
|
|
2966
2966
|
[x: string]: any;
|
|
@@ -3330,7 +3330,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3330
3330
|
isNullable: unknown;
|
|
3331
3331
|
_zod: unknown;
|
|
3332
3332
|
"~standard": unknown;
|
|
3333
|
-
}), unknown
|
|
3333
|
+
}), unknown>>;
|
|
3334
3334
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
3335
3335
|
type: z.ZodLiteral<"task">;
|
|
3336
3336
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3847,7 +3847,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3847
3847
|
type: z.ZodLiteral<"link">;
|
|
3848
3848
|
url: z.ZodString;
|
|
3849
3849
|
}, z.core.$strip>], "type">>>;
|
|
3850
|
-
data: z.
|
|
3850
|
+
data: z.ZodType<{
|
|
3851
3851
|
text: string;
|
|
3852
3852
|
} & ({
|
|
3853
3853
|
[x: string]: any;
|
|
@@ -4217,7 +4217,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
4217
4217
|
isNullable: unknown;
|
|
4218
4218
|
_zod: unknown;
|
|
4219
4219
|
"~standard": unknown;
|
|
4220
|
-
}), unknown
|
|
4220
|
+
}), unknown>>;
|
|
4221
4221
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
4222
4222
|
type: z.ZodLiteral<"criterion">;
|
|
4223
4223
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -4264,7 +4264,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
4264
4264
|
type: z.ZodLiteral<"link">;
|
|
4265
4265
|
url: z.ZodString;
|
|
4266
4266
|
}, z.core.$strip>], "type">>>;
|
|
4267
|
-
data: z.
|
|
4267
|
+
data: z.ZodType<{
|
|
4268
4268
|
text: string;
|
|
4269
4269
|
} & ({
|
|
4270
4270
|
[x: string]: any;
|
|
@@ -4634,7 +4634,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
4634
4634
|
isNullable: unknown;
|
|
4635
4635
|
_zod: unknown;
|
|
4636
4636
|
"~standard": unknown;
|
|
4637
|
-
}), unknown
|
|
4637
|
+
}), unknown>>;
|
|
4638
4638
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
4639
4639
|
type: z.ZodLiteral<"task">;
|
|
4640
4640
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -5157,7 +5157,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
5157
5157
|
type: z.ZodLiteral<"link">;
|
|
5158
5158
|
url: z.ZodString;
|
|
5159
5159
|
}, z.core.$strip>], "type">>>;
|
|
5160
|
-
data: z.
|
|
5160
|
+
data: z.ZodType<{
|
|
5161
5161
|
text: string;
|
|
5162
5162
|
} & ({
|
|
5163
5163
|
[x: string]: any;
|
|
@@ -5527,7 +5527,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
5527
5527
|
isNullable: unknown;
|
|
5528
5528
|
_zod: unknown;
|
|
5529
5529
|
"~standard": unknown;
|
|
5530
|
-
}), unknown
|
|
5530
|
+
}), unknown>>;
|
|
5531
5531
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
5532
5532
|
type: z.ZodLiteral<"task">;
|
|
5533
5533
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -6006,7 +6006,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
6006
6006
|
type: z.ZodLiteral<"link">;
|
|
6007
6007
|
url: z.ZodString;
|
|
6008
6008
|
}, z.core.$strip>], "type">>>;
|
|
6009
|
-
data: z.
|
|
6009
|
+
data: z.ZodType<{
|
|
6010
6010
|
text: string;
|
|
6011
6011
|
} & ({
|
|
6012
6012
|
[x: string]: any;
|
|
@@ -6376,7 +6376,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
6376
6376
|
isNullable: unknown;
|
|
6377
6377
|
_zod: unknown;
|
|
6378
6378
|
"~standard": unknown;
|
|
6379
|
-
}), unknown
|
|
6379
|
+
}), unknown>>;
|
|
6380
6380
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
6381
6381
|
type: z.ZodLiteral<"task">;
|
|
6382
6382
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -38,7 +38,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
38
38
|
type: z.ZodLiteral<"link">;
|
|
39
39
|
url: z.ZodString;
|
|
40
40
|
}, z.core.$strip>], "type">>>;
|
|
41
|
-
data: z.
|
|
41
|
+
data: z.ZodType<{
|
|
42
42
|
text: string;
|
|
43
43
|
} & ({
|
|
44
44
|
[x: string]: any;
|
|
@@ -408,7 +408,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
408
408
|
isNullable: unknown;
|
|
409
409
|
_zod: unknown;
|
|
410
410
|
"~standard": unknown;
|
|
411
|
-
}), unknown
|
|
411
|
+
}), unknown>>;
|
|
412
412
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
413
413
|
type: z.ZodLiteral<"criterion">;
|
|
414
414
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -455,7 +455,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
455
455
|
type: z.ZodLiteral<"link">;
|
|
456
456
|
url: z.ZodString;
|
|
457
457
|
}, z.core.$strip>], "type">>>;
|
|
458
|
-
data: z.
|
|
458
|
+
data: z.ZodType<{
|
|
459
459
|
text: string;
|
|
460
460
|
} & ({
|
|
461
461
|
[x: string]: any;
|
|
@@ -825,7 +825,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
825
825
|
isNullable: unknown;
|
|
826
826
|
_zod: unknown;
|
|
827
827
|
"~standard": unknown;
|
|
828
|
-
}), unknown
|
|
828
|
+
}), unknown>>;
|
|
829
829
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
830
830
|
type: z.ZodLiteral<"task">;
|
|
831
831
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -43,7 +43,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
43
43
|
type: z.ZodLiteral<"link">;
|
|
44
44
|
url: z.ZodString;
|
|
45
45
|
}, z.core.$strip>], "type">>>;
|
|
46
|
-
data: z.
|
|
46
|
+
data: z.ZodType<{
|
|
47
47
|
text: string;
|
|
48
48
|
} & ({
|
|
49
49
|
[x: string]: any;
|
|
@@ -413,7 +413,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
413
413
|
isNullable: unknown;
|
|
414
414
|
_zod: unknown;
|
|
415
415
|
"~standard": unknown;
|
|
416
|
-
}), unknown
|
|
416
|
+
}), unknown>>;
|
|
417
417
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
418
418
|
type: z.ZodLiteral<"task">;
|
|
419
419
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -28,7 +28,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
28
28
|
type: z.ZodLiteral<"link">;
|
|
29
29
|
url: z.ZodString;
|
|
30
30
|
}, z.core.$strip>], "type">>>;
|
|
31
|
-
data: z.
|
|
31
|
+
data: z.ZodType<{
|
|
32
32
|
text: string;
|
|
33
33
|
} & ({
|
|
34
34
|
[x: string]: any;
|
|
@@ -398,7 +398,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
398
398
|
isNullable: unknown;
|
|
399
399
|
_zod: unknown;
|
|
400
400
|
"~standard": unknown;
|
|
401
|
-
}), unknown
|
|
401
|
+
}), unknown>>;
|
|
402
402
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
403
403
|
type: z.ZodLiteral<"task">;
|
|
404
404
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -48,7 +48,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
48
48
|
type: z.ZodLiteral<"link">;
|
|
49
49
|
url: z.ZodString;
|
|
50
50
|
}, z.core.$strip>], "type">>>;
|
|
51
|
-
data: z.
|
|
51
|
+
data: z.ZodType<{
|
|
52
52
|
text: string;
|
|
53
53
|
} & ({
|
|
54
54
|
[x: string]: any;
|
|
@@ -418,7 +418,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
418
418
|
isNullable: unknown;
|
|
419
419
|
_zod: unknown;
|
|
420
420
|
"~standard": unknown;
|
|
421
|
-
}), unknown
|
|
421
|
+
}), unknown>>;
|
|
422
422
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
423
423
|
type: z.ZodLiteral<"theme">;
|
|
424
424
|
style: z.ZodOptional<z.ZodObject<{
|
|
@@ -453,7 +453,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
453
453
|
type: z.ZodLiteral<"link">;
|
|
454
454
|
url: z.ZodString;
|
|
455
455
|
}, z.core.$strip>], "type">>>;
|
|
456
|
-
data: z.
|
|
456
|
+
data: z.ZodType<{
|
|
457
457
|
text: string;
|
|
458
458
|
} & ({
|
|
459
459
|
[x: string]: any;
|
|
@@ -823,7 +823,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
823
823
|
isNullable: unknown;
|
|
824
824
|
_zod: unknown;
|
|
825
825
|
"~standard": unknown;
|
|
826
|
-
}), unknown
|
|
826
|
+
}), unknown>>;
|
|
827
827
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
828
828
|
type: z.ZodLiteral<"criterion">;
|
|
829
829
|
items: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -870,7 +870,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
870
870
|
type: z.ZodLiteral<"link">;
|
|
871
871
|
url: z.ZodString;
|
|
872
872
|
}, z.core.$strip>], "type">>>;
|
|
873
|
-
data: z.
|
|
873
|
+
data: z.ZodType<{
|
|
874
874
|
text: string;
|
|
875
875
|
} & ({
|
|
876
876
|
[x: string]: any;
|
|
@@ -1240,7 +1240,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1240
1240
|
isNullable: unknown;
|
|
1241
1241
|
_zod: unknown;
|
|
1242
1242
|
"~standard": unknown;
|
|
1243
|
-
}), unknown
|
|
1243
|
+
}), unknown>>;
|
|
1244
1244
|
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
1245
1245
|
type: z.ZodLiteral<"task">;
|
|
1246
1246
|
description: z.ZodOptional<z.ZodString>;
|
package/package.json
CHANGED