vcomply-workflow-engine 7.4.1 → 7.4.2

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.
@@ -44,6 +44,7 @@ export declare const CONSTANTS: {
44
44
  OWNERS: boolean;
45
45
  APPROVER: boolean;
46
46
  ASSIGNEES: boolean;
47
+ COLLABORATORS: boolean;
47
48
  };
48
49
  };
49
50
  export declare const PROGRAM_NAME_ERROR_MESSAGE = "A program with this name already exists";
@@ -116,6 +116,7 @@ export declare class WorkflowProgramComponent implements OnInit {
116
116
  OWNERS: boolean;
117
117
  APPROVER: boolean;
118
118
  ASSIGNEES: boolean;
119
+ COLLABORATORS: boolean;
119
120
  };
120
121
  };
121
122
  showConfirmation: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "7.4.1",
3
+ "version": "7.4.2",
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 "