Skip to content

Commit

Permalink
Version 8.0.0-rc1-v2.1-24.2.00.00 release (#448)
Browse files Browse the repository at this point in the history
Co-authored-by: root <[email protected]>
  • Loading branch information
garg-mudit and root authored Jul 2, 2024
1 parent e06f67d commit 0790ec1
Show file tree
Hide file tree
Showing 542 changed files with 1,512 additions and 1,162 deletions.
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,81 @@
# DocuSign C# Client Changelog

## [v8.0.0-rc1] - eSignature API v2.1-24.2.00.00 - 2024-07-02

### Breaking Changes

<details>
<summary>API Changes (Click to expand)</summary>

<div style="margin-left: 20px;">

<br/>
Added support for version v2.1-24.2.00.00 of the Docusign ESignature API.

## Endpoint-Specific Changes

### Updated [Envelopes: get](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/get/)
Added new optional query parameter named `include_anchor_tab_locations` of type string.

### Updated [Envelopes: update](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/update/)
Added new optional query parameter named `recycle_on_void` of type string.

### Updated [EnvelopeViews : createCorrect](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createcorrect/)
Request body object `correctViewRequest` has been changed to `envelopeViewRequest`.

## Model Changes

### Updated existing models

### `accountInformation`

- **Added fields:**
- `freeEnvelopeSendsRemainingForAdvancedDocGen`

### `accountSettingsInformation`

- **Added fields:**
- `defaultSigningResponsiveView`
- `defaultSigningResponsiveViewMetadata`
- `dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb`
- `enableAdditionalAdvancedWebFormsFeatures`
- `enableAdditionalAdvancedWebFormsFeaturesMetadata`

- **Removed fields:**
- `enableSaveAsEnvelopeCustomFieldInWebForms`
- `enableSaveAsEnvelopeCustomFieldInWebFormsMetadata`

### `bulksendingCopyDocGenFormField`

- **Added field:**
- `rowValues`

### `notaryRecipient`

- **Added field:**
- `canNotaryCorrectEnvelope`

### `tabAccountSettings`

- **Added field:**
- `enableTabAgreementDetails`
- `enableTabAgreementDetailsMetadata`


### Newly added Models

- `bulkSendingCopyDocGenFormFieldRowValue`

</div>
</details>

### Other Changes
- Improved error logging capabilities for the SDK
- Updated the SDK release version.




## [v7.0.0] - eSignature API v2.1-24.1.01.00 - 2024-06-28
### Breaking Changes

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)**: 7.0.0
- **Latest SDK version (Including prerelease)**: 8.0.0-rc1

<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", "{B7899DE6-565C-4B1A-A1FB-596FE40EE0FE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{6832F73B-2498-44E8-A8A5-5DD858B47089}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7899DE6-565C-4B1A-A1FB-596FE40EE0FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7899DE6-565C-4B1A-A1FB-596FE40EE0FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7899DE6-565C-4B1A-A1FB-596FE40EE0FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7899DE6-565C-4B1A-A1FB-596FE40EE0FE}.Release|Any CPU.Build.0 = Release|Any CPU
{6832F73B-2498-44E8-A8A5-5DD858B47089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6832F73B-2498-44E8-A8A5-5DD858B47089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6832F73B-2498-44E8-A8A5-5DD858B47089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6832F73B-2498-44E8-A8A5-5DD858B47089}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/AccountsApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/AuthenticationApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/BillingApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/BulkEnvelopesApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/BulkProcessDataApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/BulkProcessDataSendApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/CloudStorageApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/ConnectApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/CustomTabsApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/DiagnosticsApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/DocuSign.eSign/Api/EmailArchiveApi.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DocuSign REST API
* Docusign eSignature REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
*
* OpenAPI spec version: v2.1
* Contact: [email protected]
Expand Down
Loading

0 comments on commit 0790ec1

Please sign in to comment.