@openframe-org/criteria-set-protocol 1.0.55 → 1.0.57

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.
@@ -95,8 +95,10 @@ export type NumberType = AbstractDefinition<'number'> & {
95
95
  export type BooleanType = AbstractDefinition<'boolean'>;
96
96
  export type PointOption = {
97
97
  id?: string;
98
- label: string;
98
+ label?: string;
99
+ text: string;
99
100
  value: string | number | boolean | null;
101
+ annotations?: string[];
100
102
  };
101
103
  export type TaskItemScalarValue = string | number | boolean | null;
102
104
  export type TaskItemValue = TaskItemScalarValue | Array<TaskItemScalarValue>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openframe-org/criteria-set-protocol",
3
- "version": "1.0.55",
3
+ "version": "1.0.57",
4
4
  "description": "A protocol and tools for defining and working with criteria sets",
5
5
  "private": false,
6
6
  "author": "Andrés Angulo <aa@openframe.org>",