Skip to content

Releases: getyoti/yoti-node-sdk

v3.15.0

28 Jan 15:19
b534500
Compare
Choose a tag to compare

Added

Doc Scan

  • Support for Third party identity check
  • Updated Examples to include Third party identity check

Screenshot 2021-01-08 at 14 38 10

Miscellaneous

  • Update dependencies (uuid patch 8.3.1 -> 8.3.2)
  • Migrate to GitHub actions

v3.14.0

08 Jan 11:09
03babf5
Compare
Choose a tag to compare

Added

Doc Scan

  • Support for privacy policy url

v3.13.1

05 Nov 10:17
ddd9410
Compare
Choose a tag to compare

Fixed

  • 204 media responses now return Media with no content

v3.13.0

27 Oct 15:25
b55a6bb
Compare
Choose a tag to compare

Added

Doc Scan

  • Support for supplementary documents
  • Support for document page frames

v3.12.0

05 Oct 09:46
c495105
Compare
Choose a tag to compare

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

09 Jul 13:11
d52f8d5
Compare
Choose a tag to compare

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

02 Jun 08:36
4a64828
Compare
Choose a tag to compare

Changed

  • Changed SuperAgent version to v4 for compatibility with Node >= 6

v3.10.1

01 Jun 14:30
4e15b13
Compare
Choose a tag to compare

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

18 May 12:51
73e5ce5
Compare
Choose a tag to compare

Added

  • DocScanClient.getSupportedDocuments() returns list of supported documents for each country
  • SessionSpecificationBuilder.withRequiredDocument()
    • RequiredIdentityDocumentBuilder builds a required identity document
      • DocumentRestrictionsFilterBuilder builds document restrictions for required documents
        • DocumentRestrictionBuilder builds document restriction for DocumentRestrictionsFilter
      • 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

19 Mar 15:06
0215623
Compare
Choose a tag to compare

Added

  • DocScanClient
    • .createSession()
    • .getSession()
    • .deleteSession()
    • .getMediaContent()
    • .deleteMediaContent()
  • constants.API_BASE_URL with value https://api.yoti.com (scheme + host)

Removed

Changed

  • Image now extends Media

Fixed

  • Validation.isNumber() now correctly checks the type of values

Deprecated

  • YotiClient.applicationId replaced by sdkId