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;
package/dist/index.d.ts CHANGED
@@ -561,7 +561,7 @@ interface UrgentDataProps {
561
561
  imageSignedUrl?: string | undefined;
562
562
  challenges: challengesListProps[];
563
563
  notes: NoteChildrenProps[];
564
- id?: string;
564
+ _id?: string;
565
565
  }
566
566
  interface NoteChildrenProps {
567
567
  _id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.76",
3
+ "version": "1.12.78",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",