Skip to content

Commit dba6ba2

Browse files
committed
v4.1.0-rc
1 parent 36e10ce commit dba6ba2

21 files changed

+735
-650
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.
5+
## [4.1.0] - eSignature API v2-19.2.02 - 2019-09-28
6+
### Changed
7+
* The SDK now supports version 19.2.02 of the DocuSign eSignature API.
8+
* SDK Release Version updated.git chec
9+
### Fixed
10+
* Number and Date serialization issues DCM-3210
11+
* Updated phpdocs to point to new location of ApiException DCM-3372
512

613
## [4.0.0] - eSignature API v19.1.02 - 2019-06-07
714
### BREAKING
@@ -16,7 +23,7 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
1623
* OAuthTests.php for OAuth support test
1724
### Fixed
1825
* A bug with that could cause the *moveEnvelopes* method call to return a response without a *Content-Type* header. (DCM-2871)
19-
26+
2027
## [3.0.1] - Fixed the composer version - 2017-10-25
2128

2229
## [3.0.0] - Published all the DocuSign API endpoints - 2017-03-15

src/Api/AccountsApi.php

Lines changed: 105 additions & 105 deletions
Large diffs are not rendered by default.

src/Api/AuthenticationApi.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function setLoginSettings($login_settings)
136136
namespace DocuSign\eSign\Api;
137137

138138
use \DocuSign\eSign\Client\ApiClient;
139-
use \DocuSign\eSign\ApiException;
139+
use \DocuSign\eSign\Client\ApiException;
140140
use \DocuSign\eSign\Configuration;
141141
use \DocuSign\eSign\ObjectSerializer;
142142

