You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* sdk built through Tir
* Changelog updated and tspi removed
* Updated setup file
* addition to setup file
* swagger codegen updates and rm config outside
* adding back tsps api
Co-authored-by: Harsha Rahul Boggaram <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
5
5
6
+
## [2.3.0rc1] - eSignature API v2-20.1.00 - 2020-03-13
7
+
### Changed
8
+
* The SDK now supports version 20.1.00 of the DocuSign eSignature API.
9
+
* SDK Release Version updated.
10
+
6
11
## [2.2.0] - eSignature API v2-19.4.01 - 2020-02-10
7
12
### Fixed
8
13
* A bug in deserialize file with the same name, if downloaded multiple times on different thread or during parallel processing, wrong files are overwritten or served. (DCM-3631)
:param str account_id: The external account number (int) or account ID Guid. (required)
4557
+
:param str account_id: The external account number (int) or account id GUID. (required)
4659
4558
:param str brand_id: The unique identifier of a brand. (required)
4660
4559
:param str logo_type: One of **Primary**, **Secondary** or **Email**. (required)
4661
4560
:param str logo_file_bytes: Brand logo binary Stream. Supported formats: JPG, GIF, PNG. Maximum file size: 300 KB. Recommended dimensions: 296 x 76 pixels (larger images will be resized). Changes may take up to one hour to display in all places (required)
:param str account_id: The external account number (int) or account ID Guid. (required)
4585
+
:param str account_id: The external account number (int) or account id GUID. (required)
4687
4586
:param str brand_id: The unique identifier of a brand. (required)
4688
4587
:param str logo_type: One of **Primary**, **Secondary** or **Email**. (required)
4689
4588
:param str logo_file_bytes: Brand logo binary Stream. Supported formats: JPG, GIF, PNG. Maximum file size: 300 KB. Recommended dimensions: 296 x 76 pixels (larger images will be resized). Changes may take up to one hour to display in all places (required)
:param str account_id: The external account number (int) or account ID Guid. (required)
175
175
:param str batch_id: (required)
176
176
:param str count: Specifies the number of entries to return.
177
-
:param str include: Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=ââ¬Âfailed,queuedââ¬Â) Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent ââ¬â This only returns entries with a sent status.
177
+
:param str include: Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=\"failed,queued\") Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent - This only returns entries with a sent status.
178
178
:param str start_position: Specifies the location in the list of envelopes from which to start.
:param str account_id: The external account number (int) or account ID Guid. (required)
205
205
:param str batch_id: (required)
206
206
:param str count: Specifies the number of entries to return.
207
-
:param str include: Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=ââ¬Âfailed,queuedââ¬Â) Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent ââ¬â This only returns entries with a sent status.
207
+
:param str include: Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=\"failed,queued\") Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent - This only returns entries with a sent status.
208
208
:param str start_position: Specifies the location in the list of envelopes from which to start.
0 commit comments