vcomply-workflow-engine 6.0.61 → 6.0.63

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.
@@ -2,7 +2,7 @@ interface Frequency {
2
2
  type: string;
3
3
  }
4
4
  interface Assignee {
5
- type: 'all' | 'any_one';
5
+ type: 'all' | 'any';
6
6
  userId: number[];
7
7
  userGroupId: number[];
8
8
  }
@@ -264,6 +264,7 @@ export declare class WorkflowProgramComponent implements OnInit {
264
264
  populateProgramDetails(res: any): void;
265
265
  populateMembers(res: any): void;
266
266
  populateGroups(res: any): void;
267
+ populateGroupsByGID(programDetails: any, type: string): void;
267
268
  resetAdditionalOption(): void;
268
269
  checkProgramOptionField(): any;
269
270
  enablefeature(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.0.61",
3
+ "version": "6.0.63",
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 "