@nuffieldtechnologies/rugged-schema-types 2.1.3 → 2.1.4

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.
@@ -14,7 +14,7 @@ exports._TaskInfo = `
14
14
  status: String
15
15
  rootEntityId: String
16
16
  id: String
17
- refNo: Number
17
+ refNo: String
18
18
  name: String
19
19
  events: Events
20
20
  identifiers: TaskIdentifiers
@@ -36,7 +36,7 @@ exports._TaskInfoInput = `
36
36
  status: String
37
37
  rootEntityId: String
38
38
  id: String
39
- refNo: Number
39
+ refNo: String
40
40
  name: String
41
41
  events: EventInput
42
42
  identifiers: TaskIdentifiersInput
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/schemas/task.ts CHANGED
@@ -13,7 +13,7 @@ export const _TaskInfo = `
13
13
  status: String
14
14
  rootEntityId: String
15
15
  id: String
16
- refNo: Number
16
+ refNo: String
17
17
  name: String
18
18
  events: Events
19
19
  identifiers: TaskIdentifiers
@@ -37,7 +37,7 @@ export const _TaskInfoInput = `
37
37
  status: String
38
38
  rootEntityId: String
39
39
  id: String
40
- refNo: Number
40
+ refNo: String
41
41
  name: String
42
42
  events: EventInput
43
43
  identifiers: TaskIdentifiersInput