Skip to content

Commit

Permalink
Merge pull request #17 from Bhutan-NDI/fix/wh-parentThreadId-proofReq…
Browse files Browse the repository at this point in the history
…uest

fix: added parentThreadId in ISendPresentationExchangeProofRequestPay…
  • Loading branch information
RinkalBhojani authored Sep 2, 2024
2 parents 48c8040 + 1038e38 commit 00e4edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/verification/src/interfaces/verification.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export interface IPresentationExchangeProofFormats {
export interface ISendPresentationExchangeProofRequestPayload {
protocolVersion: string;
comment: string;
parentThreadId?: string;
proofFormats: IPresentationExchangeProofFormats;
autoAcceptProof: string;
label?: string;
Expand Down

0 comments on commit 00e4edf

Please sign in to comment.