vcomply-workflow-engine 6.1.65 → 6.1.67

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.
@@ -0,0 +1,3 @@
1
+ export declare const FILE_URL: {
2
+ format: string;
3
+ };
@@ -38,7 +38,7 @@ interface Evidence {
38
38
  interface Program {
39
39
  id: number[];
40
40
  tags: {
41
- [key: string]: string;
41
+ [key: string]: any;
42
42
  };
43
43
  }
44
44
  export interface Responsibility {
@@ -515,6 +515,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
515
515
  customItemTemplate: TemplateRef<any> | undefined;
516
516
  onItemsSelectedChange(items: ListItem[]): void;
517
517
  selectCategory(): void;
518
+ generateCustomTags(): void;
518
519
  get currentUserInfo(): {
519
520
  member_email: any;
520
521
  member_id: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.65",
3
+ "version": "6.1.67",
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 "