Skip to content

Commit 90c1a06

Browse files
Release 14.73.1-tasksvision
1 parent e898513 commit 90c1a06

46 files changed

Lines changed: 585 additions & 188 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ and the SDK adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
77

88
When any of the string translations change, it will result in a MINOR version change. As a result, you are responsible for ensuring the correct layout if you are using custom translations (see [language localization](https://documentation.onfido.com/sdk/web/#custom-translations-and-text)).
99

10-
## [v14.74.0] - 2026-05-13
11-
12-
### Added
13-
14-
- Add support for skipping the Proof of Address intro and selection screens when `preferredUserCountry` and `preferredUserDocumentType` are provided as module inputs
15-
- Remove the Proof of Address guide screen — guidance content (document requirements list and grace period notice) is now shown directly on the upload screen
16-
- Fix CaptureModuleError reaching host SDKs with an empty `{}` exception payload when a module forwarded a non-SdkError. Errors are now always serialized into a fully enumerable payload before being sent across the bridge
17-
1810
## [v14.73.0] - 2026-05-06
1911

2012
### Added

locales/ar/ar.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,9 @@
669669
"utility_bill": "فواتير المرافق",
670670
"utility_bill_details": "غاز أو كهرباء أو مياه أو هاتف أرضي أو النطاق العريض",
671671
"utility_bill_extra": "البيانات الإلكترونية مقبولة ",
672-
"utility_bill_warning": "عذرًا، لا توجد فواتير للهاتف المحمول"
672+
"utility_bill_warning": "عذرًا، لا توجد فواتير للهاتف المحمول",
673+
"v5c": "سجل مركبة (V5C)",
674+
"v5c_details": "يُعرَف أيضًا باسم شهادة تسجيل المركبة، الصادرة عن DVLA"
673675
},
674676
"video_player": {
675677
"button_pause_accessibility": "إيقاف الفيديو مؤقتًا",
@@ -884,6 +886,9 @@
884886
"description_tip_1": "تجنّب الأماكن ضعيفة الإضاءة لتفادي الضبابية. ابتعد عن الضوء المباشر لتفادي الانعكاسات.",
885887
"description_tip_2": "تأكد من أن وثيقتك ضمن الإطار بالكامل. استخدم خلفية داكنة بسيطة إذا لم يتم اكتشاف الوثيقة.",
886888
"description_tip_3": "تجنب تغطية الصورة والنص في هويتك. أملِ هويتك قليلًا للتخلص من الانعكاسات.",
889+
"next_slide_button_accessibility": "الشريحة التالية",
890+
"previous_slide_button_accessibility": "الشريحة السابقة",
891+
"slide_stepper_accessibility": "الشريحة %d من %d",
887892
"subtitle": "اتبع هذه النصائح لمسح وثيقة هويتك بنجاح.",
888893
"title": "هل تحتاج إلى مساعدة؟",
889894
"title_tip_1": "ابحث عن مكان بإضاءة جيدة",
@@ -1968,6 +1973,9 @@
19681973
"description_tip_1": "document.help.description_tip_1",
19691974
"description_tip_2": "document.help.description_tip_2",
19701975
"description_tip_3": "document.help.description_tip_3",
1976+
"next_slide_button_accessibility": "document.help.next_slide_button_accessibility",
1977+
"previous_slide_button_accessibility": "document.help.previous_slide_button_accessibility",
1978+
"slide_stepper_accessibility": "document.help.slide_stepper_accessibility",
19711979
"subtitle": "document.help.subtitle",
19721980
"title": "document.help.title",
19731981
"title_tip_1": "document.help.title_tip_1",
@@ -3303,7 +3311,7 @@
33033311
"title_mortgage_statement": "proofOfAddress.upload.title_mortgage_statement_back",
33043312
"title_pension_property_statement_letter": "proofOfAddress.upload.title_pension_property_statement_letter_back",
33053313
"title_tax_letter": "proofOfAddress.upload.title_council_tax_front",
3306-
"title_v5c": "proofOfAddress.upload.title_v5c"
3314+
"title_v5c": "proofOfAddress.guide.title_v5c"
33073315
},
33083316
"poa_welcome_text": "welcome.list_item.poa",
33093317
"profile_data": {
@@ -4580,7 +4588,8 @@
45804588
"title_mortgage_statement": "قدم بيان الرهن العقاري",
45814589
"title_pension_property_statement_letter": "قدم بيانًا أو رسالة",
45824590
"title_tax_letter": "قدم خطاب ضريبة الحكومة المحلية",
4583-
"title_utility_bill": "أرسِل الفاتورة"
4591+
"title_utility_bill": "أرسِل الفاتورة",
4592+
"title_v5c": "إرسال دفتر سجل المركبة (V5C)"
45844593
},
45854594
"intro": {
45864595
"button_primary": "ابدأ التحقق",
@@ -4702,7 +4711,7 @@
47024711
"title_pension_property_statement_letter_front": "قدم بيانًا أو رسالة",
47034712
"title_utility_bill_back": "أرسِل الفاتورة",
47044713
"title_utility_bill_front": "أرسِل الفاتورة",
4705-
"title_v5c": "إرسال دفتر سجل المركبة (V5C)",
4714+
"title_v5c_front": "إرسال دفتر سجل المركبة (V5C)",
47064715
"upload_photo": "تحميل ملف"
47074716
}
47084717
},

