@careevolution/mydatahelps-ui 2.24.3-MdhAssistantComponent.37 → 2.24.3-MdhAssistantComponent.39

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.
@@ -5,6 +5,7 @@ export interface MyDataHelpsAssistantProps {
5
5
  innerRef?: React.Ref<HTMLDivElement>;
6
6
  previewState?: "default";
7
7
  debug: boolean;
8
+ additionalInstructions?: string;
8
9
  }
9
10
  export interface MyDataHelpsAssistantMessage {
10
11
  type: string;
package/dist/index.d.ts CHANGED
@@ -1549,6 +1549,7 @@ interface MyDataHelpsAssistantProps {
1549
1549
  innerRef?: React$1.Ref<HTMLDivElement>;
1550
1550
  previewState?: "default";
1551
1551
  debug: boolean;
1552
+ additionalInstructions?: string;
1552
1553
  }
1553
1554
  declare function export_default$V(props: MyDataHelpsAssistantProps): React$1.JSX.Element;
1554
1555
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.24.3-MdhAssistantComponent.37",
3
+ "version": "2.24.3-MdhAssistantComponent.39",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",