Releases: getyoti/yoti-node-sdk
Releases · getyoti/yoti-node-sdk
v3.15.0
v3.14.0
Added
Doc Scan
- Support for privacy policy url
v3.13.1
Fixed
204
media responses now return Media with no content
v3.13.0
Added
Doc Scan
- Support for supplementary documents
- Support for document page frames
v3.12.0
Added
Doc Scan
- Support for ID document comparison checks
- Ability to block the collection of bio-metric consent
- Allow the configuration of the
manual_check
value for requested Document Authenticity checks
v3.11.0
Added
- Doc Scan chip data support
RequestedTextExtractionTaskBuilder.withChipDataDesired()
RequestedTextExtractionTaskBuilder.withChipDataIgnore()
IdDocumentResourceResponse.getDocumentIdPhoto()
Changed
- API error message is now included in
DocScanError
message. Falls back on the message of the error it is wrapping (e.g. "Bad Request") - Updated
uuid
to^8.2.0
(was^3.3.2
)
v3.10.2
Changed
- Changed SuperAgent version to v4 for compatibility with Node
>= 6
v3.10.1
Fixed
YotiDate
now supports microseconds when parsing from RFC3339 date string with a negative UTC offset.Note: All dates are currently formatted as UTC
Z
or+00:00
so are unaffected
v3.10.0
Added
DocScanClient.getSupportedDocuments()
returns list of supported documents for each countrySessionSpecificationBuilder.withRequiredDocument()
RequiredIdentityDocumentBuilder
builds a required identity documentDocumentRestrictionsFilterBuilder
builds document restrictions for required documentsDocumentRestrictionBuilder
builds document restriction forDocumentRestrictionsFilter
OrthogonalRestrictionsFilterBuilder
builds orthogonal restrictions for required documents
CheckResponse.getType()
TaskResponse.getType()
LivenessResourceResponse.getLivenessType()
GeneratedCheckResponse.getType()
- Support for environment variables:
YOTI_API_URL
YOTI_DOC_SCAN_API_URL
3.9.0
Added
DocScanClient
.createSession()
.getSession()
.deleteSession()
.getMediaContent()
.deleteMediaContent()
constants.API_BASE_URL
with valuehttps://api.yoti.com
(scheme + host)
Removed
./sandbox
has been moved to https://github.com/getyoti/yoti-node-sdk-sandbox
Changed
Image
now extendsMedia
Fixed
Validation.isNumber()
now correctly checks the type of values
Deprecated
YotiClient.applicationId
replaced bysdkId