Skip to content

Commit a6658bd

Browse files
author
Chris Jackson
authored
v1.3.0 (#5)
Don't require from_email on InlineSignRequest, add processing flag to Document, bump version to 1.3.0, generate using Swagger Codegen 2.4.11 instead of 2.4.8
1 parent 648d3e7 commit a6658bd

123 files changed

Lines changed: 529 additions & 288 deletions

File tree

Some content is hidden

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

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.8
1+
2.4.11

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi
1616
```
1717
{
1818
"require": {
19-
"signrequest/signrequest-client": "1.2.0"
19+
"signrequest/signrequest-client": "1.3.0"
2020
}
2121
}
2222
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signrequest/signrequest-client",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Official PHP client for SignRequest.com (https://signrequest.com)",
55
"keywords": [
66
"signrequest",

docs/Model/Document.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
3232
**auto_delete_after** | [**\DateTime**](\DateTime.md) | Date and time calculated using `auto_delete_days` after which a finished document (signed/cancelled/declined) will be automatically deleted | [optional]
3333
**sandbox** | **bool** | Indicates whether document was created as part of a sandbox team | [optional]
3434
**auto_expire_after** | [**\DateTime**](\DateTime.md) | Date and time calculated using `auto_expire_days` after which a non finished document will be automatically expired | [optional]
35+
**processing** | **bool** | Indicates whether a change to the document is processing and the PDF may be out of date. It is recommended to wait until processing has finished before downloading the PDF. Webhooks are not sent until processing has been completed. | [optional]
3536

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

docs/Model/DocumentSignerTemplateConf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**signer_index** | **int** | | [optional]
7-
**needs_to_sign** | **bool** | | [optional]
8-
**approve_only** | **bool** | | [optional]
9-
**notify_only** | **bool** | | [optional]
10-
**in_person** | **bool** | | [optional]
7+
**needs_to_sign** | **bool** | When `false` user does not need to sign, but will receive a copy of the signed document and signing log, see: [Copy only](#section/Additional-signing-methods/Copy-only) | [optional]
8+
**approve_only** | **bool** | Require user to approve the document (without adding a signature), see: [Approve only](#section/Additional-signing-methods/Approve-only) | [optional]
9+
**notify_only** | **bool** | Send notifications about the document and a copy of the signed document and signing log, but don't require them to take any action, see: [Notify only](#section/Additional-signing-methods/Notify-only) | [optional]
10+
**in_person** | **bool** | When used in combination with an embed url on the sender, after sender has signed, they will be redirected to the next `in_person` signer, see: [In person signing](#section/Additional-signing-methods/In-person-signing) | [optional]
1111
**order** | **int** | | [optional]
1212
**placeholders** | [**\SignRequest\Model\Placeholder[]**](Placeholder.md) | | [optional]
1313

docs/Model/DocumentSignrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
2121
**subject** | **string** | Subject of SignRequest email | [optional]
2222
**message** | **string** | Message to include in SignRequest email, may contain the following html tags: `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong` | [optional]
2323
**who** | **string** | `m`: only me, `mo`: me and others, `o`: only others | [optional]
24-
**send_reminders** | **bool** | Automatically remind signers to sign a document | [optional]
24+
**send_reminders** | **bool** | Automatically remind signers to sign a document, see: [automatic reminders](#section/Working-with-a-SignRequest/Automatic-reminders) | [optional]
2525
**signers** | [**\SignRequest\Model\Signer[]**](Signer.md) | | [optional]
2626
**uuid** | **string** | | [optional]
2727

docs/Model/InlineDocumentSignerIntegrationData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**integration** | **string** | | [optional]
7-
**integration_data** | **string** | | [optional]
7+
**integration_data** | **object** | | [optional]
88

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

docs/Model/InlineIntegrationData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**integration** | **string** | | [optional]
7-
**integration_data** | **string** | | [optional]
7+
**integration_data** | **object** | | [optional]
88

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

docs/Model/InlineSignRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
2121
**subject** | **string** | Subject of SignRequest email | [optional]
2222
**message** | **string** | Message to include in SignRequest email, may contain the following html tags: `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong` | [optional]
2323
**who** | **string** | `m`: only me, `mo`: me and others, `o`: only others | [optional]
24-
**send_reminders** | **bool** | Automatically remind signers to sign a document | [optional]
24+
**send_reminders** | **bool** | Automatically remind signers to sign a document, see: [automatic reminders](#section/Working-with-a-SignRequest/Automatic-reminders) | [optional]
2525
**signers** | [**\SignRequest\Model\Signer[]**](Signer.md) | | [optional]
2626
**uuid** | **string** | | [optional]
2727

docs/Model/SignRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Name | Type | Description | Notes
2121
**subject** | **string** | Subject of SignRequest email | [optional]
2222
**message** | **string** | Message to include in SignRequest email, may contain the following html tags: `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong` | [optional]
2323
**who** | **string** | `m`: only me, `mo`: me and others, `o`: only others | [optional] [default to 'o']
24-
**send_reminders** | **bool** | Automatically remind signers to sign a document | [optional]
24+
**send_reminders** | **bool** | Automatically remind signers to sign a document, see: [automatic reminders](#section/Working-with-a-SignRequest/Automatic-reminders) | [optional]
2525
**signers** | [**\SignRequest\Model\Signer[]**](Signer.md) | |
2626
**uuid** | **string** | | [optional]
2727
**url** | **string** | | [optional]
2828
**document** | **string** | |
2929
**integration** | **string** | | [optional]
30-
**integration_data** | **string** | | [optional]
30+
**integration_data** | **object** | | [optional]
3131

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

0 commit comments

Comments
 (0)