locales/bg/bg.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,9 @@
669669
"utility_bill": "Сметка за комунални услуги",
670670
"utility_bill_details": "Сметки за газ, електричество, вода, стационарен телефон или интернет",
671671
"utility_bill_extra": "приемат се електронни извлечения",
672-
"utility_bill_warning": "Съжалявам, няма мобилни телефонни сметки"
672+
"utility_bill_warning": "Съжалявам, няма мобилни телефонни сметки",
673+
"v5c": "Регистрационен талон на превозното средство (V5C)",
674+
"v5c_details": "Известен също като удостоверение за регистрация на превозното средство, издадено от DVLA"
673675
},
674676
"video_player": {
675677
"button_pause_accessibility": "Пауза на илюстративната анимация на процедурата за сканиране",
@@ -884,6 +886,9 @@
884886
"description_tip_1": "Избягвайте места със слаба светлина, за да няма размазване. Отдалечете се от директна светлина, за да избегнете отражения.",
885887
"description_tip_2": "Уверете се, че документът е изцяло в рамката. Използвайте едноцветен тъмен фон, ако документът не бъде разпознат.",
886888
"description_tip_3": "Избягвайте да покривате снимката и текста на документа. Наклонете леко документа, за да премахнете отраженията.",
889+
"next_slide_button_accessibility": "Следващ слайд",
890+
"previous_slide_button_accessibility": "Предишен слайд",
891+
"slide_stepper_accessibility": "Слайд %d от %d",
887892
"subtitle": "Следвайте тези съвети, за да сканирате успешно своя документ за самоличност.",
888893
"title": "Нуждаете се от помощ?",
889894
"title_tip_1": "Намерете място с добро осветление",
@@ -1968,6 +1973,9 @@
19681973
"description_tip_1": "document.help.description_tip_1",
19691974
"description_tip_2": "document.help.description_tip_2",
19701975
"description_tip_3": "document.help.description_tip_3",
1976+
"next_slide_button_accessibility": "document.help.next_slide_button_accessibility",
1977+
"previous_slide_button_accessibility": "document.help.previous_slide_button_accessibility",
1978+
"slide_stepper_accessibility": "document.help.slide_stepper_accessibility",
19711979
"subtitle": "document.help.subtitle",
19721980
"title": "document.help.title",
19731981
"title_tip_1": "document.help.title_tip_1",
@@ -3303,7 +3311,7 @@
33033311
"title_mortgage_statement": "proofOfAddress.upload.title_mortgage_statement_back",
33043312
"title_pension_property_statement_letter": "proofOfAddress.upload.title_pension_property_statement_letter_back",
33053313
"title_tax_letter": "proofOfAddress.upload.title_council_tax_front",
3306-
"title_v5c": "proofOfAddress.upload.title_v5c"
3314+
"title_v5c": "proofOfAddress.guide.title_v5c"
33073315
},
33083316
"poa_welcome_text": "welcome.list_item.poa",
33093317
"profile_data": {
@@ -4580,7 +4588,8 @@
45804588
"title_mortgage_statement": "Представете извлечение за ипотека",
45814589
"title_pension_property_statement_letter": "Изпратете изявление или писмо",
45824590
"title_tax_letter": "Подайте писмо за местен данък от общината",
4583-
"title_utility_bill": "Подаване на сметка за комунални услуги"
4591+
"title_utility_bill": "Подаване на сметка за комунални услуги",
4592+
"title_v5c": "Изпратете регистрационен талон на превозното средство (V5C)"
45844593
},
45854594
"intro": {
45864595
"button_primary": "Стартиране на проверката",
@@ -4702,7 +4711,7 @@
47024711
"title_pension_property_statement_letter_front": "Изпратете изявление или писмо",
47034712
"title_utility_bill_back": "Подаване на сметка за комунални услуги",
47044713
"title_utility_bill_front": "Подаване на сметка за комунални услуги",
4705-
"title_v5c": "Изпратете регистрационен талон на превозното средство (V5C)",
4714+
"title_v5c_front": "Изпратете регистрационен талон на превозното средство (V5C)",
47064715
"upload_photo": "Качване на файл"
47074716
}
47084717
},

