vcomply-workflow-engine 2.4.62 → 2.4.66

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,7 +146,6 @@ 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;
150
149
  getEditResponsibilityDetails(id: any): void;
151
150
  setList(list: any[], ids: any[], key: string): any;
152
151
  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.62",
3
+ "version": "2.4.66",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"
@@ -22,4 +22,4 @@
22
22
  "typings": "vcomply-workflow-engine.d.ts",
23
23
  "metadata": "vcomply-workflow-engine.metadata.json",
24
24
  "sideEffects": false
25
- }
25
+ }