@nuffieldtechnologies/rugged-schema-types 0.8.0 → 0.8.2

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.
@@ -102,7 +102,7 @@ const _Task = `
102
102
  timestamps: TimeStamps
103
103
  events: Events
104
104
  template: TemplateInfo
105
- indentifiers: TaskIdentifiers
105
+ identifiers: TaskIdentifiers
106
106
  status: String
107
107
  fails: [String]
108
108
  reportUrl: String
@@ -110,7 +110,7 @@ const _Task = `
110
110
  }
111
111
  `;
112
112
  const _AllEventFields = `{appVersion, at, atForHumans, device, deviceModel, osVersion, user, userEmail}`;
113
- const _AllTaskFields = `{id, name, definition, user, userEmail, form, id, organisation, timestamps {started, updated, submitted, processed, upgraded} events {started ${_AllEventFields}, updated ${_AllEventFields}, submitted ${_AllEventFields}, discarded ${_AllEventFields}} , template { type, id, version}, status, fails, reportUrl, data}`;
113
+ const _AllTaskFields = `{id, name, definition, user, userEmail, form, id, organisation, timestamps {started, updated, submitted, processed, upgraded} events {started ${_AllEventFields}, updated ${_AllEventFields}, submitted ${_AllEventFields}, discarded ${_AllEventFields}} , template { type, id, version}, identifiers { primary, secondary}, status, fails, reportUrl, data}`;
114
114
  const _TaskInput = `
115
115
  input TaskInput {
116
116
  # The name of the task. TODO does this actually exist?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [