@nuffieldtechnologies/rugged-schema-types 0.3.18 → 0.3.19
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 +1 -1
- package/package.json +1 -1
package/distribution/index.js
CHANGED
|
@@ -152,7 +152,7 @@ const _Form = `
|
|
|
152
152
|
body: String
|
|
153
153
|
}
|
|
154
154
|
`;
|
|
155
|
-
const _AllFormFields = `{id, name, key, definition, status, updated, params {name, value}, resources
|
|
155
|
+
const _AllFormFields = `{id, name, key, definition, status, updated, params {name, value}, resources, body}`;
|
|
156
156
|
const Task = _TimeStamps + _TemplateInfo + _Task;
|
|
157
157
|
exports.Task = Task;
|
|
158
158
|
const TaskInput = _TimeStampsInput + _TemplateInfoInput + _TaskInput;
|