-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 4.11.0-rc-v2-21.2.00.00 release (#145)
Co-authored-by: DevCenter-DocuSign <[email protected]>
- Loading branch information
1 parent
d6de88f
commit 1bd7ab0
Showing
375 changed files
with
1,151 additions
and
691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.13-SNAPSHOT | ||
2.4.21-SNAPSHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
/** | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
/** | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
/** | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
Oops, something went wrong.