Skip to content

Commit

Permalink
feat(designer): Expose receiver URI on AS2 encode output (#4247)
Browse files Browse the repository at this point in the history
Expose receiver URI on AS2 encode output
  • Loading branch information
tonytang-microsoft-com committed Feb 26, 2024
1 parent 230d7c6 commit 495973f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ export const as2EncodeManifest = {
title: 'MDN type',
description: 'The MDN(acknowledgment) type - NotConfigured, Sync, Async.',
},
receiverUri: {
type: 'string',
title: 'Receiver URI',
description: 'The receiver URI.',
},
},
},
},
Expand Down

0 comments on commit 495973f

Please sign in to comment.