@myinterview/widget-react 1.1.30 → 1.1.31-development-4480cd9

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';
package/dist/index.d.ts CHANGED
@@ -176,6 +176,7 @@ interface IOnFinish {
176
176
  }
177
177
  interface IOnError {
178
178
  messageType: IMessageType;
179
+ messageInfo?: string;
179
180
  }
180
181
  type IEnv = 'dev' | 'staging' | 'production' | 'development' | 'local';
181
182
  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-4480cd9",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",