dfh-ui-library 1.12.349 → 1.12.351

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.
@@ -748,6 +748,7 @@ export interface NoteProps {
748
748
  date?: string;
749
749
  actionedUser?: string;
750
750
  noteType?: string;
751
+ shouldUpdateLastContactDate?: boolean;
751
752
  }
752
753
  export interface NoteHistoryProps {
753
754
  editedBy?: string;
package/dist/index.d.ts CHANGED
@@ -638,6 +638,7 @@ interface NoteProps {
638
638
  date?: string;
639
639
  actionedUser?: string;
640
640
  noteType?: string;
641
+ shouldUpdateLastContactDate?: boolean;
641
642
  }
642
643
  interface NoteHistoryProps {
643
644
  editedBy?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.349",
3
+ "version": "1.12.351",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",