Skip to content

Commit 4a201c1

Browse files
Merge branch 'feat/present-proof-v2' of https://github.com/hyperledger/aries-framework-javascript into feat/present-proof-v2
2 parents 84a2f47 + 20a8da6 commit 4a201c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: packages/core/src/modules/proofs/protocol/v2/messages/V2ProposalPresentationMessage.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ import { Equals, IsArray, IsBoolean, IsInstance, IsOptional, IsString, ValidateN
66
import { AgentMessage } from '../../../../../agent/AgentMessage'
77
import { uuid } from '../../../../../utils/uuid'
88
import { ProofFormatSpec } from '../../../formats/models/ProofFormatServiceOptions'
9-
import { PresentationPreview } from '../../v1/models/PresentationPreview'
109

1110
import { Attachment } from 'packages/core/src/decorators/attachment/Attachment'
1211

1312
export interface V2ProposePresentationMessageOptions {
1413
id?: string
14+
formats: ProofFormatSpec
15+
filtersAttach: Attachment[]
1516
comment?: string
1617
goalCode?: string
1718
willConfirm?: boolean

0 commit comments

Comments
 (0)