vcomply-workflow-engine 3.8.1 → 3.8.3

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.
@@ -95,6 +95,7 @@ export declare class WorkflowRiskComponent implements OnInit {
95
95
  grcDataWithTypes: any;
96
96
  grcSearchString: string;
97
97
  grcTabLoader: boolean;
98
+ settingLoader: boolean;
98
99
  constructor(riskService: AddRiskService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, frequencyService: FrequencyService, grcService: GrcService, organizationCommonService: OrganizationCommonService, config?: Configurations);
99
100
  description: EditorConfig;
100
101
  mitigationDescriptionPlan: EditorConfig;
@@ -9,11 +9,14 @@ export declare class AddRiskService {
9
9
  private riskCommonService;
10
10
  env: any;
11
11
  private orgUserRisk;
12
+ private rcList;
13
+ private groupList;
14
+ private adminList;
12
15
  constructor(http: HttpClient, authService: AuthService, riskCommonService: RiskCommonService, config?: Configurations);
13
- getAdminKeyAdminList(): import("rxjs").Observable<any[]>;
16
+ getAdminKeyAdminList(): import("rxjs").Observable<any>;
14
17
  getCategoryList(): import("rxjs").Observable<any>;
15
18
  getOrganizationUsers(): import("rxjs").Observable<any>;
16
- getResponsibilityCenterList(rcArray: any[], riskId: String): import("rxjs").Observable<any[]>;
19
+ getResponsibilityCenterList(rcArray: any[], riskId: String): import("rxjs").Observable<any>;
17
20
  getRiskSettingDetails(): import("rxjs").Observable<any>;
18
21
  downLoadFile(data: any, type: string, filename: string): string;
19
22
  base64ToArrayBuffer(base64: any): ArrayBufferLike;
@@ -23,7 +26,7 @@ export declare class AddRiskService {
23
26
  addBulkRisk(payload: any[]): import("rxjs").Observable<any>;
24
27
  getRiskDetail(riskId: string): import("rxjs").Observable<any>;
25
28
  updateRisk(riskId: string, payload: any): import("rxjs").Observable<any>;
26
- getGroupsList(): import("rxjs").Observable<any[]>;
29
+ getGroupsList(): import("rxjs").Observable<any>;
27
30
  static ɵfac: i0.ɵɵFactoryDeclaration<AddRiskService, [null, null, null, { optional: true; }]>;
28
31
  static ɵprov: i0.ɵɵInjectableDeclaration<AddRiskService>;
29
32
  }
@@ -15,11 +15,13 @@ export declare class ResponsibilityService {
15
15
  AssuranceListForAudit: BehaviorSubject<any>;
16
16
  GroupList: BehaviorSubject<any>;
17
17
  AssuranceCategoryList: BehaviorSubject<any>;
18
+ private overseerList;
19
+ private policyGroups;
18
20
  constructor(http: HttpClient, authService: AuthService, config?: Configurations);
19
21
  getResponsibilityCenterList(params?: HttpParams): Observable<any>;
20
22
  getOrganizationGroups(params?: HttpParams): Observable<any>;
21
- getOrganizationPolicyGroups(params?: HttpParams): Observable<any[]>;
22
- getOrganizationOverseersGroups(params?: HttpParams): Observable<any[]>;
23
+ getOrganizationPolicyGroups(params?: HttpParams): Observable<any>;
24
+ getOrganizationOverseersGroups(params?: HttpParams): Observable<any>;
23
25
  getOrganizationUsers(): Observable<any[]>;
24
26
  getOrganizationPeople(params?: HttpParams): Observable<any>;
25
27
  getAssignorsList(params?: HttpParams): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.8.1",
3
+ "version": "3.8.3",
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 "