From f3d6a03bd299620b61384a9ed17ec32397ab7e92 Mon Sep 17 00:00:00 2001 From: janpieterz Date: Wed, 21 Aug 2024 17:02:38 +0000 Subject: [PATCH] Generated code and changes from branch main, commit SHA 39de9eaf --- proto/services/connect/v1/connect.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/proto/services/connect/v1/connect.proto b/proto/services/connect/v1/connect.proto index e14adf724..4fed81348 100644 --- a/proto/services/connect/v1/connect.proto +++ b/proto/services/connect/v1/connect.proto @@ -256,6 +256,18 @@ message GovernmentIDFields { // Expiration date date of the document bool expiration_date = 8; + + // The image of the front of the document + bool document_front = 9; + + // The image of the back of the document + bool document_back = 10; + + // The image of the holder portrait contained in the document + bool document_portrait = 11; + + // The image of the face match selfie + bool selfie = 12; } // Response to `CreateIDVSessionRequest`