@nuffieldtechnologies/rugged-schema-types 2.1.15 → 2.1.16

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.
@@ -15,7 +15,7 @@ exports._TaskInfo = `
15
15
  status: String
16
16
  statusBeforeEdit: String
17
17
  rootEntityId: String
18
- rootEntityNmae: String
18
+ rootEntityName: String
19
19
  rootEntityAncestry: String
20
20
  id: String
21
21
  refNo: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/schemas/task.ts CHANGED
@@ -14,7 +14,7 @@ export const _TaskInfo = `
14
14
  status: String
15
15
  statusBeforeEdit: String
16
16
  rootEntityId: String
17
- rootEntityNmae: String
17
+ rootEntityName: String
18
18
  rootEntityAncestry: String
19
19
  id: String
20
20
  refNo: String