Skip to content

7.10.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 08:41
039f486

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 IdentityVerificationClient and FaceAuthenticationClient for retrieving attempt assets with pagination support (skip and limit), along with their implementations. [1] [2] [3] [4] [5] [6] [7] [8]
  • Introduced new response classes for paginated assets: IdentityVerificationAttemptAssetsResponse and FaceAuthenticationAttemptAssetsResponse, including asset metadata and links. [1] [2] [3]
  • Added AttemptAssetsQueryFilter for pagination parameters and AttemptAssetLinks for 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 PaymentSessionInfo to support new fields: authorizationType and paymentPlan, 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.