Skip to content

Commit bc73d6a

Browse files
Release 1.8.0 (#15)
1 parent 0db4ab1 commit bc73d6a

40 files changed

+463
-216
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
5353
```json
5454
{
5555
"require": {
56-
"dropbox/sign": "^1.7.0"
56+
"dropbox/sign": "^1.8.0"
5757
},
5858
"minimum-stability": "dev"
5959
}
@@ -64,7 +64,7 @@ Then run `composer install`
6464
Alternatively, install directly with
6565

6666
```
67-
composer require dropbox/sign:^1.7.0
67+
composer require dropbox/sign:^1.8.0
6868
```
6969

7070
## Getting Started
@@ -439,6 +439,6 @@ [email protected]
439439
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
440440

441441
- API version: `3.0.0`
442-
- Package version: `1.7.0`
442+
- Package version: `1.8.0`
443443
- Generator version: `7.8.0`
444444
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

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

bin/php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DIR=$(cd `dirname $0` && pwd)
88
ROOT_DIR="${DIR}/.."
99
WORKING_DIR="/app/php"
1010

11-
if [[ -z "$PHP_USE_NATIVE" ]]; then
11+
if [[ "$PHP_USE_NATIVE" -ne 1 ]]; then
1212
docker run --rm \
1313
-v "${ROOT_DIR}:${WORKING_DIR}" \
1414
-v "dropbox-sign-sdk-composer-cache:/.composer" \

docs/Model/BulkSendJobGetResponseSignatureRequests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
| `original_title` | ```string``` | Default Label for account. | |
1414
| `subject` | ```string``` | The subject in the email that was initially sent to the signers. | |
1515
| `message` | ```string``` | The custom message in the email that was initially sent to the signers. | |
16-
| `metadata` | ```array``` | The metadata attached to the signature request. | |
16+
| `metadata` | ```array<string,mixed>``` | The metadata attached to the signature request. | |
1717
| `created_at` | ```int``` | Time the signature request was created. | |
1818
| `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. | |
1919
| `is_complete` | ```bool``` | Whether or not the SignatureRequest has been fully executed by all signers. | |

docs/Model/FaxResponse.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ Name | Type | Description | Notes
99
| `fax_id`<sup>*_required_</sup> | ```string``` | Fax ID | |
1010
| `title`<sup>*_required_</sup> | ```string``` | Fax Title | |
1111
| `original_title`<sup>*_required_</sup> | ```string``` | Fax Original Title | |
12-
| `subject`<sup>*_required_</sup> | ```string``` | Fax Subject | |
13-
| `message`<sup>*_required_</sup> | ```string``` | Fax Message | |
1412
| `metadata`<sup>*_required_</sup> | ```array<string,mixed>``` | Fax Metadata | |
1513
| `created_at`<sup>*_required_</sup> | ```int``` | Fax Created At Timestamp | |
1614
| `sender`<sup>*_required_</sup> | ```string``` | Fax Sender Email | |
17-
| `transmissions`<sup>*_required_</sup> | [```\Dropbox\Sign\Model\FaxResponseTransmission[]```](FaxResponseTransmission.md) | Fax Transmissions List | |
1815
| `files_url`<sup>*_required_</sup> | ```string``` | Fax Files URL | |
16+
| `transmissions`<sup>*_required_</sup> | [```\Dropbox\Sign\Model\FaxResponseTransmission[]```](FaxResponseTransmission.md) | Fax Transmissions List | |
17+
| `subject` | ```string``` | Fax Subject | |
18+
| `message` | ```string``` | Fax Message | |
19+
| `final_copy_uri` | ```string``` | The path where the completed document can be downloaded | |
1920

2021
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/FaxResponseTransmission.md

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

docs/Model/SignatureRequestResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
| `original_title` | ```string``` | Default Label for account. | |
1414
| `subject` | ```string``` | The subject in the email that was initially sent to the signers. | |
1515
| `message` | ```string``` | The custom message in the email that was initially sent to the signers. | |
16-
| `metadata` | ```array``` | The metadata attached to the signature request. | |
16+
| `metadata` | ```array<string,mixed>``` | The metadata attached to the signature request. | |
1717
| `created_at` | ```int``` | Time the signature request was created. | |
1818
| `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. | |
1919
| `is_complete` | ```bool``` | Whether or not the SignatureRequest has been fully executed by all signers. | |

docs/Model/SignatureRequestResponseDataValueInitials.md

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

1213
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/SignatureRequestResponseDataValueSignature.md

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

1213
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/TemplateResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
1414
| `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. | |
1515
| `can_edit` | ```bool``` | Indicates whether edit rights have been granted to you by the owner (always `true` if that&#39;s you). | |
1616
| `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. | |
17-
| `metadata` | ```array``` | The metadata attached to the template. | |
17+
| `metadata` | ```array<string,mixed>``` | The metadata attached to the template. | |
1818
| `signer_roles` | [```\Dropbox\Sign\Model\TemplateResponseSignerRole[]```](TemplateResponseSignerRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | |
1919
| `cc_roles` | [```\Dropbox\Sign\Model\TemplateResponseCCRole[]```](TemplateResponseCCRole.md) | An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template. | |
2020
| `documents` | [```\Dropbox\Sign\Model\TemplateResponseDocument[]```](TemplateResponseDocument.md) | An array describing each document associated with this Template. Includes form field data for each document. | |

0 commit comments

Comments
 (0)