vcomply-workflow-engine 6.0.21 → 6.0.23

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.
@@ -113,7 +113,7 @@ export declare class WorkflowRiskComponent implements OnInit {
113
113
  setPopupButtons(): void;
114
114
  getRiskDetails(riskId: any): void;
115
115
  populateOptionalFields(): void;
116
- setCategoryType(type: any): "strategic" | "compliance" | "operational" | "others";
116
+ setCategoryType(type: any): "strategic" | "operational" | "compliance" | "others";
117
117
  getRCList(): void;
118
118
  getCategoryList(): void;
119
119
  getOwnersList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.0.21",
3
+ "version": "6.0.23",
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 "