Skip to content

Commit

Permalink
Version 6.3.0-rc release (#144)
Browse files Browse the repository at this point in the history
* Version 6.3.0-rc-v2.1-21.2.00.00 release

* Update .travis.yml

Co-authored-by: DevCenter-DocuSign <[email protected]>
  • Loading branch information
dbbrahmbhatt and DevCenter-DocuSign authored Jul 13, 2021
1 parent 17198ed commit 721270d
Show file tree
Hide file tree
Showing 488 changed files with 8,920 additions and 1,589 deletions.
2 changes: 1 addition & 1 deletion .swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.13-SNAPSHOT
2.4.21-SNAPSHOT
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ branches:
- master
language: php
sudo: false
dist: trusty
php:
- 7.4
before_install: "composer install --ignore-platform-reqs"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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.

## [v6.3.0-rc] - eSignature API v2.1-21.2.00.00 - 2021-07-13
### Added
- Added new models and properties.
### Changed
- Added support for version v2.1-21.2.00.00 of the DocuSign eSignature API.
- Updated the SDK release version.

## [6.2.0] - eSignature API v2.1-21.1.02.00 - 2021-06-03
### Fixed
- Issue - EnvelopeFormData::get results in exception (DCM-5835)
Expand Down
152 changes: 76 additions & 76 deletions src/Api/AccountsApi.php

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/Api/AuthenticationApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* OpenAPI spec version: v2.1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.13-SNAPSHOT
* Swagger Codegen version: 2.4.21-SNAPSHOT
*/

/**
Expand Down Expand Up @@ -226,7 +226,7 @@ public function updateResourcePath(string $resourcePath, string $baseName, strin
* @throws ApiException on non-2xx response
* @return mixed
*/
public function deleteSocialLogin($account_id, $user_id, $social_account_information = null): mixed
public function deleteSocialLogin($account_id, $user_id, $social_account_information = null)
{
list($response) = $this->deleteSocialLoginWithHttpInfo($account_id, $user_id, $social_account_information);
return $response;
Expand Down Expand Up @@ -321,7 +321,7 @@ public function deleteSocialLoginWithHttpInfo($account_id, $user_id, $social_acc
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\OauthAccess
*/
public function getOAuthToken(): \DocuSign\eSign\Model\OauthAccess
public function getOAuthToken()
{
list($response) = $this->getOAuthTokenWithHttpInfo();
return $response;
Expand Down Expand Up @@ -398,7 +398,7 @@ public function getOAuthTokenWithHttpInfo(): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\UserSocialIdResult
*/
public function listSocialLogins($account_id, $user_id): \DocuSign\eSign\Model\UserSocialIdResult
public function listSocialLogins($account_id, $user_id)
{
list($response) = $this->listSocialLoginsWithHttpInfo($account_id, $user_id);
return $response;
Expand Down Expand Up @@ -492,7 +492,7 @@ public function listSocialLoginsWithHttpInfo($account_id, $user_id): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\LoginInformation
*/
public function login(\DocuSign\eSign\Api\AuthenticationApi\LoginOptions $options = null): \DocuSign\eSign\Model\LoginInformation
public function login(\DocuSign\eSign\Api\AuthenticationApi\LoginOptions $options = null)
{
list($response) = $this->loginWithHttpInfo($options);
return $response;
Expand Down Expand Up @@ -584,7 +584,7 @@ public function loginWithHttpInfo(\DocuSign\eSign\Api\AuthenticationApi\LoginOpt
* @throws ApiException on non-2xx response
* @return mixed
*/
public function revokeOAuthToken(): mixed
public function revokeOAuthToken()
{
list($response) = $this->revokeOAuthTokenWithHttpInfo();
return $response;
Expand Down Expand Up @@ -657,7 +657,7 @@ public function revokeOAuthTokenWithHttpInfo(): array
* @throws ApiException on non-2xx response
* @return mixed
*/
public function updatePassword($login_part, $user_password_information = null): mixed
public function updatePassword($login_part, $user_password_information = null)
{
list($response) = $this->updatePasswordWithHttpInfo($login_part, $user_password_information);
return $response;
Expand Down Expand Up @@ -746,7 +746,7 @@ public function updatePasswordWithHttpInfo($login_part, $user_password_informati
* @throws ApiException on non-2xx response
* @return mixed
*/
public function updateSocialLogin($account_id, $user_id, $social_account_information = null): mixed
public function updateSocialLogin($account_id, $user_id, $social_account_information = null)
{
list($response) = $this->updateSocialLoginWithHttpInfo($account_id, $user_id, $social_account_information);
return $response;
Expand Down
30 changes: 15 additions & 15 deletions src/Api/BillingApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* OpenAPI spec version: v2.1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.13-SNAPSHOT
* Swagger Codegen version: 2.4.21-SNAPSHOT
*/

/**
Expand Down Expand Up @@ -339,7 +339,7 @@ public function updateResourcePath(string $resourcePath, string $baseName, strin
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BillingPlanResponse
*/
public function getBillingPlan($billing_plan_id): \DocuSign\eSign\Model\BillingPlanResponse
public function getBillingPlan($billing_plan_id)
{
list($response) = $this->getBillingPlanWithHttpInfo($billing_plan_id);
return $response;
Expand Down Expand Up @@ -424,7 +424,7 @@ public function getBillingPlanWithHttpInfo($billing_plan_id): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\CreditCardInformation
*/
public function getCreditCardInfo($account_id): \DocuSign\eSign\Model\CreditCardInformation
public function getCreditCardInfo($account_id)
{
list($response) = $this->getCreditCardInfoWithHttpInfo($account_id);
return $response;
Expand Down Expand Up @@ -509,7 +509,7 @@ public function getCreditCardInfoWithHttpInfo($account_id): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\DowngradRequestBillingInfoResponse
*/
public function getDowngradeRequestBillingInfo($account_id): \DocuSign\eSign\Model\DowngradRequestBillingInfoResponse
public function getDowngradeRequestBillingInfo($account_id)
{
list($response) = $this->getDowngradeRequestBillingInfoWithHttpInfo($account_id);
return $response;
Expand Down Expand Up @@ -595,7 +595,7 @@ public function getDowngradeRequestBillingInfoWithHttpInfo($account_id): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BillingInvoice
*/
public function getInvoice($account_id, $invoice_id): \DocuSign\eSign\Model\BillingInvoice
public function getInvoice($account_id, $invoice_id)
{
list($response) = $this->getInvoiceWithHttpInfo($account_id, $invoice_id);
return $response;
Expand Down Expand Up @@ -690,7 +690,7 @@ public function getInvoiceWithHttpInfo($account_id, $invoice_id): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BillingPaymentItem
*/
public function getPayment($account_id, $payment_id): \DocuSign\eSign\Model\BillingPaymentItem
public function getPayment($account_id, $payment_id)
{
list($response) = $this->getPaymentWithHttpInfo($account_id, $payment_id);
return $response;
Expand Down Expand Up @@ -785,7 +785,7 @@ public function getPaymentWithHttpInfo($account_id, $payment_id): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\AccountBillingPlanResponse
*/
public function getPlan($account_id, \DocuSign\eSign\Api\BillingApi\GetPlanOptions $options = null): \DocuSign\eSign\Model\AccountBillingPlanResponse
public function getPlan($account_id, \DocuSign\eSign\Api\BillingApi\GetPlanOptions $options = null)
{
list($response) = $this->getPlanWithHttpInfo($account_id, $options);
return $response;
Expand Down Expand Up @@ -883,7 +883,7 @@ public function getPlanWithHttpInfo($account_id, \DocuSign\eSign\Api\BillingApi\
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BillingPlansResponse
*/
public function listBillingPlans(): \DocuSign\eSign\Model\BillingPlansResponse
public function listBillingPlans()
{
list($response) = $this->listBillingPlansWithHttpInfo();
return $response;
Expand Down Expand Up @@ -960,7 +960,7 @@ public function listBillingPlansWithHttpInfo(): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BillingInvoicesResponse
*/
public function listInvoices($account_id, \DocuSign\eSign\Api\BillingApi\ListInvoicesOptions $options = null): \DocuSign\eSign\Model\BillingInvoicesResponse
public function listInvoices($account_id, \DocuSign\eSign\Api\BillingApi\ListInvoicesOptions $options = null)
{
list($response) = $this->listInvoicesWithHttpInfo($account_id, $options);
return $response;
Expand Down Expand Up @@ -1056,7 +1056,7 @@ public function listInvoicesWithHttpInfo($account_id, \DocuSign\eSign\Api\Billin
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BillingInvoicesSummary
*/
public function listInvoicesPastDue($account_id): \DocuSign\eSign\Model\BillingInvoicesSummary
public function listInvoicesPastDue($account_id)
{
list($response) = $this->listInvoicesPastDueWithHttpInfo($account_id);
return $response;
Expand Down Expand Up @@ -1142,7 +1142,7 @@ public function listInvoicesPastDueWithHttpInfo($account_id): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BillingPaymentsResponse
*/
public function listPayments($account_id, \DocuSign\eSign\Api\BillingApi\ListPaymentsOptions $options = null): \DocuSign\eSign\Model\BillingPaymentsResponse
public function listPayments($account_id, \DocuSign\eSign\Api\BillingApi\ListPaymentsOptions $options = null)
{
list($response) = $this->listPaymentsWithHttpInfo($account_id, $options);
return $response;
Expand Down Expand Up @@ -1239,7 +1239,7 @@ public function listPaymentsWithHttpInfo($account_id, \DocuSign\eSign\Api\Billin
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BillingPaymentResponse
*/
public function makePayment($account_id, $billing_payment_request = null): \DocuSign\eSign\Model\BillingPaymentResponse
public function makePayment($account_id, $billing_payment_request = null)
{
list($response) = $this->makePaymentWithHttpInfo($account_id, $billing_payment_request);
return $response;
Expand Down Expand Up @@ -1331,7 +1331,7 @@ public function makePaymentWithHttpInfo($account_id, $billing_payment_request =
* @throws ApiException on non-2xx response
* @return mixed
*/
public function purchaseEnvelopes($account_id, $purchased_envelopes_information = null): mixed
public function purchaseEnvelopes($account_id, $purchased_envelopes_information = null)
{
list($response) = $this->purchaseEnvelopesWithHttpInfo($account_id, $purchased_envelopes_information);
return $response;
Expand Down Expand Up @@ -1419,7 +1419,7 @@ public function purchaseEnvelopesWithHttpInfo($account_id, $purchased_envelopes_
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\DowngradePlanUpdateResponse
*/
public function updateDowngradeAccountBillingPlan($account_id, $downgrade_billing_plan_information = null): \DocuSign\eSign\Model\DowngradePlanUpdateResponse
public function updateDowngradeAccountBillingPlan($account_id, $downgrade_billing_plan_information = null)
{
list($response) = $this->updateDowngradeAccountBillingPlanWithHttpInfo($account_id, $downgrade_billing_plan_information);
return $response;
Expand Down Expand Up @@ -1512,7 +1512,7 @@ public function updateDowngradeAccountBillingPlanWithHttpInfo($account_id, $down
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BillingPlanUpdateResponse
*/
public function updatePlan($account_id, $billing_plan_information = null, \DocuSign\eSign\Api\BillingApi\UpdatePlanOptions $options = null): \DocuSign\eSign\Model\BillingPlanUpdateResponse
public function updatePlan($account_id, $billing_plan_information = null, \DocuSign\eSign\Api\BillingApi\UpdatePlanOptions $options = null)
{
list($response) = $this->updatePlanWithHttpInfo($account_id, $billing_plan_information, $options);
return $response;
Expand Down
24 changes: 12 additions & 12 deletions src/Api/BulkEnvelopesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* OpenAPI spec version: v2.1
* Contact: [email protected]
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.13-SNAPSHOT
* Swagger Codegen version: 2.4.21-SNAPSHOT
*/

/**
Expand Down Expand Up @@ -455,7 +455,7 @@ public function updateResourcePath(string $resourcePath, string $baseName, strin
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendingList
*/
public function createBulkSendList($account_id, $bulk_sending_list = null): \DocuSign\eSign\Model\BulkSendingList
public function createBulkSendList($account_id, $bulk_sending_list = null)
{
list($response) = $this->createBulkSendListWithHttpInfo($account_id, $bulk_sending_list);
return $response;
Expand Down Expand Up @@ -548,7 +548,7 @@ public function createBulkSendListWithHttpInfo($account_id, $bulk_sending_list =
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendResponse
*/
public function createBulkSendRequest($account_id, $bulk_send_list_id, $bulk_send_request = null): \DocuSign\eSign\Model\BulkSendResponse
public function createBulkSendRequest($account_id, $bulk_send_list_id, $bulk_send_request = null)
{
list($response) = $this->createBulkSendRequestWithHttpInfo($account_id, $bulk_send_list_id, $bulk_send_request);
return $response;
Expand Down Expand Up @@ -650,7 +650,7 @@ public function createBulkSendRequestWithHttpInfo($account_id, $bulk_send_list_i
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendTestResponse
*/
public function createBulkSendTestRequest($account_id, $bulk_send_list_id, $bulk_send_request = null): \DocuSign\eSign\Model\BulkSendTestResponse
public function createBulkSendTestRequest($account_id, $bulk_send_list_id, $bulk_send_request = null)
{
list($response) = $this->createBulkSendTestRequestWithHttpInfo($account_id, $bulk_send_list_id, $bulk_send_request);
return $response;
Expand Down Expand Up @@ -751,7 +751,7 @@ public function createBulkSendTestRequestWithHttpInfo($account_id, $bulk_send_li
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendingListSummaries
*/
public function deleteBulkSendList($account_id, $bulk_send_list_id): \DocuSign\eSign\Model\BulkSendingListSummaries
public function deleteBulkSendList($account_id, $bulk_send_list_id)
{
list($response) = $this->deleteBulkSendListWithHttpInfo($account_id, $bulk_send_list_id);
return $response;
Expand Down Expand Up @@ -847,7 +847,7 @@ public function deleteBulkSendListWithHttpInfo($account_id, $bulk_send_list_id):
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\EnvelopesInformation
*/
public function getBulkSendBatchEnvelopes($account_id, $bulk_send_batch_id, \DocuSign\eSign\Api\BulkEnvelopesApi\GetBulkSendBatchEnvelopesOptions $options = null): \DocuSign\eSign\Model\EnvelopesInformation
public function getBulkSendBatchEnvelopes($account_id, $bulk_send_batch_id, \DocuSign\eSign\Api\BulkEnvelopesApi\GetBulkSendBatchEnvelopesOptions $options = null)
{
list($response) = $this->getBulkSendBatchEnvelopesWithHttpInfo($account_id, $bulk_send_batch_id, $options);
return $response;
Expand Down Expand Up @@ -971,7 +971,7 @@ public function getBulkSendBatchEnvelopesWithHttpInfo($account_id, $bulk_send_ba
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendBatchStatus
*/
public function getBulkSendBatchStatus($account_id, $bulk_send_batch_id): \DocuSign\eSign\Model\BulkSendBatchStatus
public function getBulkSendBatchStatus($account_id, $bulk_send_batch_id)
{
list($response) = $this->getBulkSendBatchStatusWithHttpInfo($account_id, $bulk_send_batch_id);
return $response;
Expand Down Expand Up @@ -1066,7 +1066,7 @@ public function getBulkSendBatchStatusWithHttpInfo($account_id, $bulk_send_batch
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendBatchSummaries
*/
public function getBulkSendBatches($account_id, \DocuSign\eSign\Api\BulkEnvelopesApi\GetBulkSendBatchesOptions $options = null): \DocuSign\eSign\Model\BulkSendBatchSummaries
public function getBulkSendBatches($account_id, \DocuSign\eSign\Api\BulkEnvelopesApi\GetBulkSendBatchesOptions $options = null)
{
list($response) = $this->getBulkSendBatchesWithHttpInfo($account_id, $options);
return $response;
Expand Down Expand Up @@ -1172,7 +1172,7 @@ public function getBulkSendBatchesWithHttpInfo($account_id, \DocuSign\eSign\Api\
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendingList
*/
public function getBulkSendList($account_id, $bulk_send_list_id): \DocuSign\eSign\Model\BulkSendingList
public function getBulkSendList($account_id, $bulk_send_list_id)
{
list($response) = $this->getBulkSendListWithHttpInfo($account_id, $bulk_send_list_id);
return $response;
Expand Down Expand Up @@ -1266,7 +1266,7 @@ public function getBulkSendListWithHttpInfo($account_id, $bulk_send_list_id): ar
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendingListSummaries
*/
public function getBulkSendLists($account_id): \DocuSign\eSign\Model\BulkSendingListSummaries
public function getBulkSendLists($account_id)
{
list($response) = $this->getBulkSendListsWithHttpInfo($account_id);
return $response;
Expand Down Expand Up @@ -1353,7 +1353,7 @@ public function getBulkSendListsWithHttpInfo($account_id): array
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendBatchStatus
*/
public function updateBulkSendBatchStatus($account_id, $bulk_send_batch_id, $bulk_send_batch_request = null): \DocuSign\eSign\Model\BulkSendBatchStatus
public function updateBulkSendBatchStatus($account_id, $bulk_send_batch_id, $bulk_send_batch_request = null)
{
list($response) = $this->updateBulkSendBatchStatusWithHttpInfo($account_id, $bulk_send_batch_id, $bulk_send_batch_request);
return $response;
Expand Down Expand Up @@ -1455,7 +1455,7 @@ public function updateBulkSendBatchStatusWithHttpInfo($account_id, $bulk_send_ba
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\BulkSendingList
*/
public function updateBulkSendList($account_id, $bulk_send_list_id, $bulk_sending_list = null): \DocuSign\eSign\Model\BulkSendingList
public function updateBulkSendList($account_id, $bulk_send_list_id, $bulk_sending_list = null)
{
list($response) = $this->updateBulkSendListWithHttpInfo($account_id, $bulk_send_list_id, $bulk_sending_list);
return $response;
Expand Down
Loading

0 comments on commit 721270d

Please sign in to comment.