@myinterview/widget-react 1.0.31-2 → 1.0.31-3

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.
@@ -27,6 +27,7 @@ interface IConfig {
27
27
  env?: IEnv;
28
28
  minimizable?: boolean;
29
29
  hideHeader?: boolean;
30
+ hideIntercom?: boolean;
30
31
  }
31
32
  export declare type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
32
33
  practiceQuestions?: IClientQuestion[];
package/dist/index.d.ts CHANGED
@@ -128,6 +128,7 @@ interface IConfig {
128
128
  env?: IEnv;
129
129
  minimizable?: boolean;
130
130
  hideHeader?: boolean;
131
+ hideIntercom?: boolean;
131
132
  }
132
133
  declare type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
133
134
  practiceQuestions?: IClientQuestion[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.0.31-2",
3
+ "version": "1.0.31-3",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [