feat(RemoveSignatureNotification): add ReceiverSignature to RemoveSignatureNotification
Added a new nullable ReceiverSignature property to the RemoveSignatureNotification record to support handling receiver-specific signature removal events.
This commit is contained in:
@@ -6,4 +6,5 @@ namespace EnvelopeGenerator.Application.Common.Notifications.RemoveSignature;
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="EnvelopeUuid"></param>
|
||||
public record RemoveSignatureNotification(string EnvelopeUuid) : INotification;
|
||||
/// <param name="ReceiverSignature"></param>
|
||||
public record RemoveSignatureNotification(string EnvelopeUuid, string? ReceiverSignature) : INotification;
|
||||
Reference in New Issue
Block a user