@myinterview/widget-react 1.1.69-development-9e642ae → 1.1.70
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/README.md +54 -54
- package/dist/cjs/App.d.ts +3 -3
- package/dist/cjs/components/AnswerInstructions.d.ts +7 -7
- package/dist/cjs/components/AssessmentController.d.ts +13 -13
- package/dist/cjs/components/AssessmentFreeText.d.ts +8 -8
- package/dist/cjs/components/AssessmentMultiSelect.d.ts +9 -9
- package/dist/cjs/components/AssessmentSingleSelect.d.ts +9 -9
- package/dist/cjs/components/CharactersLimit.d.ts +7 -7
- package/dist/cjs/components/CountDown.d.ts +8 -8
- package/dist/cjs/components/Counter.d.ts +8 -8
- package/dist/cjs/components/DeviceSelector.d.ts +12 -12
- package/dist/cjs/components/DeviceSelectorList.d.ts +9 -9
- package/dist/cjs/components/DeviceSelectorListNative.d.ts +6 -6
- package/dist/cjs/components/Error.d.ts +8 -8
- package/dist/cjs/components/ErrorBoundaries.d.ts +9 -9
- package/dist/cjs/components/Errors.d.ts +11 -11
- package/dist/cjs/components/Explanation.d.ts +12 -12
- package/dist/cjs/components/Footer.d.ts +2 -2
- package/dist/cjs/components/Header.d.ts +10 -10
- package/dist/cjs/components/InnerView.d.ts +15 -15
- package/dist/cjs/components/Main.d.ts +11 -11
- package/dist/cjs/components/OuterView.d.ts +8 -8
- package/dist/cjs/components/PermissionSteps.d.ts +6 -6
- package/dist/cjs/components/PracticeModeInfo.d.ts +2 -2
- package/dist/cjs/components/PreviewItem.d.ts +21 -21
- package/dist/cjs/components/PreviewList.d.ts +18 -18
- package/dist/cjs/components/Question.d.ts +8 -8
- package/dist/cjs/components/QuestionItem.d.ts +12 -12
- package/dist/cjs/components/QuestionParameters.d.ts +9 -9
- package/dist/cjs/components/QuestionsList.d.ts +11 -11
- package/dist/cjs/components/RecorderModal.d.ts +14 -14
- package/dist/cjs/components/Setup.d.ts +8 -8
- package/dist/cjs/components/SetupChecks.d.ts +15 -15
- package/dist/cjs/components/SliderModal.d.ts +8 -8
- package/dist/cjs/components/TimesUp.d.ts +6 -6
- package/dist/cjs/components/TopTips.d.ts +2 -2
- package/dist/cjs/components/Upload.d.ts +13 -13
- package/dist/cjs/components/VideoCamera.d.ts +32 -32
- package/dist/cjs/components/VideoQuestion.d.ts +12 -12
- package/dist/cjs/components/VideoTimeBar.d.ts +9 -9
- package/dist/cjs/components/WelcomePage.d.ts +16 -16
- package/dist/cjs/components/Widget.d.ts +6 -6
- package/dist/cjs/components/icons/ClockIcon.d.ts +2 -2
- package/dist/cjs/components/icons/Loading.d.ts +2 -2
- package/dist/cjs/components/icons/NoCameraMic.d.ts +2 -2
- package/dist/cjs/components/icons/PlayIcon.d.ts +6 -6
- package/dist/cjs/components/icons/Retake.d.ts +2 -2
- package/dist/cjs/components/icons/RotateScreenIcon.d.ts +2 -2
- package/dist/cjs/components/ui/DotSeparator.d.ts +2 -2
- package/dist/cjs/components/ui/Loader.d.ts +2 -2
- package/dist/cjs/components/ui/MicrophoneIndicator.d.ts +7 -7
- package/dist/cjs/components/ui/MinimizeButton.d.ts +6 -6
- package/dist/cjs/components/ui/PracticeMode.d.ts +2 -2
- package/dist/cjs/components/ui/Progress.d.ts +6 -6
- package/dist/cjs/components/ui/QuestionDuration.d.ts +6 -6
- package/dist/cjs/components/ui/QuestionNumber.d.ts +7 -7
- package/dist/cjs/components/ui/RecordingButton.d.ts +6 -6
- package/dist/cjs/components/ui/RotateScreen.d.ts +2 -2
- package/dist/cjs/components/ui/Signal.d.ts +9 -9
- package/dist/cjs/components/ui/StartNowButton.d.ts +6 -6
- package/dist/cjs/components/ui/StartRecordingButton.d.ts +12 -12
- package/dist/cjs/components/ui/StopRecordingButton.d.ts +8 -8
- package/dist/cjs/components/ui/UnsupportedModal.d.ts +6 -6
- package/dist/cjs/config/index.d.ts +6 -6
- package/dist/cjs/config/local.env.d.ts +5 -5
- package/dist/cjs/config/prod.env.d.ts +5 -5
- package/dist/cjs/config/staging.env.d.ts +5 -5
- package/dist/cjs/hooks/useAccessibility.d.ts +5 -5
- package/dist/cjs/i18n/config.d.ts +2272 -2272
- package/dist/cjs/index.d.ts +4 -4
- package/dist/cjs/index.js +5069 -5069
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/interfaces/candidateInterface.d.ts +14 -14
- package/dist/cjs/interfaces/candidateSessionInterface.d.ts +83 -83
- package/dist/cjs/interfaces/companyInterface.d.ts +4 -4
- package/dist/cjs/interfaces/configInterface.d.ts +79 -79
- package/dist/cjs/interfaces/countDownInterface.d.ts +23 -23
- package/dist/cjs/interfaces/jobInterface.d.ts +73 -73
- package/dist/cjs/interfaces/microphoneInterface.d.ts +44 -44
- package/dist/cjs/interfaces/networkInterface.d.ts +9 -9
- package/dist/cjs/interfaces/previewInterface.d.ts +14 -14
- package/dist/cjs/interfaces/recorderInterface.d.ts +210 -210
- package/dist/cjs/interfaces/storageInterface.d.ts +30 -30
- package/dist/cjs/interfaces/uploaderInterface.d.ts +41 -41
- package/dist/cjs/interfaces/videoInterface.d.ts +89 -89
- package/dist/cjs/interfaces/widgetInterface.d.ts +250 -250
- package/dist/cjs/machines/acceleratorMachines/accUploaderMachine.d.ts +6 -6
- package/dist/cjs/machines/acceleratorMachines/accWidgetMachine.d.ts +6 -6
- package/dist/cjs/machines/acceleratorMachines/counterMachine.d.ts +5 -5
- package/dist/cjs/machines/acceleratorMachines/microphoneMachine.d.ts +6 -6
- package/dist/cjs/machines/acceleratorMachines/networkMachine.d.ts +5 -5
- package/dist/cjs/machines/acceleratorMachines/previewMachine.d.ts +6 -6
- package/dist/cjs/machines/acceleratorMachines/recorderMachineV2.d.ts +6 -6
- package/dist/cjs/machines/acceleratorMachines/storageMachine.d.ts +6 -6
- package/dist/cjs/reportWebVitals.d.ts +3 -3
- package/dist/cjs/services/axiosInstances.service.d.ts +4 -4
- package/dist/cjs/services/event.service.d.ts +61 -61
- package/dist/cjs/services/s3.service.d.ts +1 -1
- package/dist/cjs/services/session.service.d.ts +57 -57
- package/dist/cjs/services/speedTest.service.d.ts +2 -2
- package/dist/cjs/services/video.service.d.ts +7 -7
- package/dist/cjs/setupTests.d.ts +1 -1
- package/dist/cjs/utils/authToken.utils.d.ts +7 -7
- package/dist/cjs/utils/constants.utils.d.ts +27 -27
- package/dist/cjs/utils/convertor.utils.d.ts +2 -2
- package/dist/cjs/utils/debug.utils.d.ts +20 -20
- package/dist/cjs/utils/device.utils.d.ts +18 -18
- package/dist/cjs/utils/errors.utils.d.ts +9 -9
- package/dist/cjs/utils/formatters.utils.d.ts +5 -5
- package/dist/cjs/utils/languages.utils.d.ts +1 -1
- package/dist/cjs/utils/messages.utils.d.ts +17 -17
- package/dist/cjs/utils/recorderErrors.utils.d.ts +53 -53
- package/dist/cjs/utils/sentry.utils.d.ts +6 -6
- package/dist/cjs/utils/statusCodes.utils.d.ts +13 -13
- package/dist/cjs/workers/microphone.worker.d.ts +2 -2
- package/dist/cjs/workers/worker-builder.d.ts +3 -3
- package/dist/esm/App.d.ts +3 -3
- package/dist/esm/components/AnswerInstructions.d.ts +7 -7
- package/dist/esm/components/AssessmentController.d.ts +13 -13
- package/dist/esm/components/AssessmentFreeText.d.ts +8 -8
- package/dist/esm/components/AssessmentMultiSelect.d.ts +9 -9
- package/dist/esm/components/AssessmentSingleSelect.d.ts +9 -9
- package/dist/esm/components/CharactersLimit.d.ts +7 -7
- package/dist/esm/components/CountDown.d.ts +8 -8
- package/dist/esm/components/Counter.d.ts +8 -8
- package/dist/esm/components/DeviceSelector.d.ts +12 -12
- package/dist/esm/components/DeviceSelectorList.d.ts +9 -9
- package/dist/esm/components/DeviceSelectorListNative.d.ts +6 -6
- package/dist/esm/components/Error.d.ts +8 -8
- package/dist/esm/components/ErrorBoundaries.d.ts +9 -9
- package/dist/esm/components/Errors.d.ts +11 -11
- package/dist/esm/components/Explanation.d.ts +12 -12
- package/dist/esm/components/Footer.d.ts +2 -2
- package/dist/esm/components/Header.d.ts +10 -10
- package/dist/esm/components/InnerView.d.ts +15 -15
- package/dist/esm/components/Main.d.ts +11 -11
- package/dist/esm/components/OuterView.d.ts +8 -8
- package/dist/esm/components/PermissionSteps.d.ts +6 -6
- package/dist/esm/components/PracticeModeInfo.d.ts +2 -2
- package/dist/esm/components/PreviewItem.d.ts +21 -21
- package/dist/esm/components/PreviewList.d.ts +18 -18
- package/dist/esm/components/Question.d.ts +8 -8
- package/dist/esm/components/QuestionItem.d.ts +12 -12
- package/dist/esm/components/QuestionParameters.d.ts +9 -9
- package/dist/esm/components/QuestionsList.d.ts +11 -11
- package/dist/esm/components/RecorderModal.d.ts +14 -14
- package/dist/esm/components/Setup.d.ts +8 -8
- package/dist/esm/components/SetupChecks.d.ts +15 -15
- package/dist/esm/components/SliderModal.d.ts +8 -8
- package/dist/esm/components/TimesUp.d.ts +6 -6
- package/dist/esm/components/TopTips.d.ts +2 -2
- package/dist/esm/components/Upload.d.ts +13 -13
- package/dist/esm/components/VideoCamera.d.ts +32 -32
- package/dist/esm/components/VideoQuestion.d.ts +12 -12
- package/dist/esm/components/VideoTimeBar.d.ts +9 -9
- package/dist/esm/components/WelcomePage.d.ts +16 -16
- package/dist/esm/components/Widget.d.ts +6 -6
- package/dist/esm/components/icons/ClockIcon.d.ts +2 -2
- package/dist/esm/components/icons/Loading.d.ts +2 -2
- package/dist/esm/components/icons/NoCameraMic.d.ts +2 -2
- package/dist/esm/components/icons/PlayIcon.d.ts +6 -6
- package/dist/esm/components/icons/Retake.d.ts +2 -2
- package/dist/esm/components/icons/RotateScreenIcon.d.ts +2 -2
- package/dist/esm/components/ui/DotSeparator.d.ts +2 -2
- package/dist/esm/components/ui/Loader.d.ts +2 -2
- package/dist/esm/components/ui/MicrophoneIndicator.d.ts +7 -7
- package/dist/esm/components/ui/MinimizeButton.d.ts +6 -6
- package/dist/esm/components/ui/PracticeMode.d.ts +2 -2
- package/dist/esm/components/ui/Progress.d.ts +6 -6
- package/dist/esm/components/ui/QuestionDuration.d.ts +6 -6
- package/dist/esm/components/ui/QuestionNumber.d.ts +7 -7
- package/dist/esm/components/ui/RecordingButton.d.ts +6 -6
- package/dist/esm/components/ui/RotateScreen.d.ts +2 -2
- package/dist/esm/components/ui/Signal.d.ts +9 -9
- package/dist/esm/components/ui/StartNowButton.d.ts +6 -6
- package/dist/esm/components/ui/StartRecordingButton.d.ts +12 -12
- package/dist/esm/components/ui/StopRecordingButton.d.ts +8 -8
- package/dist/esm/components/ui/UnsupportedModal.d.ts +6 -6
- package/dist/esm/config/index.d.ts +6 -6
- package/dist/esm/config/local.env.d.ts +5 -5
- package/dist/esm/config/prod.env.d.ts +5 -5
- package/dist/esm/config/staging.env.d.ts +5 -5
- package/dist/esm/hooks/useAccessibility.d.ts +5 -5
- package/dist/esm/i18n/config.d.ts +2272 -2272
- package/dist/esm/index.d.ts +4 -4
- package/dist/esm/index.js +5069 -5069
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/interfaces/candidateInterface.d.ts +14 -14
- package/dist/esm/interfaces/candidateSessionInterface.d.ts +83 -83
- package/dist/esm/interfaces/companyInterface.d.ts +4 -4
- package/dist/esm/interfaces/configInterface.d.ts +79 -79
- package/dist/esm/interfaces/countDownInterface.d.ts +23 -23
- package/dist/esm/interfaces/jobInterface.d.ts +73 -73
- package/dist/esm/interfaces/microphoneInterface.d.ts +44 -44
- package/dist/esm/interfaces/networkInterface.d.ts +9 -9
- package/dist/esm/interfaces/previewInterface.d.ts +14 -14
- package/dist/esm/interfaces/recorderInterface.d.ts +210 -210
- package/dist/esm/interfaces/storageInterface.d.ts +30 -30
- package/dist/esm/interfaces/uploaderInterface.d.ts +41 -41
- package/dist/esm/interfaces/videoInterface.d.ts +89 -89
- package/dist/esm/interfaces/widgetInterface.d.ts +250 -250
- package/dist/esm/machines/acceleratorMachines/accUploaderMachine.d.ts +6 -6
- package/dist/esm/machines/acceleratorMachines/accWidgetMachine.d.ts +6 -6
- package/dist/esm/machines/acceleratorMachines/counterMachine.d.ts +5 -5
- package/dist/esm/machines/acceleratorMachines/microphoneMachine.d.ts +6 -6
- package/dist/esm/machines/acceleratorMachines/networkMachine.d.ts +5 -5
- package/dist/esm/machines/acceleratorMachines/previewMachine.d.ts +6 -6
- package/dist/esm/machines/acceleratorMachines/recorderMachineV2.d.ts +6 -6
- package/dist/esm/machines/acceleratorMachines/storageMachine.d.ts +6 -6
- package/dist/esm/reportWebVitals.d.ts +3 -3
- package/dist/esm/services/axiosInstances.service.d.ts +4 -4
- package/dist/esm/services/event.service.d.ts +61 -61
- package/dist/esm/services/s3.service.d.ts +1 -1
- package/dist/esm/services/session.service.d.ts +57 -57
- package/dist/esm/services/speedTest.service.d.ts +2 -2
- package/dist/esm/services/video.service.d.ts +7 -7
- package/dist/esm/setupTests.d.ts +1 -1
- package/dist/esm/utils/authToken.utils.d.ts +7 -7
- package/dist/esm/utils/constants.utils.d.ts +27 -27
- package/dist/esm/utils/convertor.utils.d.ts +2 -2
- package/dist/esm/utils/debug.utils.d.ts +20 -20
- package/dist/esm/utils/device.utils.d.ts +18 -18
- package/dist/esm/utils/errors.utils.d.ts +9 -9
- package/dist/esm/utils/formatters.utils.d.ts +5 -5
- package/dist/esm/utils/languages.utils.d.ts +1 -1
- package/dist/esm/utils/messages.utils.d.ts +17 -17
- package/dist/esm/utils/recorderErrors.utils.d.ts +53 -53
- package/dist/esm/utils/sentry.utils.d.ts +6 -6
- package/dist/esm/utils/statusCodes.utils.d.ts +13 -13
- package/dist/esm/workers/microphone.worker.d.ts +2 -2
- package/dist/esm/workers/worker-builder.d.ts +3 -3
- package/dist/index.d.ts +235 -235
- package/package.json +210 -209
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ALL_JOB_QUESTIONS_TYPE } from '../interfaces/jobInterface';
|
|
3
|
-
import { VIDEO_STATUS } from '../interfaces/videoInterface';
|
|
4
|
-
interface IProps {
|
|
5
|
-
questionObj: ALL_JOB_QUESTIONS_TYPE;
|
|
6
|
-
questionNumber: number;
|
|
7
|
-
currentQuestion: number;
|
|
8
|
-
isPracticeMode: boolean;
|
|
9
|
-
questionStatus: VIDEO_STATUS;
|
|
10
|
-
}
|
|
11
|
-
export declare const QuestionItem: React.FC<IProps>;
|
|
12
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ALL_JOB_QUESTIONS_TYPE } from '../interfaces/jobInterface';
|
|
3
|
+
import { VIDEO_STATUS } from '../interfaces/videoInterface';
|
|
4
|
+
interface IProps {
|
|
5
|
+
questionObj: ALL_JOB_QUESTIONS_TYPE;
|
|
6
|
+
questionNumber: number;
|
|
7
|
+
currentQuestion: number;
|
|
8
|
+
isPracticeMode: boolean;
|
|
9
|
+
questionStatus: VIDEO_STATUS;
|
|
10
|
+
}
|
|
11
|
+
export declare const QuestionItem: React.FC<IProps>;
|
|
12
|
+
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ANSWER_TYPES } from '../interfaces/jobInterface';
|
|
3
|
-
interface IProps {
|
|
4
|
-
answerType: `${ANSWER_TYPES}`;
|
|
5
|
-
duration: number;
|
|
6
|
-
takes?: number;
|
|
7
|
-
}
|
|
8
|
-
export declare const QuestionParameters: React.FC<IProps>;
|
|
9
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ANSWER_TYPES } from '../interfaces/jobInterface';
|
|
3
|
+
interface IProps {
|
|
4
|
+
answerType: `${ANSWER_TYPES}`;
|
|
5
|
+
duration: number;
|
|
6
|
+
takes?: number;
|
|
7
|
+
}
|
|
8
|
+
export declare const QuestionParameters: React.FC<IProps>;
|
|
9
|
+
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ALL_JOB_QUESTIONS_TYPE } from '../interfaces/jobInterface';
|
|
3
|
-
import { VIDEO_STATUS } from '../interfaces/videoInterface';
|
|
4
|
-
interface IProps {
|
|
5
|
-
questions: ALL_JOB_QUESTIONS_TYPE[];
|
|
6
|
-
currentQuestion: number;
|
|
7
|
-
isPracticeMode: boolean;
|
|
8
|
-
questionsStatus: VIDEO_STATUS[];
|
|
9
|
-
}
|
|
10
|
-
export declare const QuestionsList: React.FC<IProps>;
|
|
11
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ALL_JOB_QUESTIONS_TYPE } from '../interfaces/jobInterface';
|
|
3
|
+
import { VIDEO_STATUS } from '../interfaces/videoInterface';
|
|
4
|
+
interface IProps {
|
|
5
|
+
questions: ALL_JOB_QUESTIONS_TYPE[];
|
|
6
|
+
currentQuestion: number;
|
|
7
|
+
isPracticeMode: boolean;
|
|
8
|
+
questionsStatus: VIDEO_STATUS[];
|
|
9
|
+
}
|
|
10
|
+
export declare const QuestionsList: React.FC<IProps>;
|
|
11
|
+
export {};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ALL_JOB_QUESTIONS_TYPE } from '../interfaces/jobInterface';
|
|
3
|
-
import { MODAL_ERROR_KEY } from '../interfaces/widgetInterface';
|
|
4
|
-
import { IDeviceSelectorList } from './DeviceSelectorList';
|
|
5
|
-
interface IProps extends IDeviceSelectorList {
|
|
6
|
-
errorType: MODAL_ERROR_KEY | null;
|
|
7
|
-
onDisplayPermissionSteps: () => void;
|
|
8
|
-
onReInitRecorder: () => void;
|
|
9
|
-
onRecorderRetry: () => void;
|
|
10
|
-
currentQuestionObj: ALL_JOB_QUESTIONS_TYPE | undefined;
|
|
11
|
-
isRecording: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare const RecorderModal: React.FC<IProps>;
|
|
14
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ALL_JOB_QUESTIONS_TYPE } from '../interfaces/jobInterface';
|
|
3
|
+
import { MODAL_ERROR_KEY } from '../interfaces/widgetInterface';
|
|
4
|
+
import { IDeviceSelectorList } from './DeviceSelectorList';
|
|
5
|
+
interface IProps extends IDeviceSelectorList {
|
|
6
|
+
errorType: MODAL_ERROR_KEY | null;
|
|
7
|
+
onDisplayPermissionSteps: () => void;
|
|
8
|
+
onReInitRecorder: () => void;
|
|
9
|
+
onRecorderRetry: () => void;
|
|
10
|
+
currentQuestionObj: ALL_JOB_QUESTIONS_TYPE | undefined;
|
|
11
|
+
isRecording: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const RecorderModal: React.FC<IProps>;
|
|
14
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IWidgetMachineProps } from '../interfaces/widgetInterface';
|
|
3
|
-
interface IProps extends IWidgetMachineProps {
|
|
4
|
-
isPracticeDisabled: boolean;
|
|
5
|
-
recordWithoutVideo?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const Setup: React.FC<IProps>;
|
|
8
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IWidgetMachineProps } from '../interfaces/widgetInterface';
|
|
3
|
+
interface IProps extends IWidgetMachineProps {
|
|
4
|
+
isPracticeDisabled: boolean;
|
|
5
|
+
recordWithoutVideo?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const Setup: React.FC<IProps>;
|
|
8
|
+
export {};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IChecksState } from '../interfaces/widgetInterface';
|
|
3
|
-
interface IProps {
|
|
4
|
-
checksState: IChecksState;
|
|
5
|
-
checksMessages: {
|
|
6
|
-
camera: string;
|
|
7
|
-
microphone: string;
|
|
8
|
-
internet: string;
|
|
9
|
-
};
|
|
10
|
-
canRetrySpeedTest: boolean;
|
|
11
|
-
onRetry: () => void;
|
|
12
|
-
recordWithoutVideo?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare const SetupChecks: React.FC<IProps>;
|
|
15
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IChecksState } from '../interfaces/widgetInterface';
|
|
3
|
+
interface IProps {
|
|
4
|
+
checksState: IChecksState;
|
|
5
|
+
checksMessages: {
|
|
6
|
+
camera: string;
|
|
7
|
+
microphone: string;
|
|
8
|
+
internet: string;
|
|
9
|
+
};
|
|
10
|
+
canRetrySpeedTest: boolean;
|
|
11
|
+
onRetry: () => void;
|
|
12
|
+
recordWithoutVideo?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare const SetupChecks: React.FC<IProps>;
|
|
15
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
isOpen: boolean;
|
|
4
|
-
onClose: () => void;
|
|
5
|
-
onRetry: () => void;
|
|
6
|
-
}
|
|
7
|
-
export declare const SliderModal: React.FC<IProps>;
|
|
8
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
onRetry: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const SliderModal: React.FC<IProps>;
|
|
8
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
onContinue: () => void;
|
|
4
|
-
}
|
|
5
|
-
export declare const TimesUp: React.FC<IProps>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
onContinue: () => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const TimesUp: React.FC<IProps>;
|
|
6
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const TopTips: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const TopTips: React.FC;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
isConnected: boolean;
|
|
4
|
-
totalFileSize: number;
|
|
5
|
-
totalUploadedFilesSize: {
|
|
6
|
-
[questionNumber: string]: number;
|
|
7
|
-
};
|
|
8
|
-
totalUploadSpeed: {
|
|
9
|
-
[questionNumber: string]: number;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
export declare const Upload: React.FC<IProps>;
|
|
13
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
isConnected: boolean;
|
|
4
|
+
totalFileSize: number;
|
|
5
|
+
totalUploadedFilesSize: {
|
|
6
|
+
[questionNumber: string]: number;
|
|
7
|
+
};
|
|
8
|
+
totalUploadSpeed: {
|
|
9
|
+
[questionNumber: string]: number;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare const Upload: React.FC<IProps>;
|
|
13
|
+
export {};
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ActorRef, DoneInvokeEvent } from 'xstate';
|
|
3
|
-
import { ALL_JOB_QUESTIONS_TYPE } from '../interfaces/jobInterface';
|
|
4
|
-
import { MODAL_ERROR_KEY } from '../interfaces/widgetInterface';
|
|
5
|
-
import { IDeviceSelectorProps } from './DeviceSelector';
|
|
6
|
-
interface IProps extends IDeviceSelectorProps {
|
|
7
|
-
isCameraDisplayed: boolean;
|
|
8
|
-
microphoneRef: ActorRef<DoneInvokeEvent<any>, any> | null;
|
|
9
|
-
isPracticeModeDisplayed: boolean;
|
|
10
|
-
errorType: MODAL_ERROR_KEY | null;
|
|
11
|
-
isPermissionStepsOpen: boolean;
|
|
12
|
-
onDisplayPermissionSteps: () => void;
|
|
13
|
-
onClosePermissionSteps: () => void;
|
|
14
|
-
onReInitRecorder: () => void;
|
|
15
|
-
onRecorderRetry: () => void;
|
|
16
|
-
isRecorderCanChangeSettings: boolean;
|
|
17
|
-
canStartRecording: boolean;
|
|
18
|
-
currentQuestion: number;
|
|
19
|
-
numberOfQuestions: number;
|
|
20
|
-
currentQuestionObj: ALL_JOB_QUESTIONS_TYPE | undefined;
|
|
21
|
-
isRecording: boolean;
|
|
22
|
-
durations: number;
|
|
23
|
-
recordingTime: number;
|
|
24
|
-
isCountDown: boolean;
|
|
25
|
-
countdown: number;
|
|
26
|
-
isQuestionDisplayed: boolean;
|
|
27
|
-
myinterviewRef: React.RefObject<HTMLDivElement>;
|
|
28
|
-
isAssessment: boolean;
|
|
29
|
-
recordWithoutVideo?: boolean;
|
|
30
|
-
}
|
|
31
|
-
export declare const VideoCamera: React.ForwardRefExoticComponent<IProps & React.RefAttributes<HTMLVideoElement>>;
|
|
32
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ActorRef, DoneInvokeEvent } from 'xstate';
|
|
3
|
+
import { ALL_JOB_QUESTIONS_TYPE } from '../interfaces/jobInterface';
|
|
4
|
+
import { MODAL_ERROR_KEY } from '../interfaces/widgetInterface';
|
|
5
|
+
import { IDeviceSelectorProps } from './DeviceSelector';
|
|
6
|
+
interface IProps extends IDeviceSelectorProps {
|
|
7
|
+
isCameraDisplayed: boolean;
|
|
8
|
+
microphoneRef: ActorRef<DoneInvokeEvent<any>, any> | null;
|
|
9
|
+
isPracticeModeDisplayed: boolean;
|
|
10
|
+
errorType: MODAL_ERROR_KEY | null;
|
|
11
|
+
isPermissionStepsOpen: boolean;
|
|
12
|
+
onDisplayPermissionSteps: () => void;
|
|
13
|
+
onClosePermissionSteps: () => void;
|
|
14
|
+
onReInitRecorder: () => void;
|
|
15
|
+
onRecorderRetry: () => void;
|
|
16
|
+
isRecorderCanChangeSettings: boolean;
|
|
17
|
+
canStartRecording: boolean;
|
|
18
|
+
currentQuestion: number;
|
|
19
|
+
numberOfQuestions: number;
|
|
20
|
+
currentQuestionObj: ALL_JOB_QUESTIONS_TYPE | undefined;
|
|
21
|
+
isRecording: boolean;
|
|
22
|
+
durations: number;
|
|
23
|
+
recordingTime: number;
|
|
24
|
+
isCountDown: boolean;
|
|
25
|
+
countdown: number;
|
|
26
|
+
isQuestionDisplayed: boolean;
|
|
27
|
+
myinterviewRef: React.RefObject<HTMLDivElement>;
|
|
28
|
+
isAssessment: boolean;
|
|
29
|
+
recordWithoutVideo?: boolean;
|
|
30
|
+
}
|
|
31
|
+
export declare const VideoCamera: React.ForwardRefExoticComponent<IProps & React.RefAttributes<HTMLVideoElement>>;
|
|
32
|
+
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ITrackEvent } from '../services/event.service';
|
|
3
|
-
interface IProps {
|
|
4
|
-
src: string;
|
|
5
|
-
isThinkingTime: boolean;
|
|
6
|
-
onVideoEnds: (count: number) => void;
|
|
7
|
-
hidden?: boolean;
|
|
8
|
-
isWidgetMinimized: boolean;
|
|
9
|
-
onVideoStateChanged?: (eventData: ITrackEvent) => void;
|
|
10
|
-
}
|
|
11
|
-
export declare const VideoQuestion: React.FC<IProps>;
|
|
12
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ITrackEvent } from '../services/event.service';
|
|
3
|
+
interface IProps {
|
|
4
|
+
src: string;
|
|
5
|
+
isThinkingTime: boolean;
|
|
6
|
+
onVideoEnds: (count: number) => void;
|
|
7
|
+
hidden?: boolean;
|
|
8
|
+
isWidgetMinimized: boolean;
|
|
9
|
+
onVideoStateChanged?: (eventData: ITrackEvent) => void;
|
|
10
|
+
}
|
|
11
|
+
export declare const VideoQuestion: React.FC<IProps>;
|
|
12
|
+
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
duration: number;
|
|
4
|
-
currentTime: number;
|
|
5
|
-
isThinkingTime: boolean;
|
|
6
|
-
onChangeTime: (currentTime: number, playing: boolean) => void;
|
|
7
|
-
}
|
|
8
|
-
export declare const VideoTimeBar: React.FC<IProps>;
|
|
9
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
duration: number;
|
|
4
|
+
currentTime: number;
|
|
5
|
+
isThinkingTime: boolean;
|
|
6
|
+
onChangeTime: (currentTime: number, playing: boolean) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const VideoTimeBar: React.FC<IProps>;
|
|
9
|
+
export {};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
introVideo: string;
|
|
4
|
-
welcomeTitle?: string;
|
|
5
|
-
welcomeText?: string;
|
|
6
|
-
onContinue: () => void;
|
|
7
|
-
logo: string;
|
|
8
|
-
company: string;
|
|
9
|
-
title: string;
|
|
10
|
-
termsUrl?: string;
|
|
11
|
-
privacyUrl?: string;
|
|
12
|
-
isResumed: boolean;
|
|
13
|
-
isWidgetMinimized: boolean;
|
|
14
|
-
}
|
|
15
|
-
export declare const WelcomePage: React.FC<IProps>;
|
|
16
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
introVideo: string;
|
|
4
|
+
welcomeTitle?: string;
|
|
5
|
+
welcomeText?: string;
|
|
6
|
+
onContinue: () => void;
|
|
7
|
+
logo: string;
|
|
8
|
+
company: string;
|
|
9
|
+
title: string;
|
|
10
|
+
termsUrl?: string;
|
|
11
|
+
privacyUrl?: string;
|
|
12
|
+
isResumed: boolean;
|
|
13
|
+
isWidgetMinimized: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare const WelcomePage: React.FC<IProps>;
|
|
16
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IWidgetRef } from '../interfaces/configInterface';
|
|
3
|
-
export declare const Widget: React.ForwardRefExoticComponent<Omit<import("../interfaces/configInterface").IWidgetConfig, "config" | "event_id" | "job"> & {
|
|
4
|
-
job: import("../interfaces/jobInterface").IClientJob;
|
|
5
|
-
config: import("../interfaces/configInterface").IClientConfig;
|
|
6
|
-
} & React.RefAttributes<IWidgetRef>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IWidgetRef } from '../interfaces/configInterface';
|
|
3
|
+
export declare const Widget: React.ForwardRefExoticComponent<Omit<import("../interfaces/configInterface").IWidgetConfig, "config" | "event_id" | "job"> & {
|
|
4
|
+
job: import("../interfaces/jobInterface").IClientJob;
|
|
5
|
+
config: import("../interfaces/configInterface").IClientConfig;
|
|
6
|
+
} & React.RefAttributes<IWidgetRef>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const ClockIcon: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ClockIcon: React.FC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const Loading: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const Loading: React.FC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const NoCameraMic: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const NoCameraMic: React.FC;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
playing: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare const PlayIcon: React.FC<IProps>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
playing: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const PlayIcon: React.FC<IProps>;
|
|
6
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const Retake: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const Retake: React.FC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const RotateScreenIcon: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const RotateScreenIcon: React.FC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const DotSeparator: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DotSeparator: React.FC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const Loader: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const Loader: React.FC;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ActorRef, DoneInvokeEvent } from 'xstate';
|
|
3
|
-
interface IProps {
|
|
4
|
-
microphoneRef: ActorRef<DoneInvokeEvent<any>, any>;
|
|
5
|
-
}
|
|
6
|
-
export declare const MicrophoneIndicator: React.FC<IProps>;
|
|
7
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ActorRef, DoneInvokeEvent } from 'xstate';
|
|
3
|
+
interface IProps {
|
|
4
|
+
microphoneRef: ActorRef<DoneInvokeEvent<any>, any>;
|
|
5
|
+
}
|
|
6
|
+
export declare const MicrophoneIndicator: React.FC<IProps>;
|
|
7
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
onClick: () => void;
|
|
4
|
-
}
|
|
5
|
-
export declare const MinimizeButton: React.FC<IProps>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
onClick: () => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const MinimizeButton: React.FC<IProps>;
|
|
6
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const PracticeMode: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const PracticeMode: React.FC;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
progress: number;
|
|
4
|
-
}
|
|
5
|
-
export declare const Progress: React.FC<IProps>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
progress: number;
|
|
4
|
+
}
|
|
5
|
+
export declare const Progress: React.FC<IProps>;
|
|
6
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
duration: number;
|
|
4
|
-
}
|
|
5
|
-
export declare const QuestionDuration: React.FC<IProps>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
duration: number;
|
|
4
|
+
}
|
|
5
|
+
export declare const QuestionDuration: React.FC<IProps>;
|
|
6
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
currentQuestion: number;
|
|
4
|
-
numberOfQuestions: number;
|
|
5
|
-
}
|
|
6
|
-
export declare const QuestionNumber: React.FC<IProps>;
|
|
7
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
currentQuestion: number;
|
|
4
|
+
numberOfQuestions: number;
|
|
5
|
+
}
|
|
6
|
+
export declare const QuestionNumber: React.FC<IProps>;
|
|
7
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
isRecording?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare const RecordingButton: React.FC<IProps>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
isRecording?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const RecordingButton: React.FC<IProps>;
|
|
6
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare const RotateScreen: React.FC;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const RotateScreen: React.FC;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ActorRef, DoneInvokeEvent } from 'xstate';
|
|
3
|
-
interface IProps {
|
|
4
|
-
microphoneRef: ActorRef<DoneInvokeEvent<any>, any>;
|
|
5
|
-
activeColor?: string;
|
|
6
|
-
inactiveColor?: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const Signal: React.FC<IProps>;
|
|
9
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ActorRef, DoneInvokeEvent } from 'xstate';
|
|
3
|
+
interface IProps {
|
|
4
|
+
microphoneRef: ActorRef<DoneInvokeEvent<any>, any>;
|
|
5
|
+
activeColor?: string;
|
|
6
|
+
inactiveColor?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const Signal: React.FC<IProps>;
|
|
9
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
onClick: () => void;
|
|
4
|
-
}
|
|
5
|
-
export declare const StartNowButton: React.FC<IProps>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
onClick: () => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const StartNowButton: React.FC<IProps>;
|
|
6
|
+
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
onClick: () => void;
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
isExplanationState: boolean;
|
|
6
|
-
isVideoQuestionState: boolean;
|
|
7
|
-
isVideoQuestion: boolean;
|
|
8
|
-
isAssessment: boolean;
|
|
9
|
-
tabIndex?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare const StartRecordingButton: React.FC<IProps>;
|
|
12
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
onClick: () => void;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
isExplanationState: boolean;
|
|
6
|
+
isVideoQuestionState: boolean;
|
|
7
|
+
isVideoQuestion: boolean;
|
|
8
|
+
isAssessment: boolean;
|
|
9
|
+
tabIndex?: number;
|
|
10
|
+
}
|
|
11
|
+
export declare const StartRecordingButton: React.FC<IProps>;
|
|
12
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
onClick: () => void;
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
tabIndex?: number;
|
|
6
|
-
}
|
|
7
|
-
export declare const StopRecordingButton: React.FC<IProps>;
|
|
8
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
onClick: () => void;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
tabIndex?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare const StopRecordingButton: React.FC<IProps>;
|
|
8
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
messageType: 'IOS' | 'BROWSER' | 'INCOGNITO';
|
|
4
|
-
}
|
|
5
|
-
export declare const UnsupportedModal: React.FC<IProps>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
messageType: 'IOS' | 'BROWSER' | 'INCOGNITO';
|
|
4
|
+
}
|
|
5
|
+
export declare const UnsupportedModal: React.FC<IProps>;
|
|
6
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IEnv } from '../interfaces/configInterface';
|
|
2
|
-
declare const config: (configEnv?: IEnv) => {
|
|
3
|
-
serverUrl: string;
|
|
4
|
-
SENTRY_DSN: string;
|
|
5
|
-
};
|
|
6
|
-
export default config;
|
|
1
|
+
import { IEnv } from '../interfaces/configInterface';
|
|
2
|
+
declare const config: (configEnv?: IEnv) => {
|
|
3
|
+
serverUrl: string;
|
|
4
|
+
SENTRY_DSN: string;
|
|
5
|
+
};
|
|
6
|
+
export default config;
|