dfh-ui-library 1.12.385 → 1.12.386

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.
@@ -672,7 +672,7 @@ export interface TimelineProps {
672
672
  viewNoteHistory?: (isShow: boolean, noteId: string, eventData?: any) => void;
673
673
  navigationAction?: (solution?: ISolutionvalues, type?: string) => void;
674
674
  type?: string[];
675
- toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
675
+ toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => Promise<void>;
676
676
  }
677
677
  export interface SideBarListProps {
678
678
  filterLeftLabel?: string;
@@ -730,7 +730,7 @@ export interface TimelineEventProps {
730
730
  actionedUser?: string;
731
731
  surveyDate?: string;
732
732
  navigateAction?: (timeLineNavReq?: ISolutionvalues, type?: string) => void;
733
- toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
733
+ toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => Promise<void>;
734
734
  }
735
735
  export interface IVariant {
736
736
  pdfMetaData?: PDFMeta;