- Release based on Onfido OpenAPI spec version v4.3.0:
- [CAT-1581] Revert "[CAT-1528] Fix barcode field in document properties object"
- Release based on Onfido OpenAPI spec version v4.2.0:
- feat: add new fields to facial similarity report objects
- [CAT-1552] Add missing document types
- Release based on Onfido OpenAPI spec version v4.1.0:
- [CAT-1528] Fix barcode field in document properties object
- Release based on Onfido OpenAPI spec version v4.0.0:
- [CAT-1379] Add a few missing properties
- [CAT-1447] Fix applicant consents
- [CAT-1379] Fix check creation, remove some deprecated properties and deprecate others
- Use document-type enum for document upload
- [CAT-1306] Add webhooks event resource
- Upgrade OpenAPI generator to v7.9.0 (was v7.6.0)
- Migration Guide
- Release based on Onfido OpenAPI spec version v3.5.0:
- [CAT-1376] Add record item object definition for watchlist enhanced properties field
- Release based on Onfido OpenAPI spec version v3.4.0:
- Fix error raised when uploading media with location in typescript
- Fix examples in templated README in typescript
- SDK Token: Remove UUID format from application_id
- test: fix workflow-runs test
- docs: update README with the new onfido version
- Release based on Onfido OpenAPI spec version v3.3.0:
- Expose
customer_user_id
inworkflow_runs
- adding sdk_token to workflow run schema
- Expose
- Release based on Onfido OpenAPI spec version v3.2.0:
- [CAT-1289] Document report's properties: Add middle name
- chore(qes): add documents endpoint
- [CAT-1297] Webhook Event: remove uuid format from object.id
- fix(qes): fix download document http method
- Add started_at_iso8601 field in webhook event
- add jpeg file type for documents
- Release based on Onfido OpenAPI spec version v3.1.0:
- Add missing fields in document report's properties
- Library has been updated and automatically generated from Onfido OpenAPI Spec (release v3.0.0)
- Integration tests have been refreshed and API coverage increased
- Make library auto-generated and based on Onfido OpenAPI spec
- Add
resource
toWebhookEvent
- Added
signed_evidence_file
method for WorkflowRuns
- Added
sandbox
field to Check.
- Fix bug when uploading documents with
validateImageQuality
.
- Updated to use API v3.6. For more details please see our release notes
- Added WorkflowRuns support
- Added Motion capture support
- Updated to use API v3.5. For more details please see our release notes
- Reinstated
privacyNoticesReadConsentGiven
parameter
- Updated to use API v3.4. For more details please see our release notes
- Added
location
to applicant request, applicant response and documents request.location
is a mandatory parameter for all applicants in order to create a check using API v3.4 - Added
consents
to applicant request.consents
is a mandatory parameter for any applicant located in the United States in order to create a check using API v3.4 - Added
phoneNumber
to applicant request and response
- Updated to use API v3.3
- Fixed
advancedValidation
flag when uploading live photo
- Added
validate_image_quality
to document upload request
- Updated to use API v3.2
- Added
environments
to Webhook object
- Added
sub_result
to trigger sandbox pre-determined responses for Document report sub-results - Added
consider
array functionality for sandbox pre-determined responses
- Updated to use API v3.1
- Region is now a required argument when constructing an
Onfido
instance. The region previously defaulted toRegion.EU
- Add support for downloading a check
- Add
privacy_notices_read_consent_given
to the type for creating a chec
- Updated dependencies.
- Library should work now with
esModuleInterop: false
- Fix type declaration location for TypeScript users
- Ensure consistent version in User-Agent
- Add User Agent header
- Add support for Autofill endpoint
- Add support for
cross_device_url
when generating an SDK token
- Allow specifying the filepath and content type explicitly for file upload
- Add support for the Canada region (api.ca.onfido.com)
- Add missing
document_ids
field toCheckRequest
type
- Improved typing of check and report objects.
- The initial release of this library, which uses v3 of the Onfido API