dfh-ui-library 1.11.33 → 1.11.34

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.
@@ -692,6 +692,7 @@ export interface NoteHistoryProps {
692
692
  editedBy: string;
693
693
  dateTime: string;
694
694
  notesHistory: NoteHistoryDetails[];
695
+ type: string;
695
696
  }
696
697
  export interface NoteHistoryDetails {
697
698
  actionedUser: string;
@@ -692,6 +692,7 @@ export interface NoteHistoryProps {
692
692
  editedBy: string;
693
693
  dateTime: string;
694
694
  notesHistory: NoteHistoryDetails[];
695
+ type: string;
695
696
  }
696
697
  export interface NoteHistoryDetails {
697
698
  actionedUser: string;
package/dist/index.d.ts CHANGED
@@ -569,6 +569,7 @@ interface NoteHistoryProps {
569
569
  editedBy: string;
570
570
  dateTime: string;
571
571
  notesHistory: NoteHistoryDetails[];
572
+ type: string;
572
573
  }
573
574
  interface NoteHistoryDetails {
574
575
  actionedUser: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.11.33",
3
+ "version": "1.11.34",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",