@myinterview/widget-react 1.0.88 → 1.1.0-beta-fcdd2f1

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.
Files changed (258) hide show
  1. package/README.md +4 -4
  2. package/dist/cjs/{types/App.d.ts → App.d.ts} +1 -0
  3. package/dist/cjs/components/AnswerInstructions.d.ts +7 -0
  4. package/dist/cjs/components/AssessmentController.d.ts +12 -0
  5. package/dist/cjs/components/AssessmentFreeText.d.ts +7 -0
  6. package/dist/cjs/components/AssessmentMultiSelect.d.ts +9 -0
  7. package/dist/cjs/components/AssessmentSingleSelect.d.ts +9 -0
  8. package/dist/cjs/components/CharactersLimit.d.ts +7 -0
  9. package/dist/cjs/components/CountDown.d.ts +8 -0
  10. package/dist/cjs/{types/components → components}/Counter.d.ts +0 -0
  11. package/dist/{esm/types → cjs}/components/DeviceSelector.d.ts +3 -2
  12. package/dist/cjs/{types/components → components}/DeviceSelectorList.d.ts +0 -0
  13. package/dist/cjs/{types/components → components}/DeviceSelectorListNative.d.ts +0 -0
  14. package/dist/cjs/{types/components → components}/Error.d.ts +0 -0
  15. package/dist/cjs/{types/components → components}/ErrorBoundaries.d.ts +0 -0
  16. package/dist/cjs/components/Errors.d.ts +12 -0
  17. package/dist/cjs/{types/components → components}/Explanation.d.ts +2 -1
  18. package/dist/cjs/{types/components → components}/Footer.d.ts +0 -0
  19. package/dist/cjs/{types/components → components}/Header.d.ts +0 -0
  20. package/dist/cjs/{types/components → components}/InnerView.d.ts +3 -0
  21. package/dist/cjs/components/Main.d.ts +11 -0
  22. package/dist/cjs/{types/components → components}/OuterView.d.ts +0 -0
  23. package/dist/cjs/{types/components → components}/PermissionSteps.d.ts +0 -0
  24. package/dist/cjs/components/PracticeModeInfo.d.ts +2 -0
  25. package/dist/cjs/components/PreviewItem.d.ts +20 -0
  26. package/dist/cjs/{types/components → components}/PreviewList.d.ts +1 -0
  27. package/dist/cjs/{types/components → components}/Question.d.ts +2 -3
  28. package/dist/{esm/types → cjs}/components/QuestionItem.d.ts +2 -2
  29. package/dist/cjs/components/QuestionParamaters.d.ts +9 -0
  30. package/dist/{esm/types → cjs}/components/QuestionsList.d.ts +2 -2
  31. package/dist/cjs/{types/components → components}/RecorderModal.d.ts +3 -4
  32. package/dist/cjs/{types/components → components}/Setup.d.ts +1 -0
  33. package/dist/cjs/{types/components → components}/SetupChecks.d.ts +0 -0
  34. package/dist/cjs/{types/components → components}/SliderModal.d.ts +0 -0
  35. package/dist/cjs/components/TopTips.d.ts +2 -0
  36. package/dist/cjs/{types/components → components}/Upload.d.ts +0 -0
  37. package/dist/cjs/{types/components → components}/VideoCamera.d.ts +5 -2
  38. package/dist/cjs/{types/components → components}/VideoQuestion.d.ts +1 -0
  39. package/dist/cjs/{types/components → components}/VideoTimeBar.d.ts +0 -0
  40. package/dist/cjs/{types/components → components}/WelcomePage.d.ts +6 -1
  41. package/dist/cjs/components/Widget.d.ts +3 -0
  42. package/dist/cjs/{types/components → components}/icons/ClockIcon.d.ts +0 -0
  43. package/dist/cjs/{types/components → components}/icons/Loading.d.ts +0 -0
  44. package/dist/cjs/{types/components → components}/icons/NoCameraMic.d.ts +0 -0
  45. package/dist/cjs/{types/components → components}/icons/PlayIcon.d.ts +0 -0
  46. package/dist/cjs/{types/components → components}/icons/Retake.d.ts +0 -0
  47. package/dist/cjs/{types/components → components}/icons/RotateScreenIcon.d.ts +0 -0
  48. package/dist/cjs/components/ui/DotSeparator.d.ts +2 -0
  49. package/dist/cjs/{types/components → components}/ui/Loader.d.ts +0 -0
  50. package/dist/cjs/{types/components → components}/ui/MicrophoneIndicator.d.ts +0 -0
  51. package/dist/cjs/components/ui/MinimizeButton.d.ts +6 -0
  52. package/dist/cjs/{types/components → components}/ui/PracticeMode.d.ts +0 -0
  53. package/dist/cjs/{types/components → components}/ui/Progress.d.ts +0 -0
  54. package/dist/cjs/{types/components → components}/ui/QuestionDuration.d.ts +0 -0
  55. package/dist/cjs/{types/components → components}/ui/QuestionNumber.d.ts +0 -0
  56. package/dist/cjs/{types/components → components}/ui/RecordingButton.d.ts +0 -0
  57. package/dist/cjs/{types/components → components}/ui/RotateScreen.d.ts +0 -0
  58. package/dist/cjs/{types/components → components}/ui/Signal.d.ts +0 -0
  59. package/dist/cjs/{types/components → components}/ui/StartNowButton.d.ts +0 -0
  60. package/dist/{esm/types → cjs}/components/ui/StartRecordingButton.d.ts +1 -0
  61. package/dist/cjs/{types/components → components}/ui/StopRecordingButton.d.ts +0 -0
  62. package/dist/cjs/{types/components → components}/ui/UnsupportedModal.d.ts +0 -0
  63. package/dist/cjs/{types/config → config}/index.d.ts +2 -1
  64. package/dist/cjs/{types/config → config}/local.env.d.ts +0 -0
  65. package/dist/cjs/{types/config → config}/prod.env.d.ts +0 -0
  66. package/dist/cjs/{types/config → config}/staging.env.d.ts +0 -0
  67. package/dist/{esm/types → cjs}/i18n/config.d.ts +528 -16
  68. package/dist/cjs/index.d.ts +4 -0
  69. package/dist/cjs/index.js +26002 -21303
  70. package/dist/cjs/index.js.map +1 -1
  71. package/dist/cjs/{types/interfaces → interfaces}/candidateInterface.d.ts +5 -1
  72. package/dist/cjs/{types/interfaces → interfaces}/candidateSessionInterface.d.ts +11 -6
  73. package/dist/cjs/{types/interfaces → interfaces}/companyInterface.d.ts +1 -0
  74. package/dist/cjs/interfaces/configInterface.d.ts +64 -0
  75. package/dist/cjs/interfaces/countDownInterface.d.ts +23 -0
  76. package/dist/cjs/interfaces/jobInterface.d.ts +72 -0
  77. package/dist/{esm/types → cjs}/interfaces/microphoneInterface.d.ts +5 -0
  78. package/dist/cjs/{types/interfaces → interfaces}/networkInterface.d.ts +0 -0
  79. package/dist/cjs/{types/interfaces → interfaces}/previewInterface.d.ts +0 -0
  80. package/dist/cjs/interfaces/recorderInterface.d.ts +203 -0
  81. package/dist/cjs/{types/interfaces → interfaces}/storageInterface.d.ts +0 -0
  82. package/dist/cjs/{types/interfaces → interfaces}/uploaderInterface.d.ts +5 -3
  83. package/dist/{esm/types → cjs}/interfaces/videoInterface.d.ts +32 -2
  84. package/dist/cjs/{types/interfaces → interfaces}/widgetInterface.d.ts +51 -12
  85. package/dist/cjs/{types/machines → machines}/acceleratorMachines/accUploaderMachine.d.ts +0 -0
  86. package/dist/cjs/{types/machines → machines}/acceleratorMachines/accWidgetMachine.d.ts +0 -0
  87. package/dist/cjs/machines/acceleratorMachines/counterMachine.d.ts +5 -0
  88. package/dist/cjs/{types/machines → machines}/acceleratorMachines/microphoneMachine.d.ts +0 -0
  89. package/dist/cjs/{types/machines → machines}/acceleratorMachines/networkMachine.d.ts +0 -0
  90. package/dist/cjs/{types/machines → machines}/acceleratorMachines/previewMachine.d.ts +0 -0
  91. package/dist/cjs/{types/machines → machines}/acceleratorMachines/recorderMachineV2.d.ts +0 -0
  92. package/dist/cjs/{types/machines → machines}/acceleratorMachines/storageMachine.d.ts +0 -0
  93. package/dist/cjs/{types/reportWebVitals.d.ts → reportWebVitals.d.ts} +0 -0
  94. package/dist/{esm/types → cjs}/services/axiosInstances.service.d.ts +1 -0
  95. package/dist/cjs/{types/services → services}/s3.service.d.ts +0 -0
  96. package/dist/{esm/types → cjs}/services/session.service.d.ts +13 -2
  97. package/dist/cjs/{types/services → services}/speedTest.service.d.ts +0 -0
  98. package/dist/cjs/services/video.service.d.ts +7 -0
  99. package/dist/cjs/{types/setupTests.d.ts → setupTests.d.ts} +0 -0
  100. package/dist/cjs/{types/utils → utils}/authToken.utils.d.ts +0 -0
  101. package/dist/cjs/utils/constants.utils.d.ts +21 -0
  102. package/dist/cjs/utils/convertor.utils.d.ts +2 -0
  103. package/dist/cjs/{types/utils → utils}/debug.utils.d.ts +0 -0
  104. package/dist/cjs/{types/utils → utils}/device.utils.d.ts +1 -1
  105. package/dist/cjs/{types/utils → utils}/errors.utils.d.ts +0 -0
  106. package/dist/cjs/{types/utils → utils}/formatters.utils.d.ts +1 -1
  107. package/dist/cjs/utils/languages.utils.d.ts +1 -0
  108. package/dist/cjs/{types/utils → utils}/messages.utils.d.ts +0 -0
  109. package/dist/cjs/utils/recorderErrors.utils.d.ts +29 -0
  110. package/dist/cjs/utils/sentry.utils.d.ts +6 -0
  111. package/dist/cjs/{types/utils → utils}/statusCodes.utils.d.ts +0 -0
  112. package/dist/cjs/workers/microphone.worker.d.ts +2 -0
  113. package/dist/cjs/workers/worker-builder.d.ts +3 -0
  114. package/dist/esm/{types/App.d.ts → App.d.ts} +1 -0
  115. package/dist/esm/components/AnswerInstructions.d.ts +7 -0
  116. package/dist/esm/components/AssessmentController.d.ts +12 -0
  117. package/dist/esm/components/AssessmentFreeText.d.ts +7 -0
  118. package/dist/esm/components/AssessmentMultiSelect.d.ts +9 -0
  119. package/dist/esm/components/AssessmentSingleSelect.d.ts +9 -0
  120. package/dist/esm/components/CharactersLimit.d.ts +7 -0
  121. package/dist/esm/components/CountDown.d.ts +8 -0
  122. package/dist/esm/{types/components → components}/Counter.d.ts +0 -0
  123. package/dist/{cjs/types → esm}/components/DeviceSelector.d.ts +3 -2
  124. package/dist/esm/{types/components → components}/DeviceSelectorList.d.ts +0 -0
  125. package/dist/esm/{types/components → components}/DeviceSelectorListNative.d.ts +0 -0
  126. package/dist/esm/{types/components → components}/Error.d.ts +0 -0
  127. package/dist/esm/{types/components → components}/ErrorBoundaries.d.ts +0 -0
  128. package/dist/esm/components/Errors.d.ts +12 -0
  129. package/dist/esm/{types/components → components}/Explanation.d.ts +2 -1
  130. package/dist/esm/{types/components → components}/Footer.d.ts +0 -0
  131. package/dist/esm/{types/components → components}/Header.d.ts +0 -0
  132. package/dist/esm/{types/components → components}/InnerView.d.ts +3 -0
  133. package/dist/esm/components/Main.d.ts +11 -0
  134. package/dist/esm/{types/components → components}/OuterView.d.ts +0 -0
  135. package/dist/esm/{types/components → components}/PermissionSteps.d.ts +0 -0
  136. package/dist/esm/components/PracticeModeInfo.d.ts +2 -0
  137. package/dist/esm/components/PreviewItem.d.ts +20 -0
  138. package/dist/esm/{types/components → components}/PreviewList.d.ts +1 -0
  139. package/dist/esm/{types/components → components}/Question.d.ts +2 -3
  140. package/dist/{cjs/types → esm}/components/QuestionItem.d.ts +2 -2
  141. package/dist/esm/components/QuestionParamaters.d.ts +9 -0
  142. package/dist/{cjs/types → esm}/components/QuestionsList.d.ts +2 -2
  143. package/dist/esm/{types/components → components}/RecorderModal.d.ts +3 -4
  144. package/dist/esm/{types/components → components}/Setup.d.ts +1 -0
  145. package/dist/esm/{types/components → components}/SetupChecks.d.ts +0 -0
  146. package/dist/esm/{types/components → components}/SliderModal.d.ts +0 -0
  147. package/dist/esm/components/TopTips.d.ts +2 -0
  148. package/dist/esm/{types/components → components}/Upload.d.ts +0 -0
  149. package/dist/esm/{types/components → components}/VideoCamera.d.ts +5 -2
  150. package/dist/esm/{types/components → components}/VideoQuestion.d.ts +1 -0
  151. package/dist/esm/{types/components → components}/VideoTimeBar.d.ts +0 -0
  152. package/dist/esm/{types/components → components}/WelcomePage.d.ts +6 -1
  153. package/dist/esm/components/Widget.d.ts +3 -0
  154. package/dist/esm/{types/components → components}/icons/ClockIcon.d.ts +0 -0
  155. package/dist/esm/{types/components → components}/icons/Loading.d.ts +0 -0
  156. package/dist/esm/{types/components → components}/icons/NoCameraMic.d.ts +0 -0
  157. package/dist/esm/{types/components → components}/icons/PlayIcon.d.ts +0 -0
  158. package/dist/esm/{types/components → components}/icons/Retake.d.ts +0 -0
  159. package/dist/esm/{types/components → components}/icons/RotateScreenIcon.d.ts +0 -0
  160. package/dist/esm/components/ui/DotSeparator.d.ts +2 -0
  161. package/dist/esm/{types/components → components}/ui/Loader.d.ts +0 -0
  162. package/dist/esm/{types/components → components}/ui/MicrophoneIndicator.d.ts +0 -0
  163. package/dist/esm/components/ui/MinimizeButton.d.ts +6 -0
  164. package/dist/esm/{types/components → components}/ui/PracticeMode.d.ts +0 -0
  165. package/dist/esm/{types/components → components}/ui/Progress.d.ts +0 -0
  166. package/dist/esm/{types/components → components}/ui/QuestionDuration.d.ts +0 -0
  167. package/dist/esm/{types/components → components}/ui/QuestionNumber.d.ts +0 -0
  168. package/dist/esm/{types/components → components}/ui/RecordingButton.d.ts +0 -0
  169. package/dist/esm/{types/components → components}/ui/RotateScreen.d.ts +0 -0
  170. package/dist/esm/{types/components → components}/ui/Signal.d.ts +0 -0
  171. package/dist/esm/{types/components → components}/ui/StartNowButton.d.ts +0 -0
  172. package/dist/{cjs/types → esm}/components/ui/StartRecordingButton.d.ts +1 -0
  173. package/dist/esm/{types/components → components}/ui/StopRecordingButton.d.ts +0 -0
  174. package/dist/esm/{types/components → components}/ui/UnsupportedModal.d.ts +0 -0
  175. package/dist/esm/{types/config → config}/index.d.ts +2 -1
  176. package/dist/esm/{types/config → config}/local.env.d.ts +0 -0
  177. package/dist/esm/{types/config → config}/prod.env.d.ts +0 -0
  178. package/dist/esm/{types/config → config}/staging.env.d.ts +0 -0
  179. package/dist/esm/i18n/config.d.ts +1490 -0
  180. package/dist/esm/index.d.ts +4 -0
  181. package/dist/esm/index.js +26216 -22269
  182. package/dist/esm/index.js.map +1 -1
  183. package/dist/esm/{types/interfaces → interfaces}/candidateInterface.d.ts +5 -1
  184. package/dist/esm/{types/interfaces → interfaces}/candidateSessionInterface.d.ts +11 -6
  185. package/dist/esm/{types/interfaces → interfaces}/companyInterface.d.ts +1 -0
  186. package/dist/esm/interfaces/configInterface.d.ts +64 -0
  187. package/dist/esm/interfaces/countDownInterface.d.ts +23 -0
  188. package/dist/esm/interfaces/jobInterface.d.ts +72 -0
  189. package/dist/{cjs/types → esm}/interfaces/microphoneInterface.d.ts +5 -0
  190. package/dist/esm/{types/interfaces → interfaces}/networkInterface.d.ts +0 -0
  191. package/dist/esm/{types/interfaces → interfaces}/previewInterface.d.ts +0 -0
  192. package/dist/esm/interfaces/recorderInterface.d.ts +203 -0
  193. package/dist/esm/{types/interfaces → interfaces}/storageInterface.d.ts +0 -0
  194. package/dist/esm/{types/interfaces → interfaces}/uploaderInterface.d.ts +5 -3
  195. package/dist/{cjs/types → esm}/interfaces/videoInterface.d.ts +32 -2
  196. package/dist/esm/{types/interfaces → interfaces}/widgetInterface.d.ts +51 -12
  197. package/dist/esm/{types/machines → machines}/acceleratorMachines/accUploaderMachine.d.ts +0 -0
  198. package/dist/esm/{types/machines → machines}/acceleratorMachines/accWidgetMachine.d.ts +0 -0
  199. package/dist/esm/machines/acceleratorMachines/counterMachine.d.ts +5 -0
  200. package/dist/esm/{types/machines → machines}/acceleratorMachines/microphoneMachine.d.ts +0 -0
  201. package/dist/esm/{types/machines → machines}/acceleratorMachines/networkMachine.d.ts +0 -0
  202. package/dist/esm/{types/machines → machines}/acceleratorMachines/previewMachine.d.ts +0 -0
  203. package/dist/esm/{types/machines → machines}/acceleratorMachines/recorderMachineV2.d.ts +0 -0
  204. package/dist/esm/{types/machines → machines}/acceleratorMachines/storageMachine.d.ts +0 -0
  205. package/dist/esm/{types/reportWebVitals.d.ts → reportWebVitals.d.ts} +0 -0
  206. package/dist/{cjs/types → esm}/services/axiosInstances.service.d.ts +1 -0
  207. package/dist/esm/{types/services → services}/s3.service.d.ts +0 -0
  208. package/dist/{cjs/types → esm}/services/session.service.d.ts +13 -2
  209. package/dist/esm/{types/services → services}/speedTest.service.d.ts +0 -0
  210. package/dist/esm/services/video.service.d.ts +7 -0
  211. package/dist/esm/{types/setupTests.d.ts → setupTests.d.ts} +0 -0
  212. package/dist/esm/{types/utils → utils}/authToken.utils.d.ts +0 -0
  213. package/dist/esm/utils/constants.utils.d.ts +21 -0
  214. package/dist/esm/utils/convertor.utils.d.ts +2 -0
  215. package/dist/esm/{types/utils → utils}/debug.utils.d.ts +0 -0
  216. package/dist/esm/{types/utils → utils}/device.utils.d.ts +1 -1
  217. package/dist/esm/{types/utils → utils}/errors.utils.d.ts +0 -0
  218. package/dist/esm/{types/utils → utils}/formatters.utils.d.ts +1 -1
  219. package/dist/esm/utils/languages.utils.d.ts +1 -0
  220. package/dist/esm/{types/utils → utils}/messages.utils.d.ts +0 -0
  221. package/dist/esm/utils/recorderErrors.utils.d.ts +29 -0
  222. package/dist/esm/utils/sentry.utils.d.ts +6 -0
  223. package/dist/esm/{types/utils → utils}/statusCodes.utils.d.ts +0 -0
  224. package/dist/esm/workers/microphone.worker.d.ts +2 -0
  225. package/dist/esm/workers/worker-builder.d.ts +3 -0
  226. package/dist/index.d.ts +123 -18
  227. package/package.json +122 -16
  228. package/dist/cjs/types/components/CountDown.d.ts +0 -6
  229. package/dist/cjs/types/components/Errors.d.ts +0 -9
  230. package/dist/cjs/types/components/Main.d.ts +0 -8
  231. package/dist/cjs/types/components/PracticeModeInfo.d.ts +0 -8
  232. package/dist/cjs/types/components/PreviewItem.d.ts +0 -10
  233. package/dist/cjs/types/components/Widget.d.ts +0 -9
  234. package/dist/cjs/types/i18n/config.d.ts +0 -430
  235. package/dist/cjs/types/index.d.ts +0 -2
  236. package/dist/cjs/types/interfaces/configInterface.d.ts +0 -33
  237. package/dist/cjs/types/interfaces/jobInterface.d.ts +0 -22
  238. package/dist/cjs/types/interfaces/recorderInterface.d.ts +0 -110
  239. package/dist/cjs/types/services/video.service.d.ts +0 -7
  240. package/dist/cjs/types/utils/constants.utils.d.ts +0 -9
  241. package/dist/cjs/types/utils/permissionSteps.utils.d.ts +0 -19
  242. package/dist/cjs/types/utils/practiceQuestions.utils.d.ts +0 -2
  243. package/dist/cjs/types/utils/sentry.utils.d.ts +0 -4
  244. package/dist/esm/types/components/CountDown.d.ts +0 -6
  245. package/dist/esm/types/components/Errors.d.ts +0 -9
  246. package/dist/esm/types/components/Main.d.ts +0 -8
  247. package/dist/esm/types/components/PracticeModeInfo.d.ts +0 -8
  248. package/dist/esm/types/components/PreviewItem.d.ts +0 -10
  249. package/dist/esm/types/components/Widget.d.ts +0 -9
  250. package/dist/esm/types/index.d.ts +0 -2
  251. package/dist/esm/types/interfaces/configInterface.d.ts +0 -33
  252. package/dist/esm/types/interfaces/jobInterface.d.ts +0 -22
  253. package/dist/esm/types/interfaces/recorderInterface.d.ts +0 -110
  254. package/dist/esm/types/services/video.service.d.ts +0 -7
  255. package/dist/esm/types/utils/constants.utils.d.ts +0 -9
  256. package/dist/esm/types/utils/permissionSteps.utils.d.ts +0 -19
  257. package/dist/esm/types/utils/practiceQuestions.utils.d.ts +0 -2
  258. package/dist/esm/types/utils/sentry.utils.d.ts +0 -4