@@ -202,7 +202,7 @@ public function setApiClient(\DocuSign\eSign\Client\ApiClient $apiClient)
202202
* @param string $account_id The external account number (int) or account ID Guid.
203203
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
204204
* @param \DocuSign\eSign\Model\SocialAccountInformation $social_account_information (optional)
205-
* @throws \DocuSign\eSign\ApiException on non-2xx response
205+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
206206
* @return void
207207
*/
208208
public function deleteSocialLogin($account_id, $user_id, $social_account_information = null)
@@ -219,7 +219,7 @@ public function deleteSocialLogin($account_id, $user_id, $social_account_informa
219219
* @param string $account_id The external account number (int) or account ID Guid.
220220
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
221221
* @param \DocuSign\eSign\Model\SocialAccountInformation $social_account_information (optional)
222-
* @throws \DocuSign\eSign\ApiException on non-2xx response
222+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
223223
* @return array of null, HTTP status code, HTTP response headers (array of strings)
224224
*/
225225
public function deleteSocialLoginWithHttpInfo($account_id, $user_id, $social_account_information = null)
@@ -306,7 +306,7 @@ public function deleteSocialLoginWithHttpInfo($account_id, $user_id, $social_acc
306306
*
307307
* Creates an authorization token.
308308
*
309-
* @throws \DocuSign\eSign\ApiException on non-2xx response
309+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
310310
* @return \DocuSign\eSign\Model\OauthAccess
311311
*/
312312
public function getOAuthToken()
@@ -320,7 +320,7 @@ public function getOAuthToken()
320320
*
321321
* Creates an authorization token.
322322
*
323-
* @throws \DocuSign\eSign\ApiException on non-2xx response
323+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
324324
* @return array of \DocuSign\eSign\Model\OauthAccess, HTTP status code, HTTP response headers (array of strings)
325325
*/
326326
public function getOAuthTokenWithHttpInfo()
@@ -384,7 +384,7 @@ public function getOAuthTokenWithHttpInfo()
384384
*
385385
* @param string $account_id The external account number (int) or account ID Guid.
386386
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
387-
* @throws \DocuSign\eSign\ApiException on non-2xx response
387+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
388388
* @return \DocuSign\eSign\Model\UserSocialIdResult
389389
*/
390390
public function listSocialLogins($account_id, $user_id)
@@ -400,7 +400,7 @@ public function listSocialLogins($account_id, $user_id)
400400
*
401401
* @param string $account_id The external account number (int) or account ID Guid.
402402
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
403-
* @throws \DocuSign\eSign\ApiException on non-2xx response
403+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
404404
* @return array of \DocuSign\eSign\Model\UserSocialIdResult, HTTP status code, HTTP response headers (array of strings)
405405
*/
406406
public function listSocialLoginsWithHttpInfo($account_id, $user_id)
@@ -487,7 +487,7 @@ public function listSocialLoginsWithHttpInfo($account_id, $user_id)
487487
* Gets login information for a specified user.
488488
*
489489
* @param $options Options for modifying the behavior of the function. (optional)
490-
* @throws \DocuSign\eSign\ApiException on non-2xx response
490+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
491491
* @return \DocuSign\eSign\Model\LoginInformation
492492
*/
493493
public function login(AuthenticationApi\LoginOptions $options = null)
@@ -502,7 +502,7 @@ public function login(AuthenticationApi\LoginOptions $options = null)
502502
* Gets login information for a specified user.
503503
*
504504
* @param $options Options for modifying the behavior of the function. (optional)
505-
* @throws \DocuSign\eSign\ApiException on non-2xx response
505+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
506506
* @return array of \DocuSign\eSign\Model\LoginInformation, HTTP status code, HTTP response headers (array of strings)
507507
*/
508508
public function loginWithHttpInfo(AuthenticationApi\LoginOptions $options = null)
@@ -584,7 +584,7 @@ public function loginWithHttpInfo(AuthenticationApi\LoginOptions $options = null
584584
*
585585
* Revokes an authorization token.
586586
*
587-
* @throws \DocuSign\eSign\ApiException on non-2xx response
587+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
588588
* @return void
589589
*/
590590
public function revokeOAuthToken()
@@ -598,7 +598,7 @@ public function revokeOAuthToken()
598598
*
599599
* Revokes an authorization token.
600600
*
601-
* @throws \DocuSign\eSign\ApiException on non-2xx response
601+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
602602
* @return array of null, HTTP status code, HTTP response headers (array of strings)
603603
*/
604604
public function revokeOAuthTokenWithHttpInfo()
@@ -658,7 +658,7 @@ public function revokeOAuthTokenWithHttpInfo()
658658
*
659659
* @param string $login_part Currently, only the value **password** is supported.
660660
* @param \DocuSign\eSign\Model\UserPasswordInformation $user_password_information (optional)
661-
* @throws \DocuSign\eSign\ApiException on non-2xx response
661+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
662662
* @return void
663663
*/
664664
public function updatePassword($login_part, $user_password_information = null)
@@ -674,7 +674,7 @@ public function updatePassword($login_part, $user_password_information = null)
674674
*
675675
* @param string $login_part Currently, only the value **password** is supported.
676676
* @param \DocuSign\eSign\Model\UserPasswordInformation $user_password_information (optional)
677-
* @throws \DocuSign\eSign\ApiException on non-2xx response
677+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
678678
* @return array of null, HTTP status code, HTTP response headers (array of strings)
679679
*/
680680
public function updatePasswordWithHttpInfo($login_part, $user_password_information = null)
@@ -752,7 +752,7 @@ public function updatePasswordWithHttpInfo($login_part, $user_password_informati
752752
* @param string $account_id The external account number (int) or account ID Guid.
753753
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
754754
* @param \DocuSign\eSign\Model\SocialAccountInformation $social_account_information (optional)
755-
* @throws \DocuSign\eSign\ApiException on non-2xx response
755+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
756756
* @return void
757757
*/
758758
public function updateSocialLogin($account_id, $user_id, $social_account_information = null)
@@ -769,7 +769,7 @@ public function updateSocialLogin($account_id, $user_id, $social_account_informa
769769
* @param string $account_id The external account number (int) or account ID Guid.
770770
* @param string $user_id The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
771771
* @param \DocuSign\eSign\Model\SocialAccountInformation $social_account_information (optional)
772-
* @throws \DocuSign\eSign\ApiException on non-2xx response
772+
* @throws \DocuSign\eSign\Client\ApiException on non-2xx response
773773
* @return array of null, HTTP status code, HTTP response headers (array of strings)
774774
*/
775775
public function updateSocialLoginWithHttpInfo($account_id, $user_id, $social_account_information = null)

0 commit comments

Comments
 (0)