Skip to content

Commit

Permalink
Version 4.11.0-rc-v2-21.2.00.00 release (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: DevCenter-DocuSign <[email protected]>
  • Loading branch information
dbbrahmbhatt and DevCenter-DocuSign authored Jul 13, 2021
1 parent d6de88f commit 1bd7ab0
Show file tree
Hide file tree
Showing 375 changed files with 1,151 additions and 691 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
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.

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

## [4.10.0] - eSignature API v2-21.1.02.00 - 2021-06-03
### Fixed
- Issue - EnvelopeFormData::get results in exception (DCM-5835)
Expand Down
106 changes: 53 additions & 53 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
* 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
26 changes: 13 additions & 13 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
* 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 @@ -510,7 +510,7 @@ public function getCreditCardInfoWithHttpInfo($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 @@ -605,7 +605,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 @@ -700,7 +700,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 @@ -798,7 +798,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 @@ -875,7 +875,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 @@ -971,7 +971,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 @@ -1057,7 +1057,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 @@ -1154,7 +1154,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 @@ -1246,7 +1246,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 @@ -1335,7 +1335,7 @@ public function purchaseEnvelopesWithHttpInfo($account_id, $purchased_envelopes_
* @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
16 changes: 8 additions & 8 deletions src/Api/CloudStorageApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* OpenAPI spec version: v2
* 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 @@ -493,7 +493,7 @@ public function updateResourcePath(string $resourcePath, string $baseName, strin
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\ExternalFolder
*/
public function callList($account_id, $folder_id, $service_id, $user_id, \DocuSign\eSign\Api\CloudStorageApi\ListOptions $options = null): \DocuSign\eSign\Model\ExternalFolder
public function callList($account_id, $folder_id, $service_id, $user_id, \DocuSign\eSign\Api\CloudStorageApi\ListOptions $options = null)
{
list($response) = $this->callListWithHttpInfo($account_id, $folder_id, $service_id, $user_id, $options);
return $response;
Expand Down Expand Up @@ -630,7 +630,7 @@ public function callListWithHttpInfo($account_id, $folder_id, $service_id, $user
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\CloudStorageProviders
*/
public function createProvider($account_id, $user_id, $cloud_storage_providers = null): \DocuSign\eSign\Model\CloudStorageProviders
public function createProvider($account_id, $user_id, $cloud_storage_providers = null)
{
list($response) = $this->createProviderWithHttpInfo($account_id, $user_id, $cloud_storage_providers);
return $response;
Expand Down Expand Up @@ -732,7 +732,7 @@ public function createProviderWithHttpInfo($account_id, $user_id, $cloud_storage
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\CloudStorageProviders
*/
public function deleteProvider($account_id, $service_id, $user_id): \DocuSign\eSign\Model\CloudStorageProviders
public function deleteProvider($account_id, $service_id, $user_id)
{
list($response) = $this->deleteProviderWithHttpInfo($account_id, $service_id, $user_id);
return $response;
Expand Down Expand Up @@ -837,7 +837,7 @@ public function deleteProviderWithHttpInfo($account_id, $service_id, $user_id):
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\CloudStorageProviders
*/
public function deleteProviders($account_id, $user_id, $cloud_storage_providers = null): \DocuSign\eSign\Model\CloudStorageProviders
public function deleteProviders($account_id, $user_id, $cloud_storage_providers = null)
{
list($response) = $this->deleteProvidersWithHttpInfo($account_id, $user_id, $cloud_storage_providers);
return $response;
Expand Down Expand Up @@ -940,7 +940,7 @@ public function deleteProvidersWithHttpInfo($account_id, $user_id, $cloud_storag
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\CloudStorageProviders
*/
public function getProvider($account_id, $service_id, $user_id, \DocuSign\eSign\Api\CloudStorageApi\GetProviderOptions $options = null): \DocuSign\eSign\Model\CloudStorageProviders
public function getProvider($account_id, $service_id, $user_id, \DocuSign\eSign\Api\CloudStorageApi\GetProviderOptions $options = null)
{
list($response) = $this->getProviderWithHttpInfo($account_id, $service_id, $user_id, $options);
return $response;
Expand Down Expand Up @@ -1054,7 +1054,7 @@ public function getProviderWithHttpInfo($account_id, $service_id, $user_id, \Doc
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\ExternalFolder
*/
public function listFolders($account_id, $service_id, $user_id, \DocuSign\eSign\Api\CloudStorageApi\ListFoldersOptions $options = null): \DocuSign\eSign\Model\ExternalFolder
public function listFolders($account_id, $service_id, $user_id, \DocuSign\eSign\Api\CloudStorageApi\ListFoldersOptions $options = null)
{
list($response) = $this->listFoldersWithHttpInfo($account_id, $service_id, $user_id, $options);
return $response;
Expand Down Expand Up @@ -1182,7 +1182,7 @@ public function listFoldersWithHttpInfo($account_id, $service_id, $user_id, \Doc
* @throws ApiException on non-2xx response
* @return \DocuSign\eSign\Model\CloudStorageProviders
*/
public function listProviders($account_id, $user_id, \DocuSign\eSign\Api\CloudStorageApi\ListProvidersOptions $options = null): \DocuSign\eSign\Model\CloudStorageProviders
public function listProviders($account_id, $user_id, \DocuSign\eSign\Api\CloudStorageApi\ListProvidersOptions $options = null)
{
list($response) = $this->listProvidersWithHttpInfo($account_id, $user_id, $options);
return $response;
Expand Down
Loading

0 comments on commit 1bd7ab0

Please sign in to comment.