locales/cs/cs.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,9 @@
669669
"utility_bill": "Účet za komunální služby",
670670
"utility_bill_details": "Plyn, elektřina, voda, pevná linka nebo internetové připojení",
671671
"utility_bill_extra": "Přijímání elektronických výpisů",
672-
"utility_bill_warning": "Omlouváme se, žádné účty za mobilní telefon"
672+
"utility_bill_warning": "Omlouváme se, žádné účty za mobilní telefon",
673+
"v5c": "Technický průkaz vozidla (V5C)",
674+
"v5c_details": "Také známý jako osvědčení o registraci vozidla vydané úřadem DVLA"
673675
},
674676
"video_player": {
675677
"button_pause_accessibility": "Pozastavit ilustrativní animaci skenovacího postupu",
@@ -884,6 +886,9 @@
884886
"description_tip_1": "Vyhněte se slabému osvětlení, aby nedošlo k rozmazání. Ustupte od přímého světla, abyste předešli odleskům.",
885887
"description_tip_2": "Ujistěte se, že je doklad celý v rámečku. Pokud není rozpoznán, použijte jednobarevné tmavé pozadí.",
886888
"description_tip_3": "Nekryjte fotografii ani text na svém dokladu. Lehce doklad nakloňte, aby zmizely odlesky.",
889+
"next_slide_button_accessibility": "Další snímek",
890+
"previous_slide_button_accessibility": "Předchozí snímek",
891+
"slide_stepper_accessibility": "Snímek %d z %d",
887892
"subtitle": "Postupujte podle těchto tipů pro úspěšné naskenování vašeho dokladu totožnosti.",
888893
"title": "Potřebujete pomoc?",
889894
"title_tip_1": "Najděte místo s dobrým osvětlením",
@@ -1968,6 +1973,9 @@
19681973
"description_tip_1": "document.help.description_tip_1",
19691974
"description_tip_2": "document.help.description_tip_2",
19701975
"description_tip_3": "document.help.description_tip_3",
1976+
"next_slide_button_accessibility": "document.help.next_slide_button_accessibility",
1977+
"previous_slide_button_accessibility": "document.help.previous_slide_button_accessibility",
1978+
"slide_stepper_accessibility": "document.help.slide_stepper_accessibility",
19711979
"subtitle": "document.help.subtitle",
19721980
"title": "document.help.title",
19731981
"title_tip_1": "document.help.title_tip_1",
@@ -3303,7 +3311,7 @@
33033311
"title_mortgage_statement": "proofOfAddress.upload.title_mortgage_statement_back",
33043312
"title_pension_property_statement_letter": "proofOfAddress.upload.title_pension_property_statement_letter_back",
33053313
"title_tax_letter": "proofOfAddress.upload.title_council_tax_front",
3306-
"title_v5c": "proofOfAddress.upload.title_v5c"
3314+
"title_v5c": "proofOfAddress.guide.title_v5c"
33073315
},
33083316
"poa_welcome_text": "welcome.list_item.poa",
33093317
"profile_data": {
@@ -4580,7 +4588,8 @@
45804588
"title_mortgage_statement": "Odevzdejte výpis z hypotéky",
45814589
"title_pension_property_statement_letter": "Odeslat prohlášení nebo dopis",
45824590
"title_tax_letter": "Odeslat dopis místní vládě o daních",
4583-
"title_utility_bill": "Předložit účet"
4591+
"title_utility_bill": "Předložit účet",
4592+
"title_v5c": "Odešlete osvědčení o registraci vozidla (V5C)"
45844593
},
45854594
"intro": {
45864595
"button_primary": "Zahájit proces ověřování",
@@ -4702,7 +4711,7 @@
47024711
"title_pension_property_statement_letter_front": "Odeslat prohlášení nebo dopis",
47034712
"title_utility_bill_back": "Předložit účet",
47044713
"title_utility_bill_front": "Předložit účet",
4705-
"title_v5c": "Odešlete osvědčení o registraci vozidla (V5C)",
4714+
"title_v5c_front": "Odešlete osvědčení o registraci vozidla (V5C)",
47064715
"upload_photo": "Nahrát soubor"
47074716
}
47084717
},

