@myinterview/widget-react 1.1.30 → 1.1.31-development-cd7dc2a

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.
@@ -10,6 +10,7 @@ export interface IOnFinish {
10
10
  }
11
11
  export interface IOnError {
12
12
  messageType: IMessageType;
13
+ messageInfo?: string;
13
14
  }
14
15
  export type IEnv = 'dev' | 'staging' | 'production' | 'development' | 'local';
15
16
  export type IViews = 'desktop' | 'mobile';
@@ -77,6 +77,7 @@ export interface IVideo {
77
77
  source: number;
78
78
  };
79
79
  region?: 'us' | 'eu' | 'au' | 'london';
80
+ widget_version?: string;
80
81
  }
81
82
  export declare const enum VIDEO_STATUS {
82
83
  INCOMPLETED = 0,
package/dist/index.d.ts CHANGED
@@ -167,6 +167,7 @@ interface IVideo {
167
167
  source: number;
168
168
  };
169
169
  region?: 'us' | 'eu' | 'au' | 'london';
170
+ widget_version?: string;
170
171
  }
171
172
 
172
173
  type IMessageType = 'completed' | 'deadline' | 'applied' | 'inactiveJob';
@@ -176,6 +177,7 @@ interface IOnFinish {
176
177
  }
177
178
  interface IOnError {
178
179
  messageType: IMessageType;
180
+ messageInfo?: string;
179
181
  }
180
182
  type IEnv = 'dev' | 'staging' | 'production' | 'development' | 'local';
181
183
  type IViews = 'desktop' | 'mobile';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.30",
3
+ "version": "1.1.31-development-cd7dc2a",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",