@nuffieldtechnologies/rugged-schema-types 2.1.20 → 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.
@@ -22,6 +22,7 @@ exports._TaskInfo = `
22
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
@@ -50,6 +51,7 @@ exports._TaskInfoInput = `
50
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.20",
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
@@ -21,6 +21,7 @@ export const _TaskInfo = `
21
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
@@ -51,6 +52,7 @@ export const _TaskInfoInput = `
51
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