From 1038e38bc463408eb1e997e78abd642a20dddab4 Mon Sep 17 00:00:00 2001 From: "rinkal.bhojani" Date: Mon, 2 Sep 2024 15:34:24 +0530 Subject: [PATCH] fix: added parentThreadId in ISendPresentationExchangeProofRequestPayload dto --- apps/verification/src/interfaces/verification.interface.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/verification/src/interfaces/verification.interface.ts b/apps/verification/src/interfaces/verification.interface.ts index 22bb11ce9..944fa9bdb 100644 --- a/apps/verification/src/interfaces/verification.interface.ts +++ b/apps/verification/src/interfaces/verification.interface.ts @@ -135,6 +135,7 @@ export interface IPresentationExchangeProofFormats { export interface ISendPresentationExchangeProofRequestPayload { protocolVersion: string; comment: string; + parentThreadId?: string; proofFormats: IPresentationExchangeProofFormats; autoAcceptProof: string; label?: string;