@nuffieldtechnologies/rugged-schema-types 2.1.54 → 2.2.0
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
|
@@ -8,6 +8,7 @@ exports._Task = `
|
|
|
8
8
|
fields: String
|
|
9
9
|
info: TaskInfo
|
|
10
10
|
sections: String
|
|
11
|
+
pages: String
|
|
11
12
|
workflow: WorkflowInfo
|
|
12
13
|
}
|
|
13
14
|
`;
|
|
@@ -48,6 +49,7 @@ exports._TaskInput = `
|
|
|
48
49
|
fields: String
|
|
49
50
|
info: TaskInfoInput
|
|
50
51
|
sections: String,
|
|
52
|
+
pages: String,
|
|
51
53
|
workflow: WorkflowInfoInput
|
|
52
54
|
}
|
|
53
55
|
`;
|
|
@@ -93,5 +95,5 @@ exports._TaskFilter = `
|
|
|
93
95
|
before: String
|
|
94
96
|
}
|
|
95
97
|
`;
|
|
96
|
-
exports._AllTaskFields = `{collections, fields, info {status, id, rootEntityId, rootEntityName, rootEntityAncestry, rootEntityHierarchy, name, jobId, refNo, tags, workflowStep, workflow, userIds, users, timestamps {started, updated, submitted, processed, upgraded, discarded, reviewed}, events {started ${Events._AllEventFields}, updated ${Events._AllEventFields}, submitted ${Events._AllEventFields}, discarded ${Events._AllEventFields}, processed ${Events._AllEventFields}, upgraded ${Events._AllEventFields}, reviewed ${Events._AllEventFields}}, template { name, shortName, type, id, version}, identifiers { primary, secondary}}, sections, workflow {slug, step, history}}`;
|
|
98
|
+
exports._AllTaskFields = `{collections, fields, info {status, id, rootEntityId, rootEntityName, rootEntityAncestry, rootEntityHierarchy, name, jobId, refNo, tags, workflowStep, workflow, userIds, users, timestamps {started, updated, submitted, processed, upgraded, discarded, reviewed}, events {started ${Events._AllEventFields}, updated ${Events._AllEventFields}, submitted ${Events._AllEventFields}, discarded ${Events._AllEventFields}, processed ${Events._AllEventFields}, upgraded ${Events._AllEventFields}, reviewed ${Events._AllEventFields}}, template { name, shortName, type, id, version}, identifiers { primary, secondary}}, sections, pages, workflow {slug, step, history}}`;
|
|
97
99
|
//# 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
|
|
1
|
+
{"version":3,"file":"task.js","sourceRoot":"","sources":["../../schemas/task.ts"],"names":[],"mappings":";;;AAAA,mCAAkC;AAErB,QAAA,KAAK,GAAG;;;;;;;;;CASpB,CAAC;AAEW,QAAA,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;;;CAuBxB,CAAC;AACW,QAAA,aAAa,GAAG;;;;;;CAM5B,CAAC;AAEW,QAAA,UAAU,GAAG;;;;;;;;;CASzB,CAAC;AAEW,QAAA,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;;;CAsB7B,CAAC;AAEW,QAAA,kBAAkB,GAAG;;;;;;CAMjC,CAAC;AAEW,QAAA,WAAW,GAAG;;;;;;;;;;;CAW1B,CAAC;AAEW,QAAA,cAAc,GAAG,wRAAwR,MAAM,CAAC,eAAe,aAAa,MAAM,CAAC,eAAe,eAAe,MAAM,CAAC,eAAe,eAAe,MAAM,CAAC,eAAe,eAAe,MAAM,CAAC,eAAe,cAAc,MAAM,CAAC,eAAe,cAAc,MAAM,CAAC,eAAe,yIAAyI,CAAC"}
|
package/package.json
CHANGED
package/schemas/task.ts
CHANGED
|
@@ -6,6 +6,7 @@ export const _Task = `
|
|
|
6
6
|
fields: String
|
|
7
7
|
info: TaskInfo
|
|
8
8
|
sections: String
|
|
9
|
+
pages: String
|
|
9
10
|
workflow: WorkflowInfo
|
|
10
11
|
}
|
|
11
12
|
`;
|
|
@@ -48,6 +49,7 @@ export const _TaskInput = `
|
|
|
48
49
|
fields: String
|
|
49
50
|
info: TaskInfoInput
|
|
50
51
|
sections: String,
|
|
52
|
+
pages: String,
|
|
51
53
|
workflow: WorkflowInfoInput
|
|
52
54
|
}
|
|
53
55
|
`;
|
|
@@ -97,4 +99,4 @@ export const _TaskFilter = `
|
|
|
97
99
|
}
|
|
98
100
|
`;
|
|
99
101
|
|
|
100
|
-
export const _AllTaskFields = `{collections, fields, info {status, id, rootEntityId, rootEntityName, rootEntityAncestry, rootEntityHierarchy, name, jobId, refNo, tags, workflowStep, workflow, userIds, users, timestamps {started, updated, submitted, processed, upgraded, discarded, reviewed}, events {started ${Events._AllEventFields}, updated ${Events._AllEventFields}, submitted ${Events._AllEventFields}, discarded ${Events._AllEventFields}, processed ${Events._AllEventFields}, upgraded ${Events._AllEventFields}, reviewed ${Events._AllEventFields}}, template { name, shortName, type, id, version}, identifiers { primary, secondary}}, sections, workflow {slug, step, history}}`;
|
|
102
|
+
export const _AllTaskFields = `{collections, fields, info {status, id, rootEntityId, rootEntityName, rootEntityAncestry, rootEntityHierarchy, name, jobId, refNo, tags, workflowStep, workflow, userIds, users, timestamps {started, updated, submitted, processed, upgraded, discarded, reviewed}, events {started ${Events._AllEventFields}, updated ${Events._AllEventFields}, submitted ${Events._AllEventFields}, discarded ${Events._AllEventFields}, processed ${Events._AllEventFields}, upgraded ${Events._AllEventFields}, reviewed ${Events._AllEventFields}}, template { name, shortName, type, id, version}, identifiers { primary, secondary}}, sections, pages, workflow {slug, step, history}}`;
|