@nuffieldtechnologies/rugged-schema-types 2.1.11 → 2.1.12

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.
@@ -13,6 +13,7 @@ exports._Task = `
13
13
  exports._TaskInfo = `
14
14
  type TaskInfo {
15
15
  status: String
16
+ statusBeforeEdit: String
16
17
  rootEntityId: String
17
18
  id: String
18
19
  refNo: String
@@ -36,6 +37,7 @@ exports._TaskInput = `
36
37
  exports._TaskInfoInput = `
37
38
  input TaskInfoInput {
38
39
  status: String
40
+ statusBeforeEdit: String
39
41
  rootEntityId: String
40
42
  id: String
41
43
  refNo: String
@@ -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;;;;;;;;;;;;;;CAcxB,CAAC;AAEW,QAAA,UAAU,GAAG;;;;;;;CAOzB,CAAC;AAEW,QAAA,cAAc,GAAG;;;;;;;;;;;;;;CAc7B,CAAC;AAEW,QAAA,WAAW,GAAG;;;;;;;;CAQ1B,CAAC;AAEW,QAAA,cAAc,GAAG,gLAAgL,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;;;;;;;;;;;;;;;CAexB,CAAC;AAEW,QAAA,UAAU,GAAG;;;;;;;CAOzB,CAAC;AAEW,QAAA,cAAc,GAAG;;;;;;;;;;;;;;;CAe7B,CAAC;AAEW,QAAA,WAAW,GAAG;;;;;;;;CAQ1B,CAAC;AAEW,QAAA,cAAc,GAAG,gLAAgL,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.11",
3
+ "version": "2.1.12",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/schemas/task.ts CHANGED
@@ -12,6 +12,7 @@ export const _Task = `
12
12
  export const _TaskInfo = `
13
13
  type TaskInfo {
14
14
  status: String
15
+ statusBeforeEdit: String
15
16
  rootEntityId: String
16
17
  id: String
17
18
  refNo: String
@@ -37,6 +38,7 @@ export const _TaskInput = `
37
38
  export const _TaskInfoInput = `
38
39
  input TaskInfoInput {
39
40
  status: String
41
+ statusBeforeEdit: String
40
42
  rootEntityId: String
41
43
  id: String
42
44
  refNo: String