vcomply-workflow-engine 2.4.60 → 2.4.61

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.
@@ -141,6 +141,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
141
141
  getOrganizationDetails(): void;
142
142
  getCategoryList(): void;
143
143
  filterListsAccordingToProgram(program_id?: string): void;
144
+ getListsAccordingToProgram(program_id: string): void;
144
145
  getAssignorsList(program_id?: string): void;
145
146
  getAssigneesList(program_id?: string): void;
146
147
  getPeopleListAgainstPID(program_id: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.4.60",
3
+ "version": "2.4.61",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"