Type Alias SignatureOperation
SignatureOperation:
| "CreateEnvelope"
| "GetEnvelopeStatus"
| "DownloadSignedDocument"
| "VoidEnvelope"
| "CreateEmbeddedSigningUrl"
| "ApplyTemplate"
| "ResendNotification"
| "ParseWebhookEvent"
| "VerifyWebhookSignature"
The full set of operations a signature provider may support. Core operations are always implemented; optional operations return a "not supported" result by default and are advertised via BaseSignatureProvider.getSupportedOperations.