Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# DocuSign C# Client Changelog

## [v9.0.0] - eSignature API v2.1-26.1.02.00 - 2026-05-04
### Removed
- Removed the deprecated `ListRecipientNamesByEmail` endpoint (`/v2.1/accounts/{accountId}/recipient_names`).

### Added
- **Accounts API**: Template completion-rate methods (`GetCompletionRateForTemplate`, `GetCompletionRateForTemplateOwner`).
- **Connect API**: Secret key management methods (`CreateConnectSecret`, `GetConnectSecret`, `DeleteConnectSecret`).
- **Models**: `SenderCompletionInfo`, `TemplateCompletionInfo`, `TemplateCompletionRateResponse`, `UserCompletionRateResponse`.

### Changed
- Added support for version v2.1-26.1.02.00 of the DocuSign ESignature API.
- Updated the SDK release version to 9.0.0.
- Added query parameters: `include_is_edited` and `link_configuration_id` for document listing methods.

## [v8.7.0] - eSignature API v2.1-26.1.00.00 - 2026-03-05
### Changed
- Added support for version v2.1-26.1.00.00 of the DocuSign ESignature API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This client SDK is provided as open source, which enables you to customize its f
<a id="versionInformation"></a>
### Version Information
- **API version**: v2.1
- **Latest SDK version (Including prerelease)**: 8.7.0
- **Latest SDK version (Including prerelease)**: 9.0.0

