@nuffieldtechnologies/rugged-schema-types 2.1.7 → 2.1.8

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.
@@ -30,6 +30,7 @@ exports._TaskInput = `
30
30
  collections: String
31
31
  fields: String
32
32
  info: TaskInfoInput
33
+ sections: String
33
34
  }
34
35
  `;
35
36
  exports._TaskInfoInput = `
@@ -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;;;;;;CAMzB,CAAC;AAEW,QAAA,cAAc,GAAG;;;;;;;;;;;;;;CAc7B,CAAC;AAEW,QAAA,WAAW,GAAG;;;;;;;;CAQ1B,CAAC;AAEW,QAAA,cAAc,GAAG,0KAA0K,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;;;;;;;;;;;;;;CAcxB,CAAC;AAEW,QAAA,UAAU,GAAG;;;;;;;CAOzB,CAAC;AAEW,QAAA,cAAc,GAAG;;;;;;;;;;;;;;CAc7B,CAAC;AAEW,QAAA,WAAW,GAAG;;;;;;;;CAQ1B,CAAC;AAEW,QAAA,cAAc,GAAG,0KAA0K,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.7",
3
+ "version": "2.1.8",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/schemas/task.ts CHANGED
@@ -30,6 +30,7 @@ export const _TaskInput = `
30
30
  collections: String
31
31
  fields: String
32
32
  info: TaskInfoInput
33
+ sections: String
33
34
  }
34
35
  `;
35
36