@myinterview/widget-react 1.1.31-development-4480cd9 → 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.
@@ -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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.31-development-4480cd9",
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",