locales/da/da.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,9 @@
669669
"utility_bill": "Regning på forbrugsydelser",
670670
"utility_bill_details": "Gas, elektricitet, vand, fastnet eller bredbånd",
671671
"utility_bill_extra": "accepterede e-erklæringer",
672-
"utility_bill_warning": "Beklager, ingen mobiltelefonregninger"
672+
"utility_bill_warning": "Beklager, ingen mobiltelefonregninger",
673+
"v5c": "Køretøjets registreringsattest (V5C)",
674+
"v5c_details": "Også kendt som køretøjets registreringscertifikat, udstedt af DVLA"
673675
},
674676
"video_player": {
675677
"button_pause_accessibility": "Pause illustrativ animation af scanning procedure",
@@ -884,6 +886,9 @@
884886
"description_tip_1": "Undgå steder med svagt lys for at undgå slør. Flyt dig væk fra direkte lys for at undgå reflekser.",
885887
"description_tip_2": "Sørg for, at dit ID er helt inden for rammen. Brug en ensfarvet mørk baggrund, hvis ID'et ikke registreres.",
886888
"description_tip_3": "Undgå at dække over foto og tekst på dit ID. Vip ID’et en smule for at fjerne refleksioner.",
889+
"next_slide_button_accessibility": "Næste slide",
890+
"previous_slide_button_accessibility": "Forrige slide",
891+
"slide_stepper_accessibility": "Dias %d af %d",
887892
"subtitle": "Følg disse tips for at scanne dit ID med succes.",
888893
"title": "Brug for hjælp?",
889894
"title_tip_1": "Find et sted med god belysning",
@@ -1968,6 +1973,9 @@
19681973
"description_tip_1": "document.help.description_tip_1",
19691974
"description_tip_2": "document.help.description_tip_2",
19701975
"description_tip_3": "document.help.description_tip_3",
1976+
"next_slide_button_accessibility": "document.help.next_slide_button_accessibility",
1977+
"previous_slide_button_accessibility": "document.help.previous_slide_button_accessibility",
1978+
"slide_stepper_accessibility": "document.help.slide_stepper_accessibility",
19711979
"subtitle": "document.help.subtitle",
19721980
"title": "document.help.title",
19731981
"title_tip_1": "document.help.title_tip_1",
@@ -3303,7 +3311,7 @@
33033311
"title_mortgage_statement": "proofOfAddress.upload.title_mortgage_statement_back",
33043312
"title_pension_property_statement_letter": "proofOfAddress.upload.title_pension_property_statement_letter_back",
33053313
"title_tax_letter": "proofOfAddress.upload.title_council_tax_front",
3306-
"title_v5c": "proofOfAddress.upload.title_v5c"
3314+
"title_v5c": "proofOfAddress.guide.title_v5c"
33073315
},
33083316
"poa_welcome_text": "welcome.list_item.poa",
33093317
"profile_data": {
@@ -4580,7 +4588,8 @@
45804588
"title_mortgage_statement": "Indsend realkreditudskrift",
45814589
"title_pension_property_statement_letter": "Indsend erklæring eller brev",
45824590
"title_tax_letter": "Indsend Lokal Skattebrev fra Kommunen",
4583-
"title_utility_bill": "Indsend regning"
4591+
"title_utility_bill": "Indsend regning",
4592+
"title_v5c": "Indsend registreringsattest (V5C)"
45844593
},
45854594
"intro": {
45864595
"button_primary": "Start verificering",
@@ -4702,7 +4711,7 @@
47024711
"title_pension_property_statement_letter_front": "Indsend erklæring eller brev",
47034712
"title_utility_bill_back": "Indsend regning",
47044713
"title_utility_bill_front": "Indsend regning",
4705-
"title_v5c": "Indsend registreringsattest (V5C)",
4714+
"title_v5c_front": "Indsend registreringsattest (V5C)",
47064715
"upload_photo": "Upload fil"
47074716
}
47084717
},

