@myinterview/widget-react 1.0.26 → 1.0.27

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.
@@ -8,6 +8,7 @@ export interface ICandidate {
8
8
  additionalData?: object;
9
9
  disableResume?: boolean;
10
10
  reapply?: boolean;
11
+ enableNotifications?: boolean;
11
12
  apiKey?: string;
12
13
  company_id?: string;
13
14
  }
@@ -1,3 +1,4 @@
1
1
  export interface ICompany {
2
+ name: string;
2
3
  shouldShowWaterMark: boolean;
3
4
  }
@@ -24,6 +24,7 @@ interface IConfig {
24
24
  introVideo?: string;
25
25
  introVideoTitle?: string;
26
26
  env?: IEnv;
27
+ hideHeader?: boolean;
27
28
  }
28
29
  export declare type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
29
30
  practiceQuestions?: IClientQuestion[];
package/dist/index.d.ts CHANGED
@@ -10,11 +10,13 @@ interface ICandidate {
10
10
  additionalData?: object;
11
11
  disableResume?: boolean;
12
12
  reapply?: boolean;
13
+ enableNotifications?: boolean;
13
14
  apiKey?: string;
14
15
  company_id?: string;
15
16
  }
16
17
 
17
18
  interface ICompany {
19
+ name: string;
18
20
  shouldShowWaterMark: boolean;
19
21
  }
20
22
 
@@ -121,6 +123,7 @@ interface IConfig {
121
123
  introVideo?: string;
122
124
  introVideoTitle?: string;
123
125
  env?: IEnv;
126
+ hideHeader?: boolean;
124
127
  }
125
128
  declare type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
126
129
  practiceQuestions?: IClientQuestion[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [
@@ -9,7 +9,7 @@
9
9
  "types": "dist/index.d.ts",
10
10
  "dependencies": {
11
11
  "@cloudflare/stream-react": "^1.8.0",
12
- "@myinterview/component-library": "^1.0.14",
12
+ "@myinterview/component-library": "^1.0.22",
13
13
  "@sentry/react": "^7.7.0",
14
14
  "@sentry/tracing": "^7.7.0",
15
15
  "@xstate/react": "^3.0.1",