<a id="requirements"></a>
### Requirements
Expand Down
10 changes: 5 additions & 5 deletions sdk/DocuSign.eSign.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{54CE4337-BBB5-4DA9-9DAA-E3BD9F2EA145}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{7D2E85BD-F5BE-450C-A6C9-00DF5A133FD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54CE4337-BBB5-4DA9-9DAA-E3BD9F2EA145}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54CE4337-BBB5-4DA9-9DAA-E3BD9F2EA145}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54CE4337-BBB5-4DA9-9DAA-E3BD9F2EA145}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54CE4337-BBB5-4DA9-9DAA-E3BD9F2EA145}.Release|Any CPU.Build.0 = Release|Any CPU
{7D2E85BD-F5BE-450C-A6C9-00DF5A133FD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D2E85BD-F5BE-450C-A6C9-00DF5A133FD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D2E85BD-F5BE-450C-A6C9-00DF5A133FD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D2E85BD-F5BE-450C-A6C9-00DF5A133FD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
625 changes: 406 additions & 219 deletions sdk/src/DocuSign.eSign/Api/AccountsApi.cs

Large diffs are not rendered by default.

793 changes: 697 additions & 96 deletions sdk/src/DocuSign.eSign/Api/ConnectApi.cs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions sdk/src/DocuSign.eSign/Api/EnvelopesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22914,6 +22914,8 @@ public class ListDocumentsOptions
///
public string includeDocumentSize {get; set;}
///
public string includeIsEdited {get; set;}
///
public string includeMetadata {get; set;}
///
public string includeTabs {get; set;}
Expand Down Expand Up @@ -22987,6 +22989,7 @@ public ApiResponse<EnvelopeDocumentsResult> ListDocumentsWithHttpInfo(string acc
if (options.includeAgreementType != null) localVarQueryParams.Add("include_agreement_type", this.ApiClient.ParameterToString(options.includeAgreementType)); // query parameter
if (options.includeDocgenFormfields != null) localVarQueryParams.Add("include_docgen_formfields", this.ApiClient.ParameterToString(options.includeDocgenFormfields)); // query parameter
if (options.includeDocumentSize != null) localVarQueryParams.Add("include_document_size", this.ApiClient.ParameterToString(options.includeDocumentSize)); // query parameter
if (options.includeIsEdited != null) localVarQueryParams.Add("include_is_edited", this.ApiClient.ParameterToString(options.includeIsEdited)); // query parameter
if (options.includeMetadata != null) localVarQueryParams.Add("include_metadata", this.ApiClient.ParameterToString(options.includeMetadata)); // query parameter
if (options.includeTabs != null) localVarQueryParams.Add("include_tabs", this.ApiClient.ParameterToString(options.includeTabs)); // query parameter
if (options.recipientId != null) localVarQueryParams.Add("recipient_id", this.ApiClient.ParameterToString(options.recipientId)); // query parameter
Expand Down Expand Up @@ -23082,6 +23085,7 @@ public async System.Threading.Tasks.Task<ApiResponse<EnvelopeDocumentsResult>> L
if (options.includeAgreementType != null) localVarQueryParams.Add("include_agreement_type", this.ApiClient.ParameterToString(options.includeAgreementType)); // query parameter
if (options.includeDocgenFormfields != null) localVarQueryParams.Add("include_docgen_formfields", this.ApiClient.ParameterToString(options.includeDocgenFormfields)); // query parameter
if (options.includeDocumentSize != null) localVarQueryParams.Add("include_document_size", this.ApiClient.ParameterToString(options.includeDocumentSize)); // query parameter
if (options.includeIsEdited != null) localVarQueryParams.Add("include_is_edited", this.ApiClient.ParameterToString(options.includeIsEdited)); // query parameter
if (options.includeMetadata != null) localVarQueryParams.Add("include_metadata", this.ApiClient.ParameterToString(options.includeMetadata)); // query parameter
if (options.includeTabs != null) localVarQueryParams.Add("include_tabs", this.ApiClient.ParameterToString(options.includeTabs)); // query parameter
if (options.recipientId != null) localVarQueryParams.Add("recipient_id", this.ApiClient.ParameterToString(options.recipientId)); // query parameter
Expand Down
8 changes: 8 additions & 0 deletions sdk/src/DocuSign.eSign/Api/TemplatesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8974,6 +8974,8 @@ public class ListDocumentsOptions
///
public string includeAgreementType {get; set;}
///
public string includeIsEdited {get; set;}
///
public string includeTabs {get; set;}
}

Expand Down Expand Up @@ -9038,6 +9040,7 @@ public ApiResponse<TemplateDocumentsResult> ListDocumentsWithHttpInfo(string acc
if (options != null)
{
if (options.includeAgreementType != null) localVarQueryParams.Add("include_agreement_type", this.ApiClient.ParameterToString(options.includeAgreementType)); // query parameter
if (options.includeIsEdited != null) localVarQueryParams.Add("include_is_edited", this.ApiClient.ParameterToString(options.includeIsEdited)); // query parameter
if (options.includeTabs != null) localVarQueryParams.Add("include_tabs", this.ApiClient.ParameterToString(options.includeTabs)); // query parameter
}

Expand Down Expand Up @@ -9127,6 +9130,7 @@ public async System.Threading.Tasks.Task<ApiResponse<TemplateDocumentsResult>> L
if (options != null)
{
if (options.includeAgreementType != null) localVarQueryParams.Add("include_agreement_type", this.ApiClient.ParameterToString(options.includeAgreementType)); // query parameter
if (options.includeIsEdited != null) localVarQueryParams.Add("include_is_edited", this.ApiClient.ParameterToString(options.includeIsEdited)); // query parameter
if (options.includeTabs != null) localVarQueryParams.Add("include_tabs", this.ApiClient.ParameterToString(options.includeTabs)); // query parameter
}

Expand Down Expand Up @@ -9573,6 +9577,8 @@ public class ListTemplatesOptions
///
public string isDownload {get; set;}
///
public string linkConfigurationId {get; set;}
///
public string modifiedFromDate {get; set;}
///
public string modifiedToDate {get; set;}
Expand Down Expand Up @@ -9665,6 +9671,7 @@ public ApiResponse<EnvelopeTemplateResults> ListTemplatesWithHttpInfo(string acc
if (options.include != null) localVarQueryParams.Add("include", this.ApiClient.ParameterToString(options.include)); // query parameter
if (options.isDeletedTemplateOnly != null) localVarQueryParams.Add("is_deleted_template_only", this.ApiClient.ParameterToString(options.isDeletedTemplateOnly)); // query parameter
if (options.isDownload != null) localVarQueryParams.Add("is_download", this.ApiClient.ParameterToString(options.isDownload)); // query parameter
if (options.linkConfigurationId != null) localVarQueryParams.Add("link_configuration_id", this.ApiClient.ParameterToString(options.linkConfigurationId)); // query parameter
if (options.modifiedFromDate != null) localVarQueryParams.Add("modified_from_date", this.ApiClient.ParameterToString(options.modifiedFromDate)); // query parameter
if (options.modifiedToDate != null) localVarQueryParams.Add("modified_to_date", this.ApiClient.ParameterToString(options.modifiedToDate)); // query parameter
if (options.order != null) localVarQueryParams.Add("order", this.ApiClient.ParameterToString(options.order)); // query parameter
Expand Down Expand Up @@ -9769,6 +9776,7 @@ public async System.Threading.Tasks.Task<ApiResponse<EnvelopeTemplateResults>> L
if (options.include != null) localVarQueryParams.Add("include", this.ApiClient.ParameterToString(options.include)); // query parameter
if (options.isDeletedTemplateOnly != null) localVarQueryParams.Add("is_deleted_template_only", this.ApiClient.ParameterToString(options.isDeletedTemplateOnly)); // query parameter
if (options.isDownload != null) localVarQueryParams.Add("is_download", this.ApiClient.ParameterToString(options.isDownload)); // query parameter
if (options.linkConfigurationId != null) localVarQueryParams.Add("link_configuration_id", this.ApiClient.ParameterToString(options.linkConfigurationId)); // query parameter
if (options.modifiedFromDate != null) localVarQueryParams.Add("modified_from_date", this.ApiClient.ParameterToString(options.modifiedFromDate)); // query parameter
if (options.modifiedToDate != null) localVarQueryParams.Add("modified_to_date", this.ApiClient.ParameterToString(options.modifiedToDate)); // query parameter
if (options.order != null) localVarQueryParams.Add("order", this.ApiClient.ParameterToString(options.order)); // query parameter
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/DocuSign.eSign/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Configuration
/// Version of the package.
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "8.7.0";
public const string Version = "9.0.0";

/// <summary>
/// Identifier for ISO 8601 DateTime Format
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/DocuSign.eSign.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<RootNamespace>DocuSign.eSign</RootNamespace>
<AssemblyName>DocuSign.eSign</AssemblyName>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>8.7.0</VersionPrefix>
<VersionPrefix>9.0.0</VersionPrefix>
<VersionSuffix/>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -26,7 +26,7 @@
<PackageLicenseUrl>https://github.com/docusign/docusign-esign-csharp-client/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/docusign/docusign-esign-csharp-client</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>[v8.7.0] - ESignature API v2.1-26.1.00.00 - 3/4/2026</PackageReleaseNotes>
<PackageReleaseNotes>[v9.0.0] - ESignature API v2.1-26.1.02.00 - 5/3/2026</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462'">
<DefineConstants>NET462</DefineConstants>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public AccountIdentityVerificationWorkflow()
/// </summary>
/// <param name="DefaultDescription">DefaultDescription.</param>
/// <param name="DefaultName">DefaultName.</param>
/// <param name="DisplayOrder">DisplayOrder.</param>
/// <param name="InputOptions">InputOptions.</param>
/// <param name="IsDisabled">IsDisabled.</param>
/// <param name="OwnerType">OwnerType.</param>
Expand All @@ -45,10 +46,11 @@ public AccountIdentityVerificationWorkflow()
/// <param name="WorkflowId">WorkflowId.</param>
/// <param name="WorkflowLabel">WorkflowLabel.</param>
/// <param name="WorkflowResourceKey">WorkflowResourceKey.</param>
public AccountIdentityVerificationWorkflow(string DefaultDescription = default(string), string DefaultName = default(string), List<AccountIdentityInputOption> InputOptions = default(List<AccountIdentityInputOption>), string IsDisabled = default(string), string OwnerType = default(string), AccountSignatureProvider SignatureProvider = default(AccountSignatureProvider), List<AccountIdentityVerificationStep> Steps = default(List<AccountIdentityVerificationStep>), string WorkflowId = default(string), string WorkflowLabel = default(string), string WorkflowResourceKey = default(string))
public AccountIdentityVerificationWorkflow(string DefaultDescription = default(string), string DefaultName = default(string), string DisplayOrder = default(string), List<AccountIdentityInputOption> InputOptions = default(List<AccountIdentityInputOption>), string IsDisabled = default(string), string OwnerType = default(string), AccountSignatureProvider SignatureProvider = default(AccountSignatureProvider), List<AccountIdentityVerificationStep> Steps = default(List<AccountIdentityVerificationStep>), string WorkflowId = default(string), string WorkflowLabel = default(string), string WorkflowResourceKey = default(string))
{
this.DefaultDescription = DefaultDescription;
this.DefaultName = DefaultName;
this.DisplayOrder = DisplayOrder;
this.InputOptions = InputOptions;
this.IsDisabled = IsDisabled;
this.OwnerType = OwnerType;
Expand All @@ -70,6 +72,11 @@ public AccountIdentityVerificationWorkflow()
[DataMember(Name="defaultName", EmitDefaultValue=false)]
public string DefaultName { get; set; }
/// <summary>
/// Gets or Sets DisplayOrder
/// </summary>
[DataMember(Name="displayOrder", EmitDefaultValue=false)]
public string DisplayOrder { get; set; }
/// <summary>
/// Gets or Sets InputOptions
/// </summary>
[DataMember(Name="inputOptions", EmitDefaultValue=false)]
Expand Down Expand Up @@ -120,6 +127,7 @@ public override string ToString()
sb.Append("class AccountIdentityVerificationWorkflow {\n");
sb.Append(" DefaultDescription: ").Append(DefaultDescription).Append("\n");
sb.Append(" DefaultName: ").Append(DefaultName).Append("\n");
sb.Append(" DisplayOrder: ").Append(DisplayOrder).Append("\n");
sb.Append(" InputOptions: ").Append(InputOptions).Append("\n");
sb.Append(" IsDisabled: ").Append(IsDisabled).Append("\n");
sb.Append(" OwnerType: ").Append(OwnerType).Append("\n");
Expand Down Expand Up @@ -174,6 +182,11 @@ public bool Equals(AccountIdentityVerificationWorkflow other)
this.DefaultName != null &&
this.DefaultName.Equals(other.DefaultName)
) &&
(
this.DisplayOrder == other.DisplayOrder ||
this.DisplayOrder != null &&
this.DisplayOrder.Equals(other.DisplayOrder)
) &&
(
this.InputOptions == other.InputOptions ||
this.InputOptions != null &&
Expand Down Expand Up @@ -231,6 +244,8 @@ public override int GetHashCode()
hash = hash * 59 + this.DefaultDescription.GetHashCode();
if (this.DefaultName != null)
hash = hash * 59 + this.DefaultName.GetHashCode();
if (this.DisplayOrder != null)
hash = hash * 59 + this.DisplayOrder.GetHashCode();
if (this.InputOptions != null)
hash = hash * 59 + this.InputOptions.GetHashCode();
if (this.IsDisabled != null)
Expand Down
Loading
Loading