Skip to content

Commit 209b44b

Browse files
committed
Add SignerDelegated signer activity type
1 parent 145fead commit 209b44b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/SignhostAPIClient/Rest/DataObjects/ActivityType.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ public enum ActivityType
6161
/// </summary>
6262
Signed = 203,
6363

64+
/// <summary>
65+
/// The signer delegated signing to a different signer.
66+
/// </summary>
67+
SignerDelegated = 204,
68+
6469
/// <summary>
6570
/// Signed document sent.
6671
/// </summary>

0 commit comments

Comments
 (0)