@nuffieldtechnologies/rugged-schema-types 0.4.0 → 0.4.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/distribution/index.js +2 -2
- package/package.json +1 -1
package/distribution/index.js
CHANGED
|
@@ -194,9 +194,9 @@ const _Form = `
|
|
|
194
194
|
}
|
|
195
195
|
`;
|
|
196
196
|
const _AllFormFields = `{id, name, key, definition, status, updated, params {name, value}, resources, body}`;
|
|
197
|
-
const Task = _TimeStamps + _TemplateInfo + _Task;
|
|
197
|
+
const Task = _TimeStamps + _Event + _Events + _TemplateInfo + _Task;
|
|
198
198
|
exports.Task = Task;
|
|
199
|
-
const TaskInput = _TimeStampsInput + _TemplateInfoInput + _TaskInput;
|
|
199
|
+
const TaskInput = _TimeStampsInput + _EventInput + _Events + _TemplateInfoInput + _TaskInput;
|
|
200
200
|
exports.TaskInput = TaskInput;
|
|
201
201
|
const TaskFilter = _TaskFilter;
|
|
202
202
|
exports.TaskFilter = TaskFilter;
|