Changelog
2.0.0 (Mar, 2026)
WDODocumentTypechanged from an enum to a type alias ofstring(seeWDODocumentFile.ts) to better accommodate dynamic configuration of scanned documents. Also removed theWDODocumentSubmitFileTypeenum for the same reason.- Added
processTypeto theWDOVerificationServiceto allow clients to distinguish between different processes. WDOVerificationService.statusnow returns additional information about the process, such asprocessTypeandprocessId.WDOEndStateStatenow contains optionalrejectReasonproperty when thereasonisrejected. This contains the reject reason if provided by the server.- Removed
otpResendPeriodSecondsfromWDOVerificationService. The value is now available in theWDOOtpStatereturned bystatus()andverifyOTP(). WDOConfigurationResponsenow containsuseTemporaryActivationto indicate if the onboarding process is configured with temporary activation that should be exchanged for the permanent one via the newfinishActivationmethod in the verification flow.WDOConfigurationDocumentnow contains optionalcountryproperty to specify the country of origin of the document as ISO 3166-1 alpha-3 code.
1.3.0 (Feb, 2026)
- Added
onboardingApprovalto theWDOStatusCheckReasonwhen the process is waiting for institution approval. - SDK now supports a server that is configured to support multiple BlinkID applications (bundle IDs/Package Names). The
originparameter is now sent to the server to identify the application.
1.2.0 (Jan, 2026)
- Breaking: New
finishActivationstate inWDOVerificationServiceto complete the user verification process by activating a new PowerAuth instance.- New method must be called by the client when handling the
finishActivationstate in the verification flow, i.e. after all verification steps (identity, documents, presence, etc.) have succeeded but before the newPowerAuthinstance is used anywhere else in the app:finishActivation(newPaInstance: PowerAuth, activationName: string, password: WDOPowerAuthPassword, validatePassword: boolean).
- New method must be called by the client when handling the
- Breaking: Changed configuration endpoint response to include document groups instead of a flat list of documents.
1.1.0 (Dec, 2025)
- PowerAuth Cordova SDK dependency now requires v.
4.2.0. - Process cache is now persistent across app restarts.
- Changes to
WDOError:- added
reason: WDOErrorReasonproperty to specify the error cause. - added
allowOnboardingOtpRetry: booleanproperty to indicate if OTP retry is allowed (during activation failure). - modified
onboardingOtpRemainingAttemptsto parse the remaining attempts from the original exception (during activation failure).
- added
WDOActivaitonServicechanges:hasActiveProcess()now returns Promiseinstead of boolean. clear()is now asynchronous and returns Promise.
WDOActivaitonServicechanges:- removed
consentstate - replaced
consentApprovewithstartmethod with aconsentargument. consentGetnow returns Promiseinstead of the verification state. documentsInitSDKmethod now returns strongly typed response.presenceCheckInitmethod now returns strongly typed response.introstate now containsconsentRequired: booleanproperty in the corresponding union type.
- removed
1.0.0 (Nov, 2025)
Initial release.
Last updated on Mar 12, 2026 (15:18)
Edit on Github
Send Feedback