Skip to content

Commit

Permalink
Version 3.15.0-v2.1-22.1.01.00 release (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: root <[email protected]>
  • Loading branch information
kenharris and root authored Apr 12, 2022
1 parent 560dee9 commit 4b6bf08
Show file tree
Hide file tree
Showing 20 changed files with 1,233 additions and 435 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ 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.

## [v3.15.0] - eSignature API v2.1-22.1.01.00 - 2022-04-07
### Changed
- Added support for version v2.1-22.1.01.00 of the DocuSign ESignature API.
- Updated the SDK release version.

### Breaking
- Following models are renamed

- `ScheduledSendingApiModel` is renamed to `ScheduledSending`
- `DelayedRoutingApiModel` is renamed to `DelayedRouting`

## [v3.14.0] - eSignature API v2.1-21.4.02.00 - 2022-02-11
### Changed
- Added support for version v2.1-21.4.02.00 of the DocuSign ESignature API.
Expand Down Expand Up @@ -231,4 +242,4 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for

## [1.0.0] - 2017-08-08
### Added
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.
8 changes: 3 additions & 5 deletions docusign_esign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@
from docusign_esign.models.bulk_recipient import BulkRecipient
from docusign_esign.models.bulk_recipient_signature_provider import BulkRecipientSignatureProvider
from docusign_esign.models.bulk_recipient_tab_label import BulkRecipientTabLabel
from docusign_esign.models.bulk_recipients_request import BulkRecipientsRequest
from docusign_esign.models.bulk_recipients_response import BulkRecipientsResponse
from docusign_esign.models.bulk_recipients_summary_response import BulkRecipientsSummaryResponse
from docusign_esign.models.bulk_recipients_update_response import BulkRecipientsUpdateResponse
from docusign_esign.models.bulk_send_batch_action_request import BulkSendBatchActionRequest
from docusign_esign.models.bulk_send_batch_error import BulkSendBatchError
Expand Down Expand Up @@ -222,7 +220,7 @@
from docusign_esign.models.date_signed import DateSigned
from docusign_esign.models.date_stamp_properties import DateStampProperties
from docusign_esign.models.decline import Decline
from docusign_esign.models.delayed_routing_api_model import DelayedRoutingApiModel
from docusign_esign.models.delayed_routing import DelayedRouting
from docusign_esign.models.delegation_info import DelegationInfo
from docusign_esign.models.diagnostics_settings_information import DiagnosticsSettingsInformation
from docusign_esign.models.direct_debit_processor_information import DirectDebitProcessorInformation
Expand Down Expand Up @@ -258,7 +256,7 @@
from docusign_esign.models.envelope_audit_event_response import EnvelopeAuditEventResponse
from docusign_esign.models.envelope_custom_metadata import EnvelopeCustomMetadata
from docusign_esign.models.envelope_definition import EnvelopeDefinition
from docusign_esign.models.envelope_delay_rule_api_model import EnvelopeDelayRuleApiModel
from docusign_esign.models.envelope_delay_rule import EnvelopeDelayRule
from docusign_esign.models.envelope_document import EnvelopeDocument
from docusign_esign.models.envelope_documents_result import EnvelopeDocumentsResult
from docusign_esign.models.envelope_event import EnvelopeEvent
Expand Down Expand Up @@ -431,7 +429,7 @@
from docusign_esign.models.reserved_domain_existence import ReservedDomainExistence
from docusign_esign.models.resource_information import ResourceInformation
from docusign_esign.models.return_url_request import ReturnUrlRequest
from docusign_esign.models.scheduled_sending_api_model import ScheduledSendingApiModel
from docusign_esign.models.scheduled_sending import ScheduledSending
from docusign_esign.models.seal_identifier import SealIdentifier
from docusign_esign.models.seal_sign import SealSign
from docusign_esign.models.seat_discount import SeatDiscount
Expand Down
20 changes: 14 additions & 6 deletions docusign_esign/apis/bulk_envelopes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ def get_bulk_send_batch_envelopes(self, account_id, bulk_send_batch_id, **kwargs
:param str search_text:
:param str start_position:
:param str status:
:param str user_id:
:return: EnvelopesInformation
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -533,13 +532,12 @@ def get_bulk_send_batch_envelopes_with_http_info(self, account_id, bulk_send_bat
:param str search_text:
:param str start_position:
:param str status:
:param str user_id:
:return: EnvelopesInformation
If the method is called asynchronously,
returns the request thread.
"""

all_params = ['account_id', 'bulk_send_batch_id', 'count', 'include', 'order', 'order_by', 'search_text', 'start_position', 'status', 'user_id']
all_params = ['account_id', 'bulk_send_batch_id', 'count', 'include', 'order', 'order_by', 'search_text', 'start_position', 'status']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
Expand Down Expand Up @@ -586,8 +584,6 @@ def get_bulk_send_batch_envelopes_with_http_info(self, account_id, bulk_send_bat
query_params['start_position'] = params['start_position']
if 'status' in params:
query_params['status'] = params['status']
if 'user_id' in params:
query_params['user_id'] = params['user_id']

header_params = {}

Expand Down Expand Up @@ -741,9 +737,12 @@ def get_bulk_send_batches(self, account_id, **kwargs):
:param str account_id: The external account number (int) or account ID Guid. (required)
:param str batch_ids:
:param str count:
:param str from_date:
:param str search_text:
:param str start_position:
:param str status:
:param str to_date:
:param str user_id:
:return: BulkSendBatchSummaries
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -771,15 +770,18 @@ def get_bulk_send_batches_with_http_info(self, account_id, **kwargs):
:param str account_id: The external account number (int) or account ID Guid. (required)
:param str batch_ids:
:param str count:
:param str from_date:
:param str search_text:
:param str start_position:
:param str status:
:param str to_date:
:param str user_id:
:return: BulkSendBatchSummaries
If the method is called asynchronously,
returns the request thread.
"""

all_params = ['account_id', 'batch_ids', 'count', 'search_text', 'start_position', 'status']
all_params = ['account_id', 'batch_ids', 'count', 'from_date', 'search_text', 'start_position', 'status', 'to_date', 'user_id']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
Expand Down Expand Up @@ -811,12 +813,18 @@ def get_bulk_send_batches_with_http_info(self, account_id, **kwargs):
query_params['batch_ids'] = params['batch_ids']
if 'count' in params:
query_params['count'] = params['count']
if 'from_date' in params:
query_params['from_date'] = params['from_date']
if 'search_text' in params:
query_params['search_text'] = params['search_text']
if 'start_position' in params:
query_params['start_position'] = params['start_position']
if 'status' in params:
query_params['status'] = params['status']
if 'to_date' in params:
query_params['to_date'] = params['to_date']
if 'user_id' in params:
query_params['user_id'] = params['user_id']

header_params = {}

Expand Down
Loading

0 comments on commit 4b6bf08

Please sign in to comment.