Skip to content

Commit 4b6bf08

Browse files
kenharrisroot
andauthored
Version 3.15.0-v2.1-22.1.01.00 release (#143)
Co-authored-by: root <[email protected]>
1 parent 560dee9 commit 4b6bf08

20 files changed

+1233
-435
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
55

6+
## [v3.15.0] - eSignature API v2.1-22.1.01.00 - 2022-04-07
7+
### Changed
8+
- Added support for version v2.1-22.1.01.00 of the DocuSign ESignature API.
9+
- Updated the SDK release version.
10+
11+
### Breaking
12+
- Following models are renamed
13+
14+
- `ScheduledSendingApiModel` is renamed to `ScheduledSending`
15+
- `DelayedRoutingApiModel` is renamed to `DelayedRouting`
16+
617
## [v3.14.0] - eSignature API v2.1-21.4.02.00 - 2022-02-11
718
### Changed
819
- Added support for version v2.1-21.4.02.00 of the DocuSign ESignature API.
@@ -231,4 +242,4 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
231242

232243
## [1.0.0] - 2017-08-08
233244
### Added
234-
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.
245+
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.

docusign_esign/__init__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@
141141
from docusign_esign.models.bulk_recipient import BulkRecipient
142142
from docusign_esign.models.bulk_recipient_signature_provider import BulkRecipientSignatureProvider
143143
from docusign_esign.models.bulk_recipient_tab_label import BulkRecipientTabLabel
144-
from docusign_esign.models.bulk_recipients_request import BulkRecipientsRequest
145144
from docusign_esign.models.bulk_recipients_response import BulkRecipientsResponse
146-
from docusign_esign.models.bulk_recipients_summary_response import BulkRecipientsSummaryResponse
147145
from docusign_esign.models.bulk_recipients_update_response import BulkRecipientsUpdateResponse
148146
from docusign_esign.models.bulk_send_batch_action_request import BulkSendBatchActionRequest
149147
from docusign_esign.models.bulk_send_batch_error import BulkSendBatchError
@@ -222,7 +220,7 @@
222220
from docusign_esign.models.date_signed import DateSigned
223221
from docusign_esign.models.date_stamp_properties import DateStampProperties
224222
from docusign_esign.models.decline import Decline
225-
from docusign_esign.models.delayed_routing_api_model import DelayedRoutingApiModel
223+
from docusign_esign.models.delayed_routing import DelayedRouting
226224
from docusign_esign.models.delegation_info import DelegationInfo
227225
from docusign_esign.models.diagnostics_settings_information import DiagnosticsSettingsInformation
228226
from docusign_esign.models.direct_debit_processor_information import DirectDebitProcessorInformation
@@ -258,7 +256,7 @@
258256
from docusign_esign.models.envelope_audit_event_response import EnvelopeAuditEventResponse
259257
from docusign_esign.models.envelope_custom_metadata import EnvelopeCustomMetadata
260258
from docusign_esign.models.envelope_definition import EnvelopeDefinition
261-
from docusign_esign.models.envelope_delay_rule_api_model import EnvelopeDelayRuleApiModel
259+
from docusign_esign.models.envelope_delay_rule import EnvelopeDelayRule
262260
from docusign_esign.models.envelope_document import EnvelopeDocument
263261
from docusign_esign.models.envelope_documents_result import EnvelopeDocumentsResult
264262
from docusign_esign.models.envelope_event import EnvelopeEvent
@@ -431,7 +429,7 @@
431429
from docusign_esign.models.reserved_domain_existence import ReservedDomainExistence
432430
from docusign_esign.models.resource_information import ResourceInformation
433431
from docusign_esign.models.return_url_request import ReturnUrlRequest
434-
from docusign_esign.models.scheduled_sending_api_model import ScheduledSendingApiModel
432+
from docusign_esign.models.scheduled_sending import ScheduledSending
435433
from docusign_esign.models.seal_identifier import SealIdentifier
436434
from docusign_esign.models.seal_sign import SealSign
437435
from docusign_esign.models.seat_discount import SeatDiscount

docusign_esign/apis/bulk_envelopes_api.py

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ def get_bulk_send_batch_envelopes(self, account_id, bulk_send_batch_id, **kwargs
499499
:param str search_text:
500500
:param str start_position:
501501
:param str status:
502-
:param str user_id:
503502
:return: EnvelopesInformation
504503
If the method is called asynchronously,
505504
returns the request thread.
@@ -533,13 +532,12 @@ def get_bulk_send_batch_envelopes_with_http_info(self, account_id, bulk_send_bat
533532
:param str search_text:
534533
:param str start_position:
535534
:param str status:
536-
:param str user_id:
537535
:return: EnvelopesInformation
538536
If the method is called asynchronously,
539537
returns the request thread.
540538
"""
541539

542-
all_params = ['account_id', 'bulk_send_batch_id', 'count', 'include', 'order', 'order_by', 'search_text', 'start_position', 'status', 'user_id']
540+
all_params = ['account_id', 'bulk_send_batch_id', 'count', 'include', 'order', 'order_by', 'search_text', 'start_position', 'status']
543541
all_params.append('callback')
544542
all_params.append('_return_http_data_only')
545543
all_params.append('_preload_content')
@@ -586,8 +584,6 @@ def get_bulk_send_batch_envelopes_with_http_info(self, account_id, bulk_send_bat
586584
query_params['start_position'] = params['start_position']
587585
if 'status' in params:
588586
query_params['status'] = params['status']
589-
if 'user_id' in params:
590-
query_params['user_id'] = params['user_id']
591587

592588
header_params = {}
593589

@@ -741,9 +737,12 @@ def get_bulk_send_batches(self, account_id, **kwargs):
741737
:param str account_id: The external account number (int) or account ID Guid. (required)
742738
:param str batch_ids:
743739
:param str count:
740+
:param str from_date:
744741
:param str search_text:
745742
:param str start_position:
746743
:param str status:
744+
:param str to_date:
745+
:param str user_id:
747746
:return: BulkSendBatchSummaries
748747
If the method is called asynchronously,
749748
returns the request thread.
@@ -771,15 +770,18 @@ def get_bulk_send_batches_with_http_info(self, account_id, **kwargs):
771770
:param str account_id: The external account number (int) or account ID Guid. (required)
772771
:param str batch_ids:
773772
:param str count:
773+
:param str from_date:
774774
:param str search_text:
775775
:param str start_position:
776776
:param str status:
777+
:param str to_date:
778+
:param str user_id:
777779
:return: BulkSendBatchSummaries
778780
If the method is called asynchronously,
779781
returns the request thread.
780782
"""
781783

782-
all_params = ['account_id', 'batch_ids', 'count', 'search_text', 'start_position', 'status']
784+
all_params = ['account_id', 'batch_ids', 'count', 'from_date', 'search_text', 'start_position', 'status', 'to_date', 'user_id']
783785
all_params.append('callback')
784786
all_params.append('_return_http_data_only')
785787
all_params.append('_preload_content')
@@ -811,12 +813,18 @@ def get_bulk_send_batches_with_http_info(self, account_id, **kwargs):
811813
query_params['batch_ids'] = params['batch_ids']
812814
if 'count' in params:
813815
query_params['count'] = params['count']
816+
if 'from_date' in params:
817+
query_params['from_date'] = params['from_date']
814818
if 'search_text' in params:
815819
query_params['search_text'] = params['search_text']
816820
if 'start_position' in params:
817821
query_params['start_position'] = params['start_position']
818822
if 'status' in params:
819823
query_params['status'] = params['status']
824+
if 'to_date' in params:
825+
query_params['to_date'] = params['to_date']
826+
if 'user_id' in params:
827+
query_params['user_id'] = params['user_id']
820828

821829
header_params = {}
822830

0 commit comments

Comments
 (0)