vcomply-workflow-engine 2.6.82 → 2.6.83

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.
@@ -142,7 +142,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
142
142
  responsibilityData: any;
143
143
  originalAssignee: any;
144
144
  unsubscribe: Subject<unknown>;
145
- systemResponsibilityList: any[];
145
+ systemResponsibilityList: any;
146
146
  whatInput: ElementRef;
147
147
  unSubscribeProgram: Subject<void>;
148
148
  constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService, programService: ProgramsService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.82",
3
+ "version": "2.6.83",
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"