From 8d1c0217f73e2ef727e4aa70b6bf63d82dd91ec4 Mon Sep 17 00:00:00 2001
From: Lyuben Penkovski <lyuben.penkovski@vereign.com>
Date: Sat, 20 May 2023 12:52:08 +0300
Subject: [PATCH] Add more attributes to the invitation response coming from
 OCM

---
 ocm/types.go | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ocm/types.go b/ocm/types.go
index 9a26a0e..f348791 100644
--- a/ocm/types.go
+++ b/ocm/types.go
@@ -7,8 +7,10 @@ type LoginProofInvitationResponse struct {
 }
 
 type LoginProofInvitationResponseData struct {
-	ProofRecordID       string `json:"proofRecordId"`
-	PresentationMessage string `json:"presentationMessage"`
+	ProofRecordID            string `json:"proofRecordId"`
+	PresentationMessage      string `json:"presentationMessage"`
+	PresentationMessageShort string `json:"presentationMessageShort"`
+	CreatedDate              string `json:"createdDate"`
 }
 
 type LoginProofResultResponse struct {
-- 
GitLab