@myinterview/widget-react 1.0.14-beta → 1.0.15
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.
- package/dist/esm/index.js +1078 -1328
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/{App.d.ts → types/App.d.ts} +0 -0
- package/dist/esm/{components → types/components}/CountDown.d.ts +0 -0
- package/dist/esm/{components → types/components}/Counter.d.ts +0 -0
- package/dist/esm/{components → types/components}/DeviceSelector.d.ts +0 -0
- package/dist/esm/{components → types/components}/DeviceSelectorList.d.ts +0 -0
- package/dist/esm/{components → types/components}/DeviceSelectorListNative.d.ts +0 -0
- package/dist/esm/{components → types/components}/Error.d.ts +0 -0
- package/dist/esm/{components → types/components}/ErrorBoundaries.d.ts +0 -0
- package/dist/esm/{components → types/components}/Errors.d.ts +0 -0
- package/dist/esm/{components → types/components}/Explanation.d.ts +0 -0
- package/dist/esm/{components → types/components}/Footer.d.ts +0 -0
- package/dist/esm/{components → types/components}/Header.d.ts +0 -0
- package/dist/esm/{components → types/components}/InnerView.d.ts +0 -0
- package/dist/esm/{components → types/components}/Main.d.ts +0 -0
- package/dist/esm/{components → types/components}/OuterView.d.ts +0 -0
- package/dist/esm/{components → types/components}/PermissionSteps.d.ts +0 -0
- package/dist/esm/{components → types/components}/PracticeModeInfo.d.ts +0 -0
- package/dist/esm/{components → types/components}/PreviewItem.d.ts +0 -0
- package/dist/esm/{components → types/components}/PreviewList.d.ts +0 -0
- package/dist/esm/{components → types/components}/Question.d.ts +0 -0
- package/dist/esm/{components → types/components}/QuestionItem.d.ts +0 -0
- package/dist/esm/{components → types/components}/QuestionsList.d.ts +0 -0
- package/dist/esm/{components → types/components}/RecorderModal.d.ts +0 -0
- package/dist/esm/{components → types/components}/Setup.d.ts +0 -0
- package/dist/esm/{components → types/components}/SetupChecks.d.ts +0 -0
- package/dist/esm/{components → types/components}/SliderModal.d.ts +0 -0
- package/dist/esm/{components → types/components}/Upload.d.ts +0 -0
- package/dist/esm/{components → types/components}/VideoCamera.d.ts +0 -0
- package/dist/esm/{components → types/components}/VideoQuestion.d.ts +0 -0
- package/dist/esm/{components → types/components}/VideoTimeBar.d.ts +0 -0
- package/dist/esm/{components → types/components}/WelcomePage.d.ts +0 -0
- package/dist/esm/{components → types/components}/Widget.d.ts +0 -0
- package/dist/esm/{components → types/components}/icons/ClockIcon.d.ts +0 -0
- package/dist/esm/{components → types/components}/icons/Loading.d.ts +0 -0
- package/dist/esm/{components → types/components}/icons/NoCameraMic.d.ts +0 -0
- package/dist/esm/{components → types/components}/icons/PlayIcon.d.ts +0 -0
- package/dist/esm/{components → types/components}/icons/Retake.d.ts +0 -0
- package/dist/esm/{components → types/components}/icons/RotateScreenIcon.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/Loader.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/MicrophoneIndicator.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/PracticeMode.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/Progress.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/QuestionDuration.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/QuestionNumber.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/RecordingButton.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/RotateScreen.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/Signal.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/StartNowButton.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/StartRecordingButton.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/StopRecordingButton.d.ts +0 -0
- package/dist/esm/{components → types/components}/ui/UnsupportedModal.d.ts +0 -0
- package/dist/esm/{config → types/config}/index.d.ts +0 -0
- package/dist/esm/{config → types/config}/local.env.d.ts +0 -0
- package/dist/esm/{config → types/config}/prod.env.d.ts +0 -0
- package/dist/esm/{config → types/config}/staging.env.d.ts +0 -0
- package/dist/esm/{i18n → types/i18n}/config.d.ts +0 -0
- package/dist/esm/{index.d.ts → types/index.d.ts} +0 -0
- package/dist/esm/{interfaces → types/interfaces}/candidateInterface.d.ts +4 -1
- package/dist/esm/{interfaces → types/interfaces}/candidateSessionInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/companyInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/configInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/jobInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/microphoneInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/networkInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/previewInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/recorderInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/storageInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/uploaderInterface.d.ts +0 -0
- package/dist/esm/{interfaces → types/interfaces}/videoInterface.d.ts +1 -1
- package/dist/esm/{interfaces → types/interfaces}/widgetInterface.d.ts +0 -0
- package/dist/esm/{machines → types/machines}/acceleratorMachines/accUploaderMachine.d.ts +0 -0
- package/dist/esm/{machines → types/machines}/acceleratorMachines/accWidgetMachine.d.ts +0 -0
- package/dist/esm/{machines → types/machines}/acceleratorMachines/microphoneMachine.d.ts +0 -0
- package/dist/esm/{machines → types/machines}/acceleratorMachines/networkMachine.d.ts +0 -0
- package/dist/esm/{machines → types/machines}/acceleratorMachines/previewMachine.d.ts +0 -0
- package/dist/esm/{machines → types/machines}/acceleratorMachines/recorderMachineV2.d.ts +0 -0
- package/dist/esm/{machines → types/machines}/acceleratorMachines/storageMachine.d.ts +0 -0
- package/dist/esm/{reportWebVitals.d.ts → types/reportWebVitals.d.ts} +0 -0
- package/dist/esm/{services → types/services}/axiosInstances.service.d.ts +0 -0
- package/dist/esm/{services → types/services}/s3.service.d.ts +0 -0
- package/dist/esm/{services → types/services}/session.service.d.ts +0 -0
- package/dist/esm/{services → types/services}/speedTest.service.d.ts +0 -0
- package/dist/esm/{services → types/services}/video.service.d.ts +0 -0
- package/dist/esm/{setupTests.d.ts → types/setupTests.d.ts} +0 -0
- package/dist/esm/{utils → types/utils}/authToken.utils.d.ts +0 -0
- package/dist/esm/{utils → types/utils}/constants.utils.d.ts +1 -0
- package/dist/esm/{utils → types/utils}/debug.utils.d.ts +0 -0
- package/dist/esm/{utils → types/utils}/device.utils.d.ts +0 -0
- package/dist/esm/{utils → types/utils}/errors.utils.d.ts +0 -0
- package/dist/esm/{utils → types/utils}/formatters.utils.d.ts +0 -0
- package/dist/esm/{utils → types/utils}/messages.utils.d.ts +0 -0
- package/dist/esm/{utils → types/utils}/practiceQuestions.utils.d.ts +0 -0
- package/dist/esm/{utils → types/utils}/recorderErrors.utils.d.ts +0 -0
- package/dist/esm/{utils → types/utils}/sentry.utils.d.ts +0 -0
- package/dist/esm/{utils → types/utils}/statusCodes.utils.d.ts +0 -0
- package/dist/index.d.ts +5 -2
- package/package.json +1 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
export interface ICandidate {
|
|
2
2
|
candidate_id?: string;
|
|
3
3
|
email: string;
|
|
4
|
-
username
|
|
4
|
+
username?: string;
|
|
5
5
|
phone?: string;
|
|
6
6
|
video_id?: string;
|
|
7
7
|
redirectUrl?: string;
|
|
8
|
+
additionalData?: object;
|
|
9
|
+
disableResume?: boolean;
|
|
10
|
+
reapply?: boolean;
|
|
8
11
|
apiKey?: string;
|
|
9
12
|
company_id?: string;
|
|
10
13
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -10,3 +10,4 @@ export declare const SPEED_TEST_TIMEOUT = 5000;
|
|
|
10
10
|
export declare const VIDEO_INACTIVE_TIMEOUT = 2000;
|
|
11
11
|
export declare const MICROPHONE_NO_SOUND_ERROR_CODE = 777;
|
|
12
12
|
export declare const MAX_FAILED_RECORDING_ATTEMPTS = 2;
|
|
13
|
+
export declare const MICROPHONE_RETAKE_COUNT = 100;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/index.d.ts
CHANGED
|
@@ -3,10 +3,13 @@ import React, { CSSProperties } from 'react';
|
|
|
3
3
|
interface ICandidate {
|
|
4
4
|
candidate_id?: string;
|
|
5
5
|
email: string;
|
|
6
|
-
username
|
|
6
|
+
username?: string;
|
|
7
7
|
phone?: string;
|
|
8
8
|
video_id?: string;
|
|
9
9
|
redirectUrl?: string;
|
|
10
|
+
additionalData?: object;
|
|
11
|
+
disableResume?: boolean;
|
|
12
|
+
reapply?: boolean;
|
|
10
13
|
apiKey?: string;
|
|
11
14
|
company_id?: string;
|
|
12
15
|
}
|
|
@@ -74,7 +77,7 @@ interface IVideoFile {
|
|
|
74
77
|
selectedTake?: number;
|
|
75
78
|
}
|
|
76
79
|
interface IVideo {
|
|
77
|
-
video_id
|
|
80
|
+
video_id?: string;
|
|
78
81
|
bandwidth?: string;
|
|
79
82
|
clicked?: boolean;
|
|
80
83
|
started?: boolean;
|