-
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 6.3.0-rc-v2.1-21.2.00.00 release * Update .travis.yml Co-authored-by: DevCenter-DocuSign <[email protected]>
- Loading branch information
1 parent
17198ed
commit 721270d
Showing
488 changed files
with
8,920 additions
and
1,589 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
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.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 | ||
*/ | ||
|
||
/** | ||
|
@@ -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.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 | ||
*/ | ||
|
||
/** | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
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.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 | ||
*/ | ||
|
||
/** | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
Oops, something went wrong.