Skip to content

Release/4.13.1#575

Open
laurent-yoti wants to merge 10 commits intomasterfrom
release/4.13.1
Open

Release/4.13.1#575
laurent-yoti wants to merge 10 commits intomasterfrom
release/4.13.1

Conversation

@laurent-yoti
Copy link
Copy Markdown
Collaborator

@laurent-yoti laurent-yoti commented Apr 28, 2026

NEW

In the IDV package

Introduces new method getExtractionImageIds() in the PageResponse class.

Example:

const sessionId = 'some_session_id';
const sessionResult = await idvClient.getSession(sessionId);
const firstIdDocument = sessionResult.getResources().getIdDocuments()[0];
const firstPage = firstIdDocument.getPages()[0];
// new method usage
firstPage.getExtractionImageIds(); // ['image_id_1', 'image_id_2']

Others

Chores - updates for vulnerable libraries versions.
Upgrade to eslint-9

Comment thread examples/aml-check/.eslintrc.js
Comment thread src/idv_service/session/retrieve/page.response.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants