@myinterview/widget-react 1.1.44 → 1.1.45-development-2356482

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.
@@ -36,6 +36,7 @@ interface IConfig {
36
36
  accessibility_id?: string;
37
37
  recordWithoutVideo?: boolean;
38
38
  forcedView?: IViews;
39
+ useSafeUpload?: boolean;
39
40
  }
40
41
  export type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
41
42
  practiceQuestions?: IClientQuestion[];
@@ -122,6 +122,9 @@ export declare const enum STATES {
122
122
  RE_INIT_RECORDER__NEXT_RETAKE = "reInitRecorderNextRetake",
123
123
  RE_INIT_RECORDER__NEXT_QUESTION = "reInitRecorderNextQuestion",
124
124
  UPLOADING = "uploading",
125
+ UPLOADING__SELECTOR = "uploadingSelector",
126
+ UPLOADING__LAST_QUESTION = "uploadingLastQuestion",
127
+ UPLOADING__SAFE_UPLOAD = "uploadingSafeUpload",
125
128
  CONFIRM = "confirm",
126
129
  CONFIRM_WATING = "confirmWaiting",
127
130
  FINISHED = "finished",
@@ -220,6 +223,7 @@ export declare const enum GUARDS {
220
223
  IS_DISCONNECTED = "isDisconnected",
221
224
  CAN_START_INTERVIEW = "canStartInterview",
222
225
  ARE_ALL_QUESTIONS_UPLOADED = "areAllQuestionsUploaded",
226
+ IS_CURRENT_QUESTION_SAFE_UPLOADED = "isCurrentQuestionSafeUploaded",
223
227
  SHOULD_SHOW_WELCOME = "shouldShowWelcome",
224
228
  IS_NO_SOUND_ERROR = "isNoSoundError",
225
229
  IS_VIDEO_CORRUPTED = "isVideoCorrupted",
@@ -229,7 +233,8 @@ export declare const enum GUARDS {
229
233
  IS_RECORDER_READY = "isRecorderReady",
230
234
  IS_ASSESSMENT_QUESTION = "isAssessmentQuestion",
231
235
  IS_TIMES_UP = "isTimesUp",
232
- SHOULD_TRY_TO_CONFIRM = "shouldTryToConfirm"
236
+ SHOULD_TRY_TO_CONFIRM = "shouldTryToConfirm",
237
+ IS_SAFE_UPLOAD = "isSafeUpload"
233
238
  }
234
239
  export declare const enum TAGS {
235
240
  SETUP = "setup",
package/dist/index.d.ts CHANGED
@@ -206,6 +206,7 @@ interface IConfig {
206
206
  accessibility_id?: string;
207
207
  recordWithoutVideo?: boolean;
208
208
  forcedView?: IViews;
209
+ useSafeUpload?: boolean;
209
210
  }
210
211
  type IClientConfig = Omit<IConfig, 'practiceQuestions'> & {
211
212
  practiceQuestions?: IClientQuestion[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.44",
3
+ "version": "1.1.45-development-2356482",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",
@@ -26,7 +26,7 @@
26
26
  "fs-extra": "10.1.0",
27
27
  "i18next": "21.10.0",
28
28
  "platform": "1.3.6",
29
- "postcss": "8.4.23",
29
+ "postcss": "8.4.31",
30
30
  "postcss-flexbugs-fixes": "5.0.2",
31
31
  "postcss-normalize": "10.0.1",
32
32
  "postcss-preset-env": "7.8.3",