7.10.0
Release 7.10.0 (#613)
This release introduces new functionality for retrieving assets (such as face images, videos, and document images) captured during identity and face authentication attempts, including both asynchronous and synchronous methods. It also adds supporting data models for paginated asset responses and asset metadata. Additionally, there are minor enhancements to the payments API.
Identity & Face Authentication Assets Retrieval:
- Added asynchronous and synchronous methods to both
IdentityVerificationClientandFaceAuthenticationClientfor retrieving attempt assets with pagination support (skipandlimit), along with their implementations. [1] [2] [3] [4] [5] [6] [7] [8] - Introduced new response classes for paginated assets:
IdentityVerificationAttemptAssetsResponseandFaceAuthenticationAttemptAssetsResponse, including asset metadata and links. [1] [2] [3] - Added
AttemptAssetsQueryFilterfor pagination parameters andAttemptAssetLinksfor asset download URLs. [1] [2]
Imports and Constants:
- Updated imports and added new constants for asset paths in client implementations. [1] [2] [3] [4] [5] [6]
Payments API Enhancements:
- Extended
PaymentSessionInfoto support new fields:authorizationTypeandpaymentPlan, allowing for more flexible payment session handling. [1] [2]…ntegration tests
Breaking changes:
- AmlScreeningClient, FaceAuthenticationClient, IdDocumentVerificationClient, IdentityVerificationClient, ReconciliationClient function names adjusted to the default API async/sync nomenclature, by default, the functions without suffix are async, the syncronous ones are suffixed with *Sync.