vcomply-workflow-engine 6.1.3 → 6.1.5

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.
@@ -327,6 +327,7 @@ export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
327
327
  filterOversights(): void;
328
328
  filterResponsibilities(payload: any): void;
329
329
  filterAssessment(payload: any): void;
330
+ addDueDateId(payload: any): void;
330
331
  formatDueDate(date: any): string;
331
332
  updateDate(): void;
332
333
  addToCase(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.3",
3
+ "version": "6.1.5",
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 "