@nuffieldtechnologies/rugged-schema-types 2.1.19 → 2.1.21

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.
@@ -19,9 +19,10 @@ exports._TaskInfo = `
19
19
  rootEntityAncestry: String
20
20
  id: String
21
21
  refNo: String
22
- tags: String[]
22
+ tags: String
23
23
  workflowStep: String
24
24
  workflow: String
25
+ workflowHistory: String
25
26
  name: String
26
27
  events: Events
27
28
  identifiers: TaskIdentifiers
@@ -47,9 +48,10 @@ exports._TaskInfoInput = `
47
48
  rootEntityAncestry: String
48
49
  id: String
49
50
  refNo: String
50
- tags: String[]
51
+ tags: String
51
52
  workflowStep: String
52
53
  workflow: String
54
+ workflowHistory: String
53
55
  name: String
54
56
  events: EventsInput
55
57
  identifiers: TaskIdentifiersInput
@@ -1 +1 @@
1
- {"version":3,"file":"task.js","sourceRoot":"","sources":["../../schemas/task.ts"],"names":[],"mappings":";;;AAAA,mCAAkC;AAErB,QAAA,KAAK,GAAG;;;;;;;CAOpB,CAAC;AAEW,QAAA,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;CAoBxB,CAAC;AAEW,QAAA,UAAU,GAAG;;;;;;;CAOzB,CAAC;AAEW,QAAA,cAAc,GAAG;;;;;;;;;;;;;;;;;;;CAmB7B,CAAC;AAEW,QAAA,WAAW,GAAG;;;;;;;;;;CAU1B,CAAC;AAEW,QAAA,cAAc,GAAG,kPAAkP,MAAM,CAAC,eAAe,aAAa,MAAM,CAAC,eAAe,eAAe,MAAM,CAAC,eAAe,eAAe,MAAM,CAAC,eAAe,eAAe,MAAM,CAAC,eAAe,cAAc,MAAM,CAAC,eAAe,kGAAkG,CAAC"}
1
+ {"version":3,"file":"task.js","sourceRoot":"","sources":["../../schemas/task.ts"],"names":[],"mappings":";;;AAAA,mCAAkC;AAErB,QAAA,KAAK,GAAG;;;;;;;CAOpB,CAAC;AAEW,QAAA,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;CAqBxB,CAAC;AAEW,QAAA,UAAU,GAAG;;;;;;;CAOzB,CAAC;AAEW,QAAA,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;CAoB7B,CAAC;AAEW,QAAA,WAAW,GAAG;;;;;;;;;;CAU1B,CAAC;AAEW,QAAA,cAAc,GAAG,kPAAkP,MAAM,CAAC,eAAe,aAAa,MAAM,CAAC,eAAe,eAAe,MAAM,CAAC,eAAe,eAAe,MAAM,CAAC,eAAe,eAAe,MAAM,CAAC,eAAe,cAAc,MAAM,CAAC,eAAe,kGAAkG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "2.1.19",
3
+ "version": "2.1.21",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/schemas/task.ts CHANGED
@@ -18,9 +18,10 @@ export const _TaskInfo = `
18
18
  rootEntityAncestry: String
19
19
  id: String
20
20
  refNo: String
21
- tags: String[]
21
+ tags: String
22
22
  workflowStep: String
23
23
  workflow: String
24
+ workflowHistory: String
24
25
  name: String
25
26
  events: Events
26
27
  identifiers: TaskIdentifiers
@@ -48,9 +49,10 @@ export const _TaskInfoInput = `
48
49
  rootEntityAncestry: String
49
50
  id: String
50
51
  refNo: String
51
- tags: String[]
52
+ tags: String
52
53
  workflowStep: String
53
54
  workflow: String
55
+ workflowHistory: String
54
56
  name: String
55
57
  events: EventsInput
56
58
  identifiers: TaskIdentifiersInput