vcomply-workflow-engine 2.4.61 → 2.4.62

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.
@@ -146,6 +146,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
146
146
  getAssigneesList(program_id?: string): void;
147
147
  getPeopleListAgainstPID(program_id: string): void;
148
148
  getGroupsList(program_id?: string): void;
149
+ isGroupAssigned: boolean;
149
150
  getEditResponsibilityDetails(id: any): void;
150
151
  setList(list: any[], ids: any[], key: string): any;
151
152
  returnIds(list: any[], key: string): any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.4.61",
3
+ "version": "2.4.62",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"