dfh-ui-library 1.12.279 → 1.12.280

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