vcomply-workflow-engine 3.1.18 → 3.1.19

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.
@@ -137,6 +137,7 @@ export declare class GrcObjectContainerComponent implements OnInit {
137
137
  resetGRCDataWithTypes(): void;
138
138
  get grcValidationCheck(): boolean;
139
139
  getRiskCategoryPayload(selectedData: any): any;
140
+ updateGRCObject(): void;
140
141
  updateOtherGRCObjectsPayload(): void;
141
142
  deleteSelectedRisk(categoryId: number, risk: any): void;
142
143
  findCheckedCategoryIndex(categoryId: number): number;
@@ -115,6 +115,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
115
115
  showConfirmationPopup(config: ConfirmationAlert): void;
116
116
  bulkUploadBrowse(event: any): void;
117
117
  onResetForm(): void;
118
+ onResetGRCForm(): void;
118
119
  shiftToEditMode(): void;
119
120
  scrollForm(): void;
120
121
  /**
@@ -46,6 +46,7 @@ export declare class ResponsibilityService {
46
46
  getObjectType(): Observable<any[]>;
47
47
  getGRCObjectDetails(id: string): Observable<any[]>;
48
48
  addGRCObject(payload: any): Observable<any[]>;
49
+ updateGRCObject(payload: any, _id: string): Observable<any[]>;
49
50
  static ɵfac: i0.ɵɵFactoryDeclaration<ResponsibilityService, [null, null, { optional: true; }]>;
50
51
  static ɵprov: i0.ɵɵInjectableDeclaration<ResponsibilityService>;
51
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.1.18",
3
+ "version": "3.1.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"