@@ -1,7 +1,29 @@
1
1
  import i18n from 'i18next';
2
2
  export declare const resources: {
3
- readonly en: {
3
+ readonly ar: {
4
4
  readonly translation: {
5
+ welcome: {
6
+ welcome: string;
7
+ startInterview: string;
8
+ resumeInterview: string;
9
+ see_more: string;
10
+ see_less: string;
11
+ click: string;
12
+ terms: string;
13
+ and: string;
14
+ privacy: string;
15
+ };
16
+ top_tips: {
17
+ top_tips: string;
18
+ title: string;
19
+ tip_1: string;
20
+ tip_2: string;
21
+ tip_3: string;
22
+ tip_4: string;
23
+ tip_5: string;
24
+ tip_6: string;
25
+ tip_7: string;
26
+ };
5
27
  setup: {
6
28
  title: string;
7
29
  rotate: string;
@@ -32,8 +54,9 @@ export declare const resources: {
32
54
  };
33
55
  };
34
56
  time: {
35
- less_than_one_left: string;
36
- minuteLeft: string;
57
+ unlimited: string;
58
+ minuteLeft_one: string;
59
+ minuteLeft_other: string;
37
60
  minute_one: string;
38
61
  minute_other: string;
39
62
  second_one: string;
@@ -43,13 +66,6 @@ export declare const resources: {
43
66
  title: string;
44
67
  subtitle: string;
45
68
  label: string;
46
- questions: {
47
- numOfRetakes: number;
48
- thinkingTime: number;
49
- partDuration: number;
50
- question: string;
51
- description: string;
52
- }[];
53
69
  };
54
70
  preview: {
55
71
  title: string;
@@ -76,6 +92,8 @@ export declare const resources: {
76
92
  questionThinkingTime: string;
77
93
  videoQuestionThinkingTime: string;
78
94
  videoQuestionNoThinkingTime: string;
95
+ questionDuration: string;
96
+ videoQuestionDuration: string;
79
97
  showQuestion_btn: string;
80
98
  watchQuestion_btn: string;
81
99
  };
@@ -144,8 +162,30 @@ export declare const resources: {
144
162
  };
145
163
  };
146
164
  };
147
- readonly fr: {
165
+ readonly cn: {
148
166
  readonly translation: {
167
+ welcome: {
168
+ welcome: string;
169
+ startInterview: string;
170
+ resumeInterview: string;
171
+ see_more: string;
172
+ see_less: string;
173
+ click: string;
174
+ terms: string;
175
+ and: string;
176
+ privacy: string;
177
+ };
178
+ top_tips: {
179
+ top_tips: string;
180
+ title: string;
181
+ tip_1: string;
182
+ tip_2: string;
183
+ tip_3: string;
184
+ tip_4: string;
185
+ tip_5: string;
186
+ tip_6: string;
187
+ tip_7: string;
188
+ };
149
189
  setup: {
150
190
  title: string;
151
191
  rotate: string;
@@ -158,7 +198,6 @@ export declare const resources: {
158
198
  };
159
199
  microphone: {
160
200
  name: string;
161
- NO_SOUND: string;
162
201
  WAITING: string;
163
202
  ERROR: string;
164
203
  READY: string;
@@ -177,6 +216,331 @@ export declare const resources: {
177
216
  };
178
217
  };
179
218
  time: {
219
+ unlimited: string;
220
+ minuteLeft_one: string;
221
+ minuteLeft_other: string;
222
+ minute_one: string;
223
+ minute_other: string;
224
+ second_one: string;
225
+ second_other: string;
226
+ };
227
+ practice: {
228
+ title: string;
229
+ subtitle: string;
230
+ label: string;
231
+ };
232
+ preview: {
233
+ title: string;
234
+ singleTake: string;
235
+ take: string;
236
+ };
237
+ upload: {
238
+ title: string;
239
+ subtitle: string;
240
+ errorInfo: string;
241
+ };
242
+ questionList: {
243
+ name: string;
244
+ };
245
+ recorder: {
246
+ explanation: {
247
+ take_one: string;
248
+ take_other: string;
249
+ remaining_take_one: string;
250
+ remaining_take_other: string;
251
+ question: {
252
+ name: string;
253
+ title: string;
254
+ questionThinkingTime: string;
255
+ videoQuestionThinkingTime: string;
256
+ videoQuestionNoThinkingTime: string;
257
+ questionDuration: string;
258
+ videoQuestionDuration: string;
259
+ showQuestion_btn: string;
260
+ watchQuestion_btn: string;
261
+ };
262
+ };
263
+ errors: {
264
+ MEDIA_PERMISSION: {
265
+ TITLE: string;
266
+ DETAILS: string;
267
+ CTA: string;
268
+ };
269
+ NO_SOUND: {
270
+ TITLE: string;
271
+ DETAILS: string;
272
+ DETAILS_MOBILE: string;
273
+ CTA: string;
274
+ };
275
+ CONNECTION: {
276
+ TITLE: string;
277
+ DETAILS: string;
278
+ };
279
+ };
280
+ permissions: {
281
+ title: string;
282
+ subtitle: string;
283
+ permission: string;
284
+ PERMISSION_STEPS: {
285
+ IOS: {
286
+ CHROME: string[];
287
+ SAFARI: string[];
288
+ };
289
+ ANDROID: {
290
+ CHROME: string[];
291
+ SAMSUNG: string[];
292
+ };
293
+ MACBOOK: {
294
+ CHROME: string[];
295
+ SAFARI: string[];
296
+ FIREFOX: string[];
297
+ };
298
+ WINDOWS: {
299
+ CHROME: string[];
300
+ FIREFOX: string[];
301
+ };
302
+ };
303
+ };
304
+ };
305
+ buttons: {
306
+ btn_watch_question: string;
307
+ btn_show_question: string;
308
+ btn_start_recording: string;
309
+ btn_stop_recording: string;
310
+ btn_try_again: string;
311
+ btn_internet_test_again: string;
312
+ btn_practice: string;
313
+ btn_start: string;
314
+ btn_retry: string;
315
+ btn_start_now: string;
316
+ RETAKE: string;
317
+ NEXT: string;
318
+ SUBMIT: string;
319
+ READY: string;
320
+ };
321
+ layout: {
322
+ footer: string;
323
+ at: string;
324
+ };
325
+ };
326
+ };
327
+ readonly de: {
328
+ readonly translation: {
329
+ welcome: {
330
+ welcome: string;
331
+ startInterview: string;
332
+ resumeInterview: string;
333
+ see_more: string;
334
+ see_less: string;
335
+ click: string;
336
+ terms: string;
337
+ and: string;
338
+ privacy: string;
339
+ };
340
+ top_tips: {
341
+ top_tips: string;
342
+ title: string;
343
+ tip_1: string;
344
+ tip_2: string;
345
+ tip_3: string;
346
+ tip_4: string;
347
+ tip_5: string;
348
+ tip_6: string;
349
+ tip_7: string;
350
+ };
351
+ setup: {
352
+ title: string;
353
+ rotate: string;
354
+ permission_denied: string;
355
+ camera: {
356
+ name: string;
357
+ WAITING: string;
358
+ ERROR: string;
359
+ READY: string;
360
+ };
361
+ microphone: {
362
+ name: string;
363
+ WAITING: string;
364
+ ERROR: string;
365
+ READY: string;
366
+ };
367
+ internet: {
368
+ name: string;
369
+ TESTING: string;
370
+ SLOW: string;
371
+ CONNECTED: string;
372
+ NO_CONNECTED: string;
373
+ };
374
+ unsupported_device: {
375
+ IOS: string;
376
+ BROWSER: string;
377
+ INCOGNITO: string;
378
+ };
379
+ };
380
+ time: {
381
+ unlimited: string;
382
+ minuteLeft_one: string;
383
+ minuteLeft_other: string;
384
+ minute_one: string;
385
+ minute_other: string;
386
+ second_one: string;
387
+ second_other: string;
388
+ };
389
+ practice: {
390
+ title: string;
391
+ subtitle: string;
392
+ label: string;
393
+ };
394
+ preview: {
395
+ title: string;
396
+ singleTake: string;
397
+ take: string;
398
+ };
399
+ upload: {
400
+ title: string;
401
+ subtitle: string;
402
+ errorInfo: string;
403
+ };
404
+ questionList: {
405
+ name: string;
406
+ };
407
+ recorder: {
408
+ explanation: {
409
+ take_one: string;
410
+ take_other: string;
411
+ remaining_take_one: string;
412
+ remaining_take_other: string;
413
+ question: {
414
+ name: string;
415
+ title: string;
416
+ questionThinkingTime: string;
417
+ videoQuestionThinkingTime: string;
418
+ videoQuestionNoThinkingTime: string;
419
+ questionDuration: string;
420
+ videoQuestionDuration: string;
421
+ showQuestion_btn: string;
422
+ watchQuestion_btn: string;
423
+ };
424
+ };
425
+ errors: {
426
+ MEDIA_PERMISSION: {
427
+ TITLE: string;
428
+ DETAILS: string;
429
+ CTA: string;
430
+ };
431
+ NO_SOUND: {
432
+ TITLE: string;
433
+ DETAILS: string;
434
+ DETAILS_MOBILE: string;
435
+ CTA: string;
436
+ };
437
+ CONNECTION: {
438
+ TITLE: string;
439
+ DETAILS: string;
440
+ };
441
+ };
442
+ permissions: {
443
+ title: string;
444
+ subtitle: string;
445
+ permission: string;
446
+ PERMISSION_STEPS: {
447
+ IOS: {
448
+ CHROME: string[];
449
+ SAFARI: string[];
450
+ };
451
+ ANDROID: {
452
+ CHROME: string[];
453
+ SAMSUNG: string[];
454
+ };
455
+ MACBOOK: {
456
+ CHROME: string[];
457
+ SAFARI: string[];
458
+ FIREFOX: string[];
459
+ };
460
+ WINDOWS: {
461
+ CHROME: string[];
462
+ FIREFOX: string[];
463
+ };
464
+ };
465
+ };
466
+ };
467
+ buttons: {
468
+ btn_watch_question: string;
469
+ btn_show_question: string;
470
+ btn_start_recording: string;
471
+ btn_stop_recording: string;
472
+ btn_try_again: string;
473
+ btn_internet_test_again: string;
474
+ btn_practice: string;
475
+ btn_start: string;
476
+ btn_retry: string;
477
+ btn_start_now: string;
478
+ RETAKE: string;
479
+ NEXT: string;
480
+ SUBMIT: string;
481
+ READY: string;
482
+ };
483
+ layout: {
484
+ footer: string;
485
+ at: string;
486
+ };
487
+ };
488
+ };
489
+ readonly en: {
490
+ readonly translation: {
491
+ welcome: {
492
+ title: string;
493
+ startInterview: string;
494
+ resumeInterview: string;
495
+ see_more: string;
496
+ see_less: string;
497
+ click: string;
498
+ terms: string;
499
+ and: string;
500
+ privacy: string;
501
+ };
502
+ top_tips: {
503
+ top_tips: string;
504
+ title: string;
505
+ tip_1: string;
506
+ tip_2: string;
507
+ tip_3: string;
508
+ tip_4: string;
509
+ tip_5: string;
510
+ tip_6: string;
511
+ tip_7: string;
512
+ };
513
+ setup: {
514
+ title: string;
515
+ rotate: string;
516
+ permission_denied: string;
517
+ camera: {
518
+ name: string;
519
+ WAITING: string;
520
+ ERROR: string;
521
+ READY: string;
522
+ };
523
+ microphone: {
524
+ name: string;
525
+ WAITING: string;
526
+ ERROR: string;
527
+ READY: string;
528
+ };
529
+ internet: {
530
+ name: string;
531
+ TESTING: string;
532
+ SLOW: string;
533
+ CONNECTED: string;
534
+ NO_CONNECTED: string;
535
+ };
536
+ unsupported_device: {
537
+ IOS: string;
538
+ BROWSER: string;
539
+ INCOGNITO: string;
540
+ };
541
+ };
542
+ time: {
543
+ unlimited: string;
180
544
  less_than_one_left: string;
181
545
  minuteLeft: string;
182
546
  minute_one: string;
@@ -221,6 +585,8 @@ export declare const resources: {
221
585
  questionThinkingTime: string;
222
586
  videoQuestionThinkingTime: string;
223
587
  videoQuestionNoThinkingTime: string;
588
+ questionDuration: string;
589
+ videoQuestionDuration: string;
224
590
  showQuestion_btn: string;
225
591
  watchQuestion_btn: string;
226
592
  };
@@ -241,6 +607,15 @@ export declare const resources: {
241
607
  TITLE: string;
242
608
  DETAILS: string;
243
609
  };
610
+ RETRY: {
611
+ TITLE: string;
612
+ DETAILS: string;
613
+ CTA: string;
614
+ };
615
+ REDIRECT: {
616
+ TITLE: string;
617
+ DETAILS: string;
618
+ };
244
619
  };
245
620
  permissions: {
246
621
  title: string;
@@ -271,6 +646,7 @@ export declare const resources: {
271
646
  btn_watch_question: string;
272
647
  btn_show_question: string;
273
648
  btn_start_recording: string;
649
+ btn_start_assessment: string;
274
650
  btn_stop_recording: string;
275
651
  btn_try_again: string;
276
652
  btn_internet_test_again: string;
@@ -291,6 +667,28 @@ export declare const resources: {
291
667
  };
292
668
  readonly es: {
293
669
  readonly translation: {
670
+ welcome: {
671
+ welcome: string;
672
+ startInterview: string;
673
+ resumeInterview: string;
674
+ see_more: string;
675
+ see_less: string;
676
+ click: string;
677
+ terms: string;
678
+ and: string;
679
+ privacy: string;
680
+ };
681
+ top_tips: {
682
+ top_tips: string;
683
+ title: string;
684
+ tip_1: string;
685
+ tip_2: string;
686
+ tip_3: string;
687
+ tip_4: string;
688
+ tip_5: string;
689
+ tip_6: string;
690
+ tip_7: string;
691
+ };
294
692
  setup: {
295
693
  title: string;
296
694
  rotate: string;
@@ -321,6 +719,7 @@ export declare const resources: {
321
719
  };
322
720
  };
323
721
  time: {
722
+ unlimited: string;
324
723
  less_than_one_left: string;
325
724
  minuteLeft: string;
326
725
  minute_one: string;
@@ -358,6 +757,8 @@ export declare const resources: {
358
757
  questionThinkingTime: string;
359
758
  videoQuestionThinkingTime: string;
360
759
  videoQuestionNoThinkingTime: string;
760
+ questionDuration: string;
761
+ videoQuestionDuration: string;
361
762
  showQuestion_btn: string;
362
763
  watchQuestion_btn: string;
363
764
  };
@@ -426,8 +827,30 @@ export declare const resources: {
426
827
  };
427
828
  };
428
829
  };
429
- readonly cn: {
830
+ readonly fr: {
430
831
  readonly translation: {
832
+ welcome: {
833
+ welcome: string;
834
+ startInterview: string;
835
+ resumeInterview: string;
836
+ see_more: string;
837
+ see_less: string;
838
+ click: string;
839
+ terms: string;
840
+ and: string;
841
+ privacy: string;
842
+ };
843
+ top_tips: {
844
+ top_tips: string;
845
+ title: string;
846
+ tip_1: string;
847
+ tip_2: string;
848
+ tip_3: string;
849
+ tip_4: string;
850
+ tip_5: string;
851
+ tip_6: string;
852
+ tip_7: string;
853
+ };
431
854
  setup: {
432
855
  title: string;
433
856
  rotate: string;
@@ -440,6 +863,7 @@ export declare const resources: {
440
863
  };
441
864
  microphone: {
442
865
  name: string;
866
+ NO_SOUND: string;
443
867
  WAITING: string;
444
868
  ERROR: string;
445
869
  READY: string;
@@ -458,8 +882,9 @@ export declare const resources: {
458
882
  };
459
883
  };
460
884
  time: {
461
- minuteLeft_one: string;
462
- minuteLeft_other: string;
885
+ unlimited: string;
886
+ less_than_one_left: string;
887
+ minuteLeft: string;
463
888
  minute_one: string;
464
889
  minute_other: string;
465
890
  second_one: string;
@@ -469,6 +894,13 @@ export declare const resources: {
469
894
  title: string;
470
895
  subtitle: string;
471
896
  label: string;
897
+ questions: {
898
+ numOfRetakes: number;
899
+ thinkingTime: number;
900
+ partDuration: number;
901
+ question: string;
902
+ description: string;
903
+ }[];
472
904
  };
473
905
  preview: {
474
906
  title: string;
@@ -495,6 +927,8 @@ export declare const resources: {
495
927
  questionThinkingTime: string;
496
928
  videoQuestionThinkingTime: string;
497
929
  videoQuestionNoThinkingTime: string;
930
+ questionDuration: string;
931
+ videoQuestionDuration: string;
498
932
  showQuestion_btn: string;
499
933
  watchQuestion_btn: string;
500
934
  };
@@ -563,8 +997,30 @@ export declare const resources: {
563
997
  };
564
998
  };
565
999
  };
566
- readonly de: {
1000
+ readonly he: {
567
1001
  readonly translation: {
1002
+ welcome: {
1003
+ welcome: string;
1004
+ startInterview: string;
1005
+ resumeInterview: string;
1006
+ see_more: string;
1007
+ see_less: string;
1008
+ click: string;
1009
+ terms: string;
1010
+ and: string;
1011
+ privacy: string;
1012
+ };
1013
+ top_tips: {
1014
+ top_tips: string;
1015
+ title: string;
1016
+ tip_1: string;
1017
+ tip_2: string;
1018
+ tip_3: string;
1019
+ tip_4: string;
1020
+ tip_5: string;
1021
+ tip_6: string;
1022
+ tip_7: string;
1023
+ };
568
1024
  setup: {
569
1025
  title: string;
570
1026
  rotate: string;
@@ -595,12 +1051,14 @@ export declare const resources: {
595
1051
  };
596
1052
  };
597
1053
  time: {
1054
+ unlimited: string;
598
1055
  minuteLeft_one: string;
599
1056
  minuteLeft_other: string;
600
1057
  minute_one: string;
601
1058
  minute_other: string;
602
1059
  second_one: string;
603
1060
  second_other: string;
1061
+ second_many: string;
604
1062
  };
605
1063
  practice: {
606
1064
  title: string;
@@ -623,8 +1081,10 @@ export declare const resources: {
623
1081
  recorder: {
624
1082
  explanation: {
625
1083
  take_one: string;
1084
+ take_two: string;
626
1085
  take_other: string;
627
1086
  remaining_take_one: string;
1087
+ remaining_take_two: string;
628
1088
  remaining_take_other: string;
629
1089
  question: {
630
1090
  name: string;
@@ -632,6 +1092,8 @@ export declare const resources: {
632
1092
  questionThinkingTime: string;
633
1093
  videoQuestionThinkingTime: string;
634
1094
  videoQuestionNoThinkingTime: string;
1095
+ questionDuration: string;
1096
+ videoQuestionDuration: string;
635
1097
  showQuestion_btn: string;
636
1098
  watchQuestion_btn: string;
637
1099
  };
@@ -702,6 +1164,28 @@ export declare const resources: {
702
1164
  };
703
1165
  readonly ko: {
704
1166
  readonly translation: {
1167
+ welcome: {
1168
+ welcome: string;
1169
+ startInterview: string;
1170
+ resumeInterview: string;
1171
+ see_more: string;
1172
+ see_less: string;
1173
+ click: string;
1174
+ terms: string;
1175
+ and: string;
1176
+ privacy: string;
1177
+ };
1178
+ top_tips: {
1179
+ top_tips: string;
1180
+ title: string;
1181
+ tip_1: string;
1182
+ tip_2: string;
1183
+ tip_3: string;
1184
+ tip_4: string;
1185
+ tip_5: string;
1186
+ tip_6: string;
1187
+ tip_7: string;
1188
+ };
705
1189
  setup: {
706
1190
  title: string;
707
1191
  rotate: string;
@@ -732,6 +1216,7 @@ export declare const resources: {
732
1216
  };
733
1217
  };
734
1218
  time: {
1219
+ unlimited: string;
735
1220
  minuteLeft_one: string;
736
1221
  minuteLeft_other: string;
737
1222
  minute_one: string;
@@ -769,6 +1254,8 @@ export declare const resources: {
769
1254
  questionThinkingTime: string;
770
1255
  videoQuestionThinkingTime: string;
771
1256
  videoQuestionNoThinkingTime: string;
1257
+ questionDuration: string;
1258
+ videoQuestionDuration: string;
772
1259
  showQuestion_btn: string;
773
1260
  watchQuestion_btn: string;
774
1261
  };
@@ -839,6 +1326,28 @@ export declare const resources: {
839
1326
  };
840
1327
  readonly pt: {
841
1328
  readonly translation: {
1329
+ welcome: {
1330
+ welcome: string;
1331
+ startInterview: string;
1332
+ resumeInterview: string;
1333
+ see_more: string;
1334
+ see_less: string;
1335
+ click: string;
1336
+ terms: string;
1337
+ and: string;
1338
+ privacy: string;
1339
+ };
1340
+ top_tips: {
1341
+ top_tips: string;
1342
+ title: string;
1343
+ tip_1: string;
1344
+ tip_2: string;
1345
+ tip_3: string;
1346
+ tip_4: string;
1347
+ tip_5: string;
1348
+ tip_6: string;
1349
+ tip_7: string;
1350
+ };
842
1351
  setup: {
843
1352
  title: string;
844
1353
  rotate: string;
@@ -869,6 +1378,7 @@ export declare const resources: {
869
1378
  };
870
1379
  };
871
1380
  time: {
1381
+ unlimited: string;
872
1382
  minuteLeft_one: string;
873
1383
  minuteLeft_other: string;
874
1384
  minute_one: string;
@@ -906,6 +1416,8 @@ export declare const resources: {
906
1416
  questionThinkingTime: string;
907
1417
  videoQuestionThinkingTime: string;
908
1418
  videoQuestionNoThinkingTime: string;
1419
+ questionDuration: string;
1420
+ videoQuestionDuration: string;
909
1421
  showQuestion_btn: string;
910
1422
  watchQuestion_btn: string;
911
1423
  };