vcomply-workflow-engine 6.4.4 → 6.4.6

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.
@@ -238,7 +238,6 @@ export declare class WorkflowProgramComponent implements OnInit {
238
238
  fetchGroupsAssociatedWithRoles(): void;
239
239
  setDefaultOwners(userList: any, calledFrom?: any): void;
240
240
  getPreSelectedOwners(previousSelectedUsers: any, currentUsers: any): any;
241
- fetchOrganizationUsers(data?: any): void;
242
241
  fetchOrganizationGroup(data?: any): void;
243
242
  fileUploadTracker: {
244
243
  description: never[];
@@ -19,7 +19,6 @@ export declare class ProgramsService {
19
19
  fetchRoleUsers(roles: any, page?: any, searchKey?: any): import("rxjs").Observable<any[]>;
20
20
  fetchAllRoleUsers(roles: any): import("rxjs").Observable<any[]>;
21
21
  fetchAllRoleGroups(roles: any): import("rxjs").Observable<any[]>;
22
- fetchAllOrgUser(): import("rxjs").Observable<any[]>;
23
22
  fetchComplianceGroups(): import("rxjs").Observable<any[]>;
24
23
  getBusinessCycle(): {
25
24
  selected_cycle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.4.4",
3
+ "version": "6.4.6",
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 "