@openframe-org/criteria-set-protocol 1.3.7 → 1.3.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.
|
@@ -98,8 +98,9 @@ export type BooleanType = AbstractDefinition<'boolean'> & {
|
|
|
98
98
|
export type PointOption = {
|
|
99
99
|
id?: string;
|
|
100
100
|
text: string;
|
|
101
|
+
intro?: string;
|
|
102
|
+
outro?: string;
|
|
101
103
|
value: string | number | boolean | null;
|
|
102
|
-
annotations?: string[];
|
|
103
104
|
};
|
|
104
105
|
export type TaskItemScalarValue = string | number | boolean | null;
|
|
105
106
|
export type TaskItemValue = TaskItemScalarValue | Array<TaskItemScalarValue>;
|
package/package.json
CHANGED