Skip to content

Commit 643ff5c

Browse files
Merge branch 'master' into v8.2.0-v2.1-25.1.00.02
Signed-off-by: Moses Olayemi <36492134+moses197@users.noreply.github.com>
2 parents b9f5dc7 + 3077c4d commit 643ff5c

28 files changed

+1603
-258
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@ All notable changes to this project will be documented in this file.
33

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

6-
## [V8.2.0] - eSignature API v2.1-25.1.00.02 - 2025-05-24
6+
## [v8.3.0] - eSignature API v2.1-25.2.01.00 - 2025-07-08
77
### Changed
8-
- Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
8+
- Added support for version v2.1-25.2.01.00 of the DocuSign ESignature API.
9+
- Updated the SDK release version.
10+
11+
## [v8.2.0] - eSignature API v2.1-25.2.00.00 - 2025-05-21
12+
### Changed
13+
- Added support for version v2.1-25.2.00.00 of the DocuSign ESignature API.
914
- Updated the SDK release version.
10-
- Modernized constructor classes in Api, Client and Model files (including Configuration.php file) by adding `?array $data = null` to address deprecated warnings in PHP.
11-
- Added return types (`bool`, `mixed`, and `void`) to several functions in model files to improve type safety and compatibility with modern PHP versions.
1215

1316
## [v8.1.0] - eSignature API v2.1-25.1.00.02 - 2025-05-05
1417
### Changed
1518
- Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
1619
- Updated the SDK release version.
20+
- Modernized constructor classes in Api, Client and Model files (including Configuration.php file) by adding `?array $data = null` to address deprecated warnings in PHP.
21+
- Added return types (`bool`, `mixed`, and `void`) to several functions in model files to improve type safety and compatibility with modern PHP versions.
1722

1823
## [v8.1.0-rc1] - eSignature API v2.1-25.1.00.02 - 2025-04-04
1924
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This client SDK is provided as open source, which enables you to customize its f
3030
<a id="versionInformation"></a>
3131
### Version Information
3232
- **API version**: v2.1
33-
- **Latest SDK version**: 8.1.0
33+
- **Latest SDK version**: 8.3.0
3434

3535
<a id="requirements"></a>
3636
### Requirements

src/Api/AccountsApi.php

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,33 @@ public function setIncludeAccountSettings(?string $include_account_settings): se
399399
$this->include_account_settings = $include_account_settings;
400400
return $this;
401401
}
402+
/**
403+
* $include_trial_eligibility
404+
* @var ?string
405+
*/
406+
protected ?string $include_trial_eligibility = null;
407+
408+
/**
409+
* Gets include_trial_eligibility
410+
*
411+
* @return ?string
412+
*/
413+
public function getIncludeTrialEligibility(): ?string
414+
{
415+
return $this->include_trial_eligibility;
416+
}
417+
418+
/**
419+
* Sets include_trial_eligibility
420+
* @param ?string $include_trial_eligibility
421+
*
422+
* @return self
423+
*/
424+
public function setIncludeTrialEligibility(?string $include_trial_eligibility): self
425+
{
426+
$this->include_trial_eligibility = $include_trial_eligibility;
427+
return $this;
428+
}
402429
}
403430

404431

@@ -4031,6 +4058,9 @@ public function getAccountInformationWithHttpInfo($account_id, \DocuSign\eSign\A
40314058
if ($options->getIncludeAccountSettings() != 'null') {
40324059
$queryParams['include_account_settings'] = $this->apiClient->getSerializer()->toQueryValue($options->getIncludeAccountSettings());
40334060
}
4061+
if ($options->getIncludeTrialEligibility() != 'null') {
4062+
$queryParams['include_trial_eligibility'] = $this->apiClient->getSerializer()->toQueryValue($options->getIncludeTrialEligibility());
4063+
}
40344064
}
40354065

40364066
// path params
@@ -5316,7 +5346,7 @@ public function getBrandResourcesByContentTypeWithHttpInfo($account_id, $brand_i
53165346
* Gets the Electronic Record and Signature Disclosure.
53175347
*
53185348
* @param ?string $account_id The external account number (int) or account ID Guid.
5319-
* @param ?string $lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
5349+
* @param ?string $lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
53205350
*
53215351
* @throws ApiException on non-2xx response
53225352
* @return \DocuSign\eSign\Model\ConsumerDisclosure
@@ -5333,7 +5363,7 @@ public function getConsumerDisclosure($account_id, $lang_code)
53335363
* Gets the Electronic Record and Signature Disclosure.
53345364
*
53355365
* @param ?string $account_id The external account number (int) or account ID Guid.
5336-
* @param ?string $lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
5366+
* @param ?string $lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
53375367
*
53385368
* @throws ApiException on non-2xx response
53395369
* @return array of \DocuSign\eSign\Model\ConsumerDisclosure, HTTP status code, HTTP response headers (array of strings)
@@ -8320,7 +8350,7 @@ public function updateBrandResourcesByContentTypeWithHttpInfo($account_id, $bran
83208350
* Update Consumer Disclosure.
83218351
*
83228352
* @param ?string $account_id The external account number (int) or account ID Guid.
8323-
* @param ?string $lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
8353+
* @param ?string $lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
83248354
* @param \DocuSign\eSign\Model\ConsumerDisclosure $consumer_disclosure (optional)
83258355
* @param \DocuSign\eSign\Api\AccountsApi\UpdateConsumerDisclosureOptions $options for modifying the behavior of the function. (optional)
83268356
*
@@ -8339,7 +8369,7 @@ public function updateConsumerDisclosure($account_id, $lang_code, $consumer_disc
83398369
* Update Consumer Disclosure.
83408370
*
83418371
* @param ?string $account_id The external account number (int) or account ID Guid.
8342-
* @param ?string $lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
8372+
* @param ?string $lang_code The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
83438373
* @param \DocuSign\eSign\Model\ConsumerDisclosure $consumer_disclosure (optional)
83448374
* @param \DocuSign\eSign\Api\AccountsApi\UpdateConsumerDisclosureOptions $options for modifying the behavior of the function. (optional)
83458375
*

0 commit comments

Comments
 (0)