@nuffieldtechnologies/rugged-schema-types 2.1.6 → 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.
@@ -7,6 +7,7 @@ exports._Task = `
7
7
  collections: String
8
8
  fields: String
9
9
  info: TaskInfo
10
+ sections: String
10
11
  }
11
12
  `;
12
13
  exports._TaskInfo = `
@@ -29,6 +30,7 @@ exports._TaskInput = `
29
30
  collections: String
30
31
  fields: String
31
32
  info: TaskInfoInput
33
+ sections: String
32
34
  }
33
35
  `;
34
36
  exports._TaskInfoInput = `
@@ -55,5 +57,5 @@ exports._TaskFilter = `
55
57
  before: String
56
58
  }
57
59
  `;
58
- exports._AllTaskFields = `{collections, fields, info {status, id, rootEntityId, refNo, userIds, users, timestamps {started, updated, submitted, processed, upgraded, discarded}, events {started ${Events._AllEventFields}, updated ${Events._AllEventFields}, submitted ${Events._AllEventFields}, discarded ${Events._AllEventFields}, processed ${Events._AllEventFields}, upgraded ${Events._AllEventFields}}, template { name, shortName, type, id, version}, identifiers { primary, secondary}}}`;
60
+ exports._AllTaskFields = `{collections, fields, info {status, id, rootEntityId, refNo, userIds, users, timestamps {started, updated, submitted, processed, upgraded, discarded}, events {started ${Events._AllEventFields}, updated ${Events._AllEventFields}, submitted ${Events._AllEventFields}, discarded ${Events._AllEventFields}, processed ${Events._AllEventFields}, upgraded ${Events._AllEventFields}}, template { name, shortName, type, id, version}, identifiers { primary, secondary}}, sections}`;
59
61
  //# sourceMappingURL=task.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"task.js","sourceRoot":"","sources":["../../schemas/task.ts"],"names":[],"mappings":";;;AAAA,mCAAkC;AAErB,QAAA,KAAK,GAAG;;;;;;CAMpB,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,wFAAwF,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.6",
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
@@ -5,6 +5,7 @@ export const _Task = `
5
5
  collections: String
6
6
  fields: String
7
7
  info: TaskInfo
8
+ sections: String
8
9
  }
9
10
  `;
10
11
 
@@ -29,6 +30,7 @@ export const _TaskInput = `
29
30
  collections: String
30
31
  fields: String
31
32
  info: TaskInfoInput
33
+ sections: String
32
34
  }
33
35
  `;
34
36
 
@@ -58,4 +60,4 @@ export const _TaskFilter = `
58
60
  }
59
61
  `;
60
62
 
61
- export const _AllTaskFields = `{collections, fields, info {status, id, rootEntityId, refNo, userIds, users, timestamps {started, updated, submitted, processed, upgraded, discarded}, events {started ${Events._AllEventFields}, updated ${Events._AllEventFields}, submitted ${Events._AllEventFields}, discarded ${Events._AllEventFields}, processed ${Events._AllEventFields}, upgraded ${Events._AllEventFields}}, template { name, shortName, type, id, version}, identifiers { primary, secondary}}}`;
63
+ export const _AllTaskFields = `{collections, fields, info {status, id, rootEntityId, refNo, userIds, users, timestamps {started, updated, submitted, processed, upgraded, discarded}, events {started ${Events._AllEventFields}, updated ${Events._AllEventFields}, submitted ${Events._AllEventFields}, discarded ${Events._AllEventFields}, processed ${Events._AllEventFields}, upgraded ${Events._AllEventFields}}, template { name, shortName, type, id, version}, identifiers { primary, secondary}}, sections}`;