locales/de/de.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,9 @@
669669
"utility_bill": "Betriebskostenabrechnung",
670670
"utility_bill_details": "Gas, Strom, Wasser, Festnetz oder Breitband-Internet",
671671
"utility_bill_extra": "E-Auszüge werden akzeptiert",
672-
"utility_bill_warning": "Entschuldigung, keine Handyrechnungen"
672+
"utility_bill_warning": "Entschuldigung, keine Handyrechnungen",
673+
"v5c": "Fahrzeugschein (V5C)",
674+
"v5c_details": "Auch bekannt als Zulassungsbescheinigung, ausgestellt von der DVLA"
673675
},
674676
"video_player": {
675677
"button_pause_accessibility": "Pause der illustrativen Animation des Scanvorgangs",
@@ -884,6 +886,9 @@
884886
"description_tip_1": "Vermeide Orte mit wenig Licht, um Unschärfe zu verhindern. Gehe aus direktem Licht, um Spiegelungen zu vermeiden.",
885887
"description_tip_2": "Stelle sicher, dass dein Ausweis vollständig im Rahmen liegt. Verwende einen einfarbig dunklen Hintergrund, wenn der Ausweis nicht erkannt wird.",
886888
"description_tip_3": "Decke Foto und Text auf deinem Ausweis nicht ab. Kippe den Ausweis leicht, um Spiegelungen zu vermeiden.",
889+
"next_slide_button_accessibility": "Nächste Folie",
890+
"previous_slide_button_accessibility": "Vorherige Folie",
891+
"slide_stepper_accessibility": "Folie %d von %d",
887892
"subtitle": "Befolgen Sie diese Tipps, um Ihr Ausweisdokument erfolgreich zu scannen.",
888893
"title": "Brauchst du Hilfe?",
889894
"title_tip_1": "Suchen Sie einen gut beleuchteten Ort",
@@ -1968,6 +1973,9 @@
19681973
"description_tip_1": "document.help.description_tip_1",
19691974
"description_tip_2": "document.help.description_tip_2",
19701975
"description_tip_3": "document.help.description_tip_3",
1976+
"next_slide_button_accessibility": "document.help.next_slide_button_accessibility",
1977+
"previous_slide_button_accessibility": "document.help.previous_slide_button_accessibility",
1978+
"slide_stepper_accessibility": "document.help.slide_stepper_accessibility",
19711979
"subtitle": "document.help.subtitle",
19721980
"title": "document.help.title",
19731981
"title_tip_1": "document.help.title_tip_1",
@@ -3303,7 +3311,7 @@
33033311
"title_mortgage_statement": "proofOfAddress.upload.title_mortgage_statement_back",
33043312
"title_pension_property_statement_letter": "proofOfAddress.upload.title_pension_property_statement_letter_back",
33053313
"title_tax_letter": "proofOfAddress.upload.title_council_tax_front",
3306-
"title_v5c": "proofOfAddress.upload.title_v5c"
3314+
"title_v5c": "proofOfAddress.guide.title_v5c"
33073315
},
33083316
"poa_welcome_text": "welcome.list_item.poa",
33093317
"profile_data": {
@@ -4580,7 +4588,8 @@
45804588
"title_mortgage_statement": "Hypothekenabrechnung einreichen",
45814589
"title_pension_property_statement_letter": "Aussage oder Brief einreichen",
45824590
"title_tax_letter": "Lokale Steuerbescheinigung der Regierung einreichen",
4583-
"title_utility_bill": "Rechnung senden"
4591+
"title_utility_bill": "Rechnung senden",
4592+
"title_v5c": "Fahrzeugschein (V5C) einreichen"
45844593
},
45854594
"intro": {
45864595
"button_primary": "Bestätigung beginnen",
@@ -4702,7 +4711,7 @@
47024711
"title_pension_property_statement_letter_front": "Aussage oder Brief einreichen",
47034712
"title_utility_bill_back": "Rechnung senden",
47044713
"title_utility_bill_front": "Rechnung senden",
4705-
"title_v5c": "Fahrzeugschein (V5C) einreichen",
4714+
"title_v5c_front": "Fahrzeugschein (V5C) einreichen",
47064715
"upload_photo": "Datei hochladen"
47074716
}
47084717
},

0 commit comments

Comments
 (0)