dfh-ui-library 1.12.76 → 1.12.78

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.
@@ -687,7 +687,7 @@ export interface UrgentDataProps {
687
687
  imageSignedUrl?: string | undefined;
688
688
  challenges: challengesListProps[];
689
689
  notes: NoteChildrenProps[];
690
- id?: string;
690
+ _id?: string;
691
691
  }
692
692
  export interface NoteChildrenProps {
693
693
  _id?: string;