vcomply-workflow-engine 5.0.25 → 5.0.27
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/esm2022/lib/report-a-case/constants/report-case.constants.mjs +1 -1
- package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +7 -7
- package/fesm2022/vcomply-workflow-engine.mjs +6 -6
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/report-a-case/constants/report-case.constants.d.ts +1 -38
- package/lib/report-a-case/workflow-case/workflow-case.component.d.ts +2 -106
- package/package.json +1 -1
|
@@ -113,44 +113,7 @@ export declare enum ACTION_CODE {
|
|
|
113
113
|
RC = "RC",
|
|
114
114
|
CC = "CC"
|
|
115
115
|
}
|
|
116
|
-
export declare const REPORT_CASE_PAYLOAD:
|
|
117
|
-
name: string;
|
|
118
|
-
description: {
|
|
119
|
-
text: string;
|
|
120
|
-
attachments: never[];
|
|
121
|
-
};
|
|
122
|
-
receive_updates: boolean;
|
|
123
|
-
rc_details: {
|
|
124
|
-
ids: never[];
|
|
125
|
-
};
|
|
126
|
-
reported_date: string;
|
|
127
|
-
case_type: {
|
|
128
|
-
id: string;
|
|
129
|
-
custom_fields: never[];
|
|
130
|
-
};
|
|
131
|
-
priority: {
|
|
132
|
-
id: string;
|
|
133
|
-
custom_fields: never[];
|
|
134
|
-
};
|
|
135
|
-
category: {
|
|
136
|
-
ids: never[];
|
|
137
|
-
custom_fields: never[];
|
|
138
|
-
};
|
|
139
|
-
supporting_documents: never[];
|
|
140
|
-
status: string;
|
|
141
|
-
stage: string;
|
|
142
|
-
risk_class: number;
|
|
143
|
-
caseToWorkflow: {};
|
|
144
|
-
responsibilities_Linked: never[];
|
|
145
|
-
linked_assessment_issues: {
|
|
146
|
-
resp_id: string;
|
|
147
|
-
due_date_id: string;
|
|
148
|
-
assessment_id: string;
|
|
149
|
-
question_id: string;
|
|
150
|
-
auditee_id: number;
|
|
151
|
-
};
|
|
152
|
-
source: string;
|
|
153
|
-
};
|
|
116
|
+
export declare const REPORT_CASE_PAYLOAD: any;
|
|
154
117
|
export declare const ADD_TO_CASE_WORKFLOW: {
|
|
155
118
|
name: string;
|
|
156
119
|
description: {
|
|
@@ -116,44 +116,7 @@ export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
|
|
|
116
116
|
};
|
|
117
117
|
caseType: typeof report;
|
|
118
118
|
caseTypeSelected: report;
|
|
119
|
-
payload:
|
|
120
|
-
name: string;
|
|
121
|
-
description: {
|
|
122
|
-
text: string;
|
|
123
|
-
attachments: never[];
|
|
124
|
-
};
|
|
125
|
-
receive_updates: boolean;
|
|
126
|
-
rc_details: {
|
|
127
|
-
ids: never[];
|
|
128
|
-
};
|
|
129
|
-
reported_date: string;
|
|
130
|
-
case_type: {
|
|
131
|
-
id: string;
|
|
132
|
-
custom_fields: never[];
|
|
133
|
-
};
|
|
134
|
-
priority: {
|
|
135
|
-
id: string;
|
|
136
|
-
custom_fields: never[];
|
|
137
|
-
};
|
|
138
|
-
category: {
|
|
139
|
-
ids: never[];
|
|
140
|
-
custom_fields: never[];
|
|
141
|
-
};
|
|
142
|
-
supporting_documents: never[];
|
|
143
|
-
status: string;
|
|
144
|
-
stage: string;
|
|
145
|
-
risk_class: number;
|
|
146
|
-
caseToWorkflow: {};
|
|
147
|
-
responsibilities_Linked: never[];
|
|
148
|
-
linked_assessment_issues: {
|
|
149
|
-
resp_id: string;
|
|
150
|
-
due_date_id: string;
|
|
151
|
-
assessment_id: string;
|
|
152
|
-
question_id: string;
|
|
153
|
-
auditee_id: number;
|
|
154
|
-
};
|
|
155
|
-
source: string;
|
|
156
|
-
};
|
|
119
|
+
payload: any;
|
|
157
120
|
params: {
|
|
158
121
|
rc_details: {
|
|
159
122
|
id: string;
|
|
@@ -215,74 +178,7 @@ export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
|
|
|
215
178
|
value: number;
|
|
216
179
|
class: string;
|
|
217
180
|
}[];
|
|
218
|
-
addToCasePayload:
|
|
219
|
-
name: string;
|
|
220
|
-
description: {
|
|
221
|
-
text: string;
|
|
222
|
-
attachments: never[];
|
|
223
|
-
};
|
|
224
|
-
receive_updates: boolean;
|
|
225
|
-
rc_details: {
|
|
226
|
-
ids: never[];
|
|
227
|
-
separate_rc_cases: boolean;
|
|
228
|
-
main_rc_id: string;
|
|
229
|
-
};
|
|
230
|
-
reported_date: string;
|
|
231
|
-
case_type: {
|
|
232
|
-
id: string;
|
|
233
|
-
custom_fields: never[];
|
|
234
|
-
};
|
|
235
|
-
priority: {
|
|
236
|
-
id: string;
|
|
237
|
-
custom_fields: never[];
|
|
238
|
-
};
|
|
239
|
-
category: {
|
|
240
|
-
ids: never[];
|
|
241
|
-
custom_fields: never[];
|
|
242
|
-
};
|
|
243
|
-
additional_category: {
|
|
244
|
-
ids: never[];
|
|
245
|
-
custom_fields: never[];
|
|
246
|
-
};
|
|
247
|
-
supporting_documents: never[];
|
|
248
|
-
stage: string;
|
|
249
|
-
risk_class: number;
|
|
250
|
-
caseToWorkflow: {
|
|
251
|
-
workflow_id: string;
|
|
252
|
-
owners: never[];
|
|
253
|
-
assignees: never[];
|
|
254
|
-
assignees_group: never[];
|
|
255
|
-
resolution_deadline: {
|
|
256
|
-
due_date: string;
|
|
257
|
-
stages_assignees: never[];
|
|
258
|
-
assignee_remind_before: number;
|
|
259
|
-
owner_remind_before: number;
|
|
260
|
-
};
|
|
261
|
-
exception_type: string;
|
|
262
|
-
associated_risks: {
|
|
263
|
-
text: string;
|
|
264
|
-
attachments: never[];
|
|
265
|
-
};
|
|
266
|
-
oversights: {
|
|
267
|
-
cc_ids: never[];
|
|
268
|
-
cc_failures_ids: never[];
|
|
269
|
-
};
|
|
270
|
-
evidence_enabled: boolean;
|
|
271
|
-
recommendations: {
|
|
272
|
-
text: string;
|
|
273
|
-
attachments: never[];
|
|
274
|
-
};
|
|
275
|
-
};
|
|
276
|
-
responsibilities_Linked: never[];
|
|
277
|
-
linked_assessment_issues: {
|
|
278
|
-
resp_id: string;
|
|
279
|
-
due_date_id: string;
|
|
280
|
-
assessment_id: string;
|
|
281
|
-
question_id: string;
|
|
282
|
-
auditee_id: number;
|
|
283
|
-
};
|
|
284
|
-
source: string;
|
|
285
|
-
};
|
|
181
|
+
addToCasePayload: any;
|
|
286
182
|
exceptionType: {
|
|
287
183
|
DESIGN_EXCEPTION: string;
|
|
288
184
|
EFFECTIVENESS_EXCEPTION: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.27",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
|
|
6
6
|
"@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "
|