@myinterview/widget-react 1.1.2 → 1.1.3

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.
@@ -112,6 +112,7 @@ export declare const enum STATES {
112
112
  INTERVIEW__ASSESSMENT = "interviewAssessment",
113
113
  INTERVIEW__RECORDING = "interviewRecording",
114
114
  PREVIEW = "preview",
115
+ TIMES_UP = "timesUp",
115
116
  NEXT_QUESTION_MIDDLEWARE = "nextQuestionMiddleware",
116
117
  RE_INIT_RECORDER = "reInitRecorder",
117
118
  RE_INIT_RECORDER__NEXT_RETAKE = "reInitRecorderNextRetake",
@@ -217,7 +218,8 @@ export declare const enum GUARDS {
217
218
  IS_VIDEO_ERROR = "isVideoError",
218
219
  THERE_ARE_NO_VIDEO_QUESTIONS_TYPE = "thereAreNoVideoQuestionType",
219
220
  IS_RECORDER_READY = "isRecorderReady",
220
- IS_ASSESSMENT_QUESTION = "isAssessmentQuestion"
221
+ IS_ASSESSMENT_QUESTION = "isAssessmentQuestion",
222
+ IS_TIMES_UP = "isTimesUp"
221
223
  }
222
224
  export declare const enum TAGS {
223
225
  SETUP = "setup",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",