vcomply-workflow-engine 2.9.57 → 2.9.58

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.
@@ -55,4 +55,11 @@ export interface PolicyForm {
55
55
  assessmentDetails: any;
56
56
  category_details: any;
57
57
  }>;
58
+ policy_owners: Array<{
59
+ member_email: string;
60
+ member_id: number;
61
+ member_name: string;
62
+ _id: string;
63
+ }>;
64
+ policy_group_owners: Array<string>;
58
65
  }
@@ -181,7 +181,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
181
181
  * Fetches Approvers and reviewers list based on selected policy categories
182
182
  * @param categoryIds contains selected categories id's
183
183
  */
184
- getApproversAndReviewersList(categoryIds: any, approverIds?: any, reviewerIds?: any): void;
184
+ getApproversAndReviewersList(categoryIds: any, approverIds?: any, reviewerIds?: any, policy?: any): void;
185
185
  /*******
186
186
  * It is to populate more options elements while editing the policy form
187
187
  */
@@ -294,4 +294,5 @@ export declare class WorkflowPolicyComponent implements OnInit {
294
294
  onVersion(event: any): void;
295
295
  onAssessmentSelect(event: any): void;
296
296
  getAssessmentDetails(assessmentDetails: any, type?: string): void;
297
+ setOwnersOnLoad(): void;
297
298
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.9.57",
3
+ "version": "2.9.58",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"