@myinterview/widget-react 1.1.47 → 1.1.48-development-5550e9c

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.
@@ -38,6 +38,7 @@ interface IConfig {
38
38
  forcedView?: IViews;
39
39
  useSafeUpload?: boolean;
40
40
  useLightDom?: boolean;
41
+ antiCheat?: boolean;
41
42
  }
42
43
  export type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
43
44
  practiceQuestions?: IClientQuestion[];
package/dist/index.d.ts CHANGED
@@ -208,6 +208,7 @@ interface IConfig {
208
208
  forcedView?: IViews;
209
209
  useSafeUpload?: boolean;
210
210
  useLightDom?: boolean;
211
+ antiCheat?: boolean;
211
212
  }
212
213
  type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
213
214
  practiceQuestions?: IClientQuestion[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.47",
3
+ "version": "1.1.48-development-5550e9c",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",