Skip to content

Commit abfaae5

Browse files
Release 1.8.0 (#16)
1 parent 43a1d8a commit abfaae5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+219
-72
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Python 3.7+
4949
Install using `pip`:
5050

5151
```shell
52-
python3 -m pip install dropbox-sign==1.7.0
52+
python3 -m pip install dropbox-sign==1.8.0
5353
```
5454

5555
Alternatively:
@@ -391,6 +391,6 @@ [email protected]
391391
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
392392

393393
- API version: 3.0.0
394-
- Package version: 1.7.0
394+
- Package version: 1.8.0
395395
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
396396

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

docs/BulkSendJobGetResponseSignatureRequests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
| `original_title` | ```str``` | Default Label for account. | |
1313
| `subject` | ```str``` | The subject in the email that was initially sent to the signers. | |
1414
| `message` | ```str``` | The custom message in the email that was initially sent to the signers. | |
15-
| `metadata` | ```object``` | The metadata attached to the signature request. | |
15+
| `metadata` | ```Dict[str, object]``` | The metadata attached to the signature request. | |
1616
| `created_at` | ```int``` | Time the signature request was created. | |
1717
| `expires_at` | ```int``` | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
1818
| `is_complete` | ```bool``` | Whether or not the SignatureRequest has been fully executed by all signers. | |

docs/FaxResponse.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ Name | Type | Description | Notes
88
| `fax_id`<sup>*_required_</sup> | ```str``` | Fax ID | |
99
| `title`<sup>*_required_</sup> | ```str``` | Fax Title | |
1010
| `original_title`<sup>*_required_</sup> | ```str``` | Fax Original Title | |
11-
| `subject`<sup>*_required_</sup> | ```str``` | Fax Subject | |
12-
| `message`<sup>*_required_</sup> | ```str``` | Fax Message | |
1311
| `metadata`<sup>*_required_</sup> | ```Dict[str, object]``` | Fax Metadata | |
1412
| `created_at`<sup>*_required_</sup> | ```int``` | Fax Created At Timestamp | |
1513
| `sender`<sup>*_required_</sup> | ```str``` | Fax Sender Email | |
16-
| `transmissions`<sup>*_required_</sup> | [```List[FaxResponseTransmission]```](FaxResponseTransmission.md) | Fax Transmissions List | |
1714
| `files_url`<sup>*_required_</sup> | ```str``` | Fax Files URL | |
15+
| `transmissions`<sup>*_required_</sup> | [```List[FaxResponseTransmission]```](FaxResponseTransmission.md) | Fax Transmissions List | |
16+
| `subject` | ```str``` | Fax Subject | |
17+
| `message` | ```str``` | Fax Message | |
18+
| `final_copy_uri` | ```str``` | The path where the completed document can be downloaded | |
1819

1920
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2021

docs/FaxResponseTransmission.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
| `recipient`<sup>*_required_</sup> | ```str``` | Fax Transmission Recipient | |
9-
| `sender`<sup>*_required_</sup> | ```str``` | Fax Transmission Sender | |
109
| `status_code`<sup>*_required_</sup> | ```str``` | Fax Transmission Status Code | |
1110
| `sent_at` | ```int``` | Fax Transmission Sent Timestamp | |
1211

docs/SignatureRequestResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
| `original_title` | ```str``` | Default Label for account. | |
1313
| `subject` | ```str``` | The subject in the email that was initially sent to the signers. | |
1414
| `message` | ```str``` | The custom message in the email that was initially sent to the signers. | |
15-
| `metadata` | ```object``` | The metadata attached to the signature request. | |
15+
| `metadata` | ```Dict[str, object]``` | The metadata attached to the signature request. | |
1616
| `created_at` | ```int``` | Time the signature request was created. | |
1717
| `expires_at` | ```int``` | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
1818
| `is_complete` | ```bool``` | Whether or not the SignatureRequest has been fully executed by all signers. | |

docs/SignatureRequestResponseDataValueInitials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
| `type` | ```str``` | An input field for initials | [default to 'initials'] |
99
| `value` | ```str``` | The value of the form field. | |
10+
| `is_signed` | ```bool``` | This field contains the boolean true if the field is signed. | |
1011

1112
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1213

docs/SignatureRequestResponseDataValueSignature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
| `type` | ```str``` | A signature input field | [default to 'signature'] |
99
| `value` | ```str``` | The value of the form field. | |
10+
| `is_signed` | ```bool``` | This field contains the boolean true if the field is signed. | |
1011

1112
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1213

docs/TemplateResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
| `is_creator` | ```bool``` | `true` if you are the owner of this template, `false` if it&#39;s been shared with you by a team member. | |
1414
| `can_edit` | ```bool``` | Indicates whether edit rights have been granted to you by the owner (always `true` if that&#39;s you). | |
1515
| `is_locked` | ```bool``` | Indicates whether the template is locked. If `true`, then the template was created outside your quota and can only be used in `test_mode`. If `false`, then the template is within your quota and can be used to create signature requests. | |
16-
| `metadata` | ```object``` | The metadata attached to the template. | |
16+
| `metadata` | ```Dict[str, object]``` | The metadata attached to the template. | |
1717
| `signer_roles` | [```List[TemplateResponseSignerRole]```](TemplateResponseSignerRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | |
1818
| `cc_roles` | [```List[TemplateResponseCCRole]```](TemplateResponseCCRole.md) | An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template. | |
1919
| `documents` | [```List[TemplateResponseDocument]```](TemplateResponseDocument.md) | An array describing each document associated with this Template. Includes form field data for each document. | |

dropbox_sign/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "1.7.0"
18+
__version__ = "1.8.0"
1919

2020
# import apis into sdk package
2121
from dropbox_sign.apis import *

0 commit comments

Comments
 (0)