@nuffieldtechnologies/rugged-schema-types 2.1.20 → 2.1.22
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.
- package/dist/schemas/task.js +3 -1
- package/dist/schemas/task.js.map +1 -1
- package/package.json +1 -1
- package/schemas/task.ts +3 -1
package/dist/schemas/task.js
CHANGED
|
@@ -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
|
|
@@ -70,5 +72,5 @@ exports._TaskFilter = `
|
|
|
70
72
|
before: String
|
|
71
73
|
}
|
|
72
74
|
`;
|
|
73
|
-
exports._AllTaskFields = `{collections, fields, info {status, id, rootEntityId, rootEntityName, rootEntityAncestry, name, refNo, tags, workflowStep, workflow, 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}`;
|
|
75
|
+
exports._AllTaskFields = `{collections, fields, info {status, id, rootEntityId, rootEntityName, rootEntityAncestry, name, refNo, tags, workflowHistory, workflowStep, workflow, 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}`;
|
|
74
76
|
//# sourceMappingURL=task.js.map
|
package/dist/schemas/task.js.map
CHANGED
|
@@ -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
|
|
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,mQAAmQ,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
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
|
|
@@ -73,4 +75,4 @@ export const _TaskFilter = `
|
|
|
73
75
|
}
|
|
74
76
|
`;
|
|
75
77
|
|
|
76
|
-
export const _AllTaskFields = `{collections, fields, info {status, id, rootEntityId, rootEntityName, rootEntityAncestry, name, refNo, tags, workflowStep, workflow, 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}`;
|
|
78
|
+
export const _AllTaskFields = `{collections, fields, info {status, id, rootEntityId, rootEntityName, rootEntityAncestry, name, refNo, tags, workflowHistory, workflowStep, workflow, 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}`;
|