dfh-ui-library 1.11.35 → 1.11.36

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