vcomply-workflow-engine 6.1.11 → 6.1.12

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.
@@ -89,6 +89,7 @@ export declare class LinkResponsibilityListComponent implements OnInit {
89
89
  save(event: any): void;
90
90
  filterUniqueResponsibilityValues(): void;
91
91
  insertUniqueResponsibility(result: Responsibility, item: any): void;
92
+ getBridgeIds(result: any): void;
92
93
  onClickTabChange(tab: any): void;
93
94
  search(): void;
94
95
  setResponsibilitiesCount(): void;
@@ -100,6 +101,8 @@ export declare class LinkResponsibilityListComponent implements OnInit {
100
101
  assigneeId: any;
101
102
  responsibilityCenter: any;
102
103
  reportName: any;
104
+ assigneeBridgeId: never[];
105
+ responsibilityCenterBridgeId: never[];
103
106
  };
104
107
  viewResponsibility(id: any): void;
105
108
  createSeparateResponsibilities(responsibility: any): any[];
@@ -4,5 +4,7 @@ export interface Responsibility {
4
4
  assigneeIds: number[];
5
5
  responsibilityCenters: (number | null)[];
6
6
  reportName: string;
7
+ assigneeBridgeId: string[];
8
+ responsibilityCenterBridgeId: string[];
7
9
  };
8
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.11",
3
+ "version": "6.1.12",
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 "