Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,79 @@ All notable changes to this project will be documented in this file.

See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.

## [v8.0.0] - eSignature API v2.1-24.2.00.00 - 2024-07-23
### 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
- Updated the SDK release version.


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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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**: 8.0.0-rc1
- **Latest SDK version**: 8.0.0

<a id="requirements"></a>
### Requirements
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "docusign/esign-client",
"description": "The DocuSign PHP library makes integrating DocuSign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-esign-php-client repository. Join the eSign revolution!",
"description": "The Docusign PHP library makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-esign-php-client repository. Join the eSign revolution!",
"keywords": [
"DocuSign",
"Docusign",
"Agreement",
"eSignature",
"php",
Expand Down
62 changes: 31 additions & 31 deletions src/Api/AccountsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/

Expand Down Expand Up @@ -39,7 +39,7 @@
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class CreateOptions
Expand Down Expand Up @@ -80,7 +80,7 @@ public function setPreviewBillingPlan(?string $preview_billing_plan): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class CreateAccountSignaturesOptions
Expand Down Expand Up @@ -121,7 +121,7 @@ public function setDecodeOnly(?string $decode_only): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class CreateCustomFieldOptions
Expand Down Expand Up @@ -162,7 +162,7 @@ public function setApplyToTemplates(?string $apply_to_templates): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class CreatePermissionProfileOptions
Expand Down Expand Up @@ -203,7 +203,7 @@ public function setInclude(?string $include): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class DeleteOptions
Expand Down Expand Up @@ -244,7 +244,7 @@ public function setRedactUserData(?string $redact_user_data): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class DeleteCustomFieldOptions
Expand Down Expand Up @@ -285,7 +285,7 @@ public function setApplyToTemplates(?string $apply_to_templates): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class DeletePermissionProfileOptions
Expand Down Expand Up @@ -326,7 +326,7 @@ public function setMoveUsersTo(?string $move_users_to): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetAccountIdentityVerificationOptions
Expand Down Expand Up @@ -367,7 +367,7 @@ public function setIdentityVerificationWorkflowStatus(?string $identity_verifica
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetAccountInformationOptions
Expand Down Expand Up @@ -408,7 +408,7 @@ public function setIncludeAccountSettings(?string $include_account_settings): se
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetAccountSignatureImageOptions
Expand Down Expand Up @@ -449,7 +449,7 @@ public function setIncludeChrome(?string $include_chrome): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetAccountSignaturesOptions
Expand Down Expand Up @@ -544,7 +544,7 @@ public function setStampType(?string $stamp_type): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetAgentUserAuthorizationsOptions
Expand Down Expand Up @@ -747,7 +747,7 @@ public function setUserNameSubstring(?string $user_name_substring): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetBillingChargesOptions
Expand Down Expand Up @@ -788,7 +788,7 @@ public function setIncludeCharges(?string $include_charges): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetBrandOptions
Expand Down Expand Up @@ -856,7 +856,7 @@ public function setIncludeLogos(?string $include_logos): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetBrandResourcesByContentTypeOptions
Expand Down Expand Up @@ -924,7 +924,7 @@ public function setReturnMaster(?string $return_master): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetConsumerDisclosureDefaultOptions
Expand Down Expand Up @@ -965,7 +965,7 @@ public function setLangCode(?string $lang_code): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetPermissionProfileOptions
Expand Down Expand Up @@ -1006,7 +1006,7 @@ public function setInclude(?string $include): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class GetPrincipalUserAuthorizationsOptions
Expand Down Expand Up @@ -1209,7 +1209,7 @@ public function setUserNameSubstring(?string $user_name_substring): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class ListBrandsOptions
Expand Down Expand Up @@ -1277,7 +1277,7 @@ public function setIncludeLogos(?string $include_logos): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class ListPermissionsOptions
Expand Down Expand Up @@ -1318,7 +1318,7 @@ public function setInclude(?string $include): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class ListRecipientNamesByEmailOptions
Expand Down Expand Up @@ -1359,7 +1359,7 @@ public function setEmail(?string $email): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class ListSharedAccessOptions
Expand Down Expand Up @@ -1589,7 +1589,7 @@ public function setUserIds(?string $user_ids): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class UpdateAccountSignatureByIdOptions
Expand Down Expand Up @@ -1630,7 +1630,7 @@ public function setCloseExistingSignature(?string $close_existing_signature): se
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class UpdateAccountSignatureImageOptions
Expand Down Expand Up @@ -1671,7 +1671,7 @@ public function setTransparentPng(?string $transparent_png): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class UpdateBrandOptions
Expand Down Expand Up @@ -1712,7 +1712,7 @@ public function setReplaceBrand(?string $replace_brand): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class UpdateConsumerDisclosureOptions
Expand Down Expand Up @@ -1753,7 +1753,7 @@ public function setIncludeMetadata(?string $include_metadata): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class UpdateCustomFieldOptions
Expand Down Expand Up @@ -1794,7 +1794,7 @@ public function setApplyToTemplates(?string $apply_to_templates): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class UpdatePermissionProfileOptions
Expand Down Expand Up @@ -1835,7 +1835,7 @@ public function setInclude(?string $include): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class UpdateSharedAccessOptions
Expand Down Expand Up @@ -1938,7 +1938,7 @@ public function setUserIds(?string $user_ids): self
* @category Class
* @package DocuSign\eSign
* @author Swagger Codegen team <apihelp@docusign.com>
* @license The DocuSign PHP Client SDK is licensed under the MIT License.
* @license The Docusign PHP Client SDK is licensed under the MIT License.
* @link https://github.com/swagger-api/swagger-codegen
*/
class AccountsApi
Expand Down
Loading