vcomply-workflow-engine 6.1.63 → 6.1.65

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.
@@ -132,7 +132,7 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
132
132
  * `data` property is an array of user objects.
133
133
  */
134
134
  private mapUserList;
135
- getAllResponsibilitiesList(): void;
135
+ getAllResponsibilitiesList(linkedResponsibilities?: any): void;
136
136
  /**
137
137
  * The function `defaultSelectedUser()` sets the default selected user based on the current user's role
138
138
  * and assigns it to the `OWNER` list object.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.63",
3
+ "version": "6.1.65",
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 "