@nuffieldtechnologies/rugged-schema-types 2.1.51 → 2.1.53
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/schemas/task.js +5 -17
- package/dist/schemas/task.js.map +1 -1
- package/index.ts +2 -2
- package/package.json +1 -1
- package/schemas/task.ts +4 -18
package/dist/index.js
CHANGED
|
@@ -11,8 +11,8 @@ const OrganisationSchemas = require("./schemas/organisation");
|
|
|
11
11
|
const TaskIdentifiers = require("./schemas/task-identifiers");
|
|
12
12
|
const TaskOldSchemas = require("./schemas/task-old");
|
|
13
13
|
const TaskSchemas = require("./schemas/task");
|
|
14
|
-
exports.Task = TimeStamps._TimeStamps + Events._Event + Events._Events + TemplateInfo._TemplateInfo + TaskSchemas.
|
|
15
|
-
exports.TaskInput = TimeStamps._TimeStampsInput + Events._EventInput + Events._EventsInput + TemplateInfo._TemplateInfoInput + TaskSchemas.
|
|
14
|
+
exports.Task = TimeStamps._TimeStamps + Events._Event + Events._Events + TemplateInfo._TemplateInfo + TaskSchemas._TaskInfo + TaskSchemas._WorkflowInfo + TaskSchemas._Task + TaskIdentifiers._TaskIdentifiers;
|
|
15
|
+
exports.TaskInput = TimeStamps._TimeStampsInput + Events._EventInput + Events._EventsInput + TemplateInfo._TemplateInfoInput + TaskSchemas._TaskInfoInput + TaskSchemas._WorkflowInfoInput + TaskSchemas._TaskInput + TaskIdentifiers._TaskIdentifiersInput;
|
|
16
16
|
exports.TaskFilter = TaskSchemas._TaskFilter;
|
|
17
17
|
exports.Tasks = exports.Task + exports.TaskInput + exports.TaskFilter + TaskOldSchemas._TaskOld;
|
|
18
18
|
exports.AllTaskFields = TaskSchemas._AllTaskFields;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,mDAAkD;AAClD,2CAA0C;AAC1C,wDAAuD;AACvD,8CAA6C;AAC7C,yCAAwC;AACxC,8CAA6C;AAC7C,8DAA6D;AAC7D,8DAA6D;AAC7D,qDAAoD;AACpD,8CAA6C;AAEhC,QAAA,IAAI,GAAG,UAAU,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,mDAAkD;AAClD,2CAA0C;AAC1C,wDAAuD;AACvD,8CAA6C;AAC7C,yCAAwC;AACxC,8CAA6C;AAC7C,8DAA6D;AAC7D,8DAA6D;AAC7D,qDAAoD;AACpD,8CAA6C;AAEhC,QAAA,IAAI,GAAG,UAAU,CAAC,WAAW,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,OAAO,GAAG,YAAY,CAAC,aAAa,GAAG,WAAW,CAAC,SAAS,GAAG,WAAW,CAAC,aAAa,GAAG,WAAW,CAAC,KAAK,GAAG,eAAe,CAAC,gBAAgB,CAAC;AACvM,QAAA,SAAS,GAAG,UAAU,CAAC,gBAAgB,GAAG,MAAM,CAAC,WAAW,GAAG,MAAM,CAAC,YAAY,GAAG,YAAY,CAAC,kBAAkB,GAAG,WAAW,CAAC,cAAc,GAAG,WAAW,CAAC,kBAAkB,GAAG,WAAW,CAAC,UAAU,GAAG,eAAe,CAAC,qBAAqB,CAAC;AACpP,QAAA,UAAU,GAAG,WAAW,CAAC,WAAW,CAAC;AACrC,QAAA,KAAK,GAAG,YAAI,GAAG,iBAAS,GAAG,kBAAU,GAAG,cAAc,CAAC,QAAQ,CAAC;AAChE,QAAA,aAAa,GAAG,WAAW,CAAC,cAAc,CAAC;AAE3C,QAAA,IAAI,GAAG,KAAK,CAAC,MAAM,GAAG,WAAW,CAAC,KAAK,CAAC;AACxC,QAAA,SAAS,GAAG,KAAK,CAAC,WAAW,GAAG,WAAW,CAAC,UAAU,CAAC;AACvD,QAAA,KAAK,GAAG,YAAI,GAAG,iBAAS,CAAC;AACzB,QAAA,aAAa,GAAG,WAAW,CAAC,cAAc,CAAC;AAC3C,QAAA,cAAc,GAAG,KAAK,CAAC,eAAe,CAAC;AAEvC,QAAA,IAAI,GAAG,WAAW,CAAC,KAAK,CAAC;AACzB,QAAA,SAAS,GAAG,WAAW,CAAC,UAAU,CAAC;AACnC,QAAA,UAAU,GAAG,WAAW,CAAC,WAAW,CAAC;AACrC,QAAA,KAAK,GAAG,YAAI,GAAG,iBAAS,GAAG,kBAAU,CAAC;AACtC,QAAA,aAAa,GAAG,WAAW,CAAC,cAAc,CAAC;AAE3C,QAAA,YAAY,GAAG,mBAAmB,CAAC,aAAa,CAAC;AACjD,QAAA,iBAAiB,GAAG,mBAAmB,CAAC,kBAAkB,CAAC;AAC3D,QAAA,aAAa,GAAG,oBAAY,GAAG,yBAAiB,CAAC;AACjD,QAAA,qBAAqB,GAAG,mBAAmB,CAAC,sBAAsB,CAAC;AAEnE,QAAA,GAAG,GAAG,aAAK,GAAG,aAAK,GAAG,aAAK,GAAG,qBAAa,CAAC;AACzD,kBAAe,WAAG,CAAC"}
|
package/dist/schemas/task.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports._AllTaskFields = exports._TaskFilter = exports.
|
|
3
|
+
exports._AllTaskFields = exports._TaskFilter = exports._WorkflowInfoInput = exports._TaskInfoInput = exports._TaskInput = exports._WorkflowInfo = exports._TaskInfo = exports._Task = void 0;
|
|
4
4
|
const Events = require("./events");
|
|
5
5
|
exports._Task = `
|
|
6
6
|
type Task {
|
|
@@ -18,7 +18,7 @@ exports._TaskInfo = `#graphql
|
|
|
18
18
|
rootEntityId: String
|
|
19
19
|
rootEntityName: String
|
|
20
20
|
rootEntityAncestry: String
|
|
21
|
-
rootEntityHierarchy:
|
|
21
|
+
rootEntityHierarchy: String
|
|
22
22
|
id: String
|
|
23
23
|
refNo: String
|
|
24
24
|
tags: String
|
|
@@ -42,12 +42,6 @@ exports._WorkflowInfo = `
|
|
|
42
42
|
history: String
|
|
43
43
|
}
|
|
44
44
|
`;
|
|
45
|
-
exports._EntityHierarchyInfo = `#graphql
|
|
46
|
-
type EntityHierarchyInfo {
|
|
47
|
-
category: String
|
|
48
|
-
entity: String
|
|
49
|
-
}
|
|
50
|
-
`;
|
|
51
45
|
exports._TaskInput = `
|
|
52
46
|
input TaskInput {
|
|
53
47
|
collections: String
|
|
@@ -57,13 +51,13 @@ exports._TaskInput = `
|
|
|
57
51
|
workflow: WorkflowInfoInput
|
|
58
52
|
}
|
|
59
53
|
`;
|
|
60
|
-
exports._TaskInfoInput =
|
|
54
|
+
exports._TaskInfoInput = `
|
|
61
55
|
input TaskInfoInput {
|
|
62
56
|
status: String
|
|
63
57
|
statusBeforeEdit: String
|
|
64
58
|
rootEntityId: String
|
|
65
59
|
rootEntityAncestry: String
|
|
66
|
-
rootEntityHierarchy:
|
|
60
|
+
rootEntityHierarchy: String
|
|
67
61
|
id: String
|
|
68
62
|
refNo: String
|
|
69
63
|
tags: String
|
|
@@ -87,13 +81,7 @@ exports._WorkflowInfoInput = `
|
|
|
87
81
|
history: String
|
|
88
82
|
}
|
|
89
83
|
`;
|
|
90
|
-
exports.
|
|
91
|
-
input EntityHierarchyInput {
|
|
92
|
-
category: String
|
|
93
|
-
entity: String
|
|
94
|
-
}
|
|
95
|
-
`;
|
|
96
|
-
exports._TaskFilter = `#graphql
|
|
84
|
+
exports._TaskFilter = `
|
|
97
85
|
input TaskFilter {
|
|
98
86
|
users: [ID]
|
|
99
87
|
userEmails: [String]
|
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;;;;;;;;CAQpB,CAAC;AAEW,QAAA,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;;;CAuBxB,CAAC;AACW,QAAA,aAAa,GAAG;;;;;;CAM5B,CAAC;AAEW,QAAA,
|
|
1
|
+
{"version":3,"file":"task.js","sourceRoot":"","sources":["../../schemas/task.ts"],"names":[],"mappings":";;;AAAA,mCAAkC;AAErB,QAAA,KAAK,GAAG;;;;;;;;CAQpB,CAAC;AAEW,QAAA,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;;;CAuBxB,CAAC;AACW,QAAA,aAAa,GAAG;;;;;;CAM5B,CAAC;AAEW,QAAA,UAAU,GAAG;;;;;;;;CAQzB,CAAC;AAEW,QAAA,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;;;CAsB7B,CAAC;AAEW,QAAA,kBAAkB,GAAG;;;;;;CAMjC,CAAC;AAEW,QAAA,WAAW,GAAG;;;;;;;;;;;CAW1B,CAAC;AAEW,QAAA,cAAc,GAAG,6SAA6S,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,kIAAkI,CAAC"}
|
package/index.ts
CHANGED
|
@@ -9,8 +9,8 @@ import * as TaskIdentifiers from './schemas/task-identifiers'
|
|
|
9
9
|
import * as TaskOldSchemas from './schemas/task-old'
|
|
10
10
|
import * as TaskSchemas from './schemas/task'
|
|
11
11
|
|
|
12
|
-
export const Task = TimeStamps._TimeStamps
|
|
13
|
-
export const TaskInput = TimeStamps._TimeStampsInput + Events._EventInput + Events._EventsInput + TemplateInfo._TemplateInfoInput + TaskSchemas.
|
|
12
|
+
export const Task = TimeStamps._TimeStamps + Events._Event + Events._Events + TemplateInfo._TemplateInfo + TaskSchemas._TaskInfo + TaskSchemas._WorkflowInfo + TaskSchemas._Task + TaskIdentifiers._TaskIdentifiers;
|
|
13
|
+
export const TaskInput = TimeStamps._TimeStampsInput + Events._EventInput + Events._EventsInput + TemplateInfo._TemplateInfoInput + TaskSchemas._TaskInfoInput + TaskSchemas._WorkflowInfoInput + TaskSchemas._TaskInput + TaskIdentifiers._TaskIdentifiersInput;
|
|
14
14
|
export const TaskFilter = TaskSchemas._TaskFilter;
|
|
15
15
|
export const Tasks = Task + TaskInput + TaskFilter + TaskOldSchemas._TaskOld;
|
|
16
16
|
export const AllTaskFields = TaskSchemas._AllTaskFields;
|
package/package.json
CHANGED
package/schemas/task.ts
CHANGED
|
@@ -17,7 +17,7 @@ export const _TaskInfo = `#graphql
|
|
|
17
17
|
rootEntityId: String
|
|
18
18
|
rootEntityName: String
|
|
19
19
|
rootEntityAncestry: String
|
|
20
|
-
rootEntityHierarchy:
|
|
20
|
+
rootEntityHierarchy: String
|
|
21
21
|
id: String
|
|
22
22
|
refNo: String
|
|
23
23
|
tags: String
|
|
@@ -42,13 +42,6 @@ export const _WorkflowInfo = `
|
|
|
42
42
|
}
|
|
43
43
|
`;
|
|
44
44
|
|
|
45
|
-
export const _EntityHierarchyInfo = `#graphql
|
|
46
|
-
type EntityHierarchyInfo {
|
|
47
|
-
category: String
|
|
48
|
-
entity: String
|
|
49
|
-
}
|
|
50
|
-
`;
|
|
51
|
-
|
|
52
45
|
export const _TaskInput = `
|
|
53
46
|
input TaskInput {
|
|
54
47
|
collections: String
|
|
@@ -59,13 +52,13 @@ export const _TaskInput = `
|
|
|
59
52
|
}
|
|
60
53
|
`;
|
|
61
54
|
|
|
62
|
-
export const _TaskInfoInput =
|
|
55
|
+
export const _TaskInfoInput = `
|
|
63
56
|
input TaskInfoInput {
|
|
64
57
|
status: String
|
|
65
58
|
statusBeforeEdit: String
|
|
66
59
|
rootEntityId: String
|
|
67
60
|
rootEntityAncestry: String
|
|
68
|
-
rootEntityHierarchy:
|
|
61
|
+
rootEntityHierarchy: String
|
|
69
62
|
id: String
|
|
70
63
|
refNo: String
|
|
71
64
|
tags: String
|
|
@@ -91,14 +84,7 @@ export const _WorkflowInfoInput = `
|
|
|
91
84
|
}
|
|
92
85
|
`;
|
|
93
86
|
|
|
94
|
-
export const
|
|
95
|
-
input EntityHierarchyInput {
|
|
96
|
-
category: String
|
|
97
|
-
entity: String
|
|
98
|
-
}
|
|
99
|
-
`
|
|
100
|
-
|
|
101
|
-
export const _TaskFilter = `#graphql
|
|
87
|
+
export const _TaskFilter = `
|
|
102
88
|
input TaskFilter {
|
|
103
89
|
users: [ID]
|
|
104
90
|
userEmails: [String]
|