Skip to content

Commit b4eec6a

Browse files
author
Chris Jackson
authored
Merge pull request #3 from SignRequest/v1.2.0
v1.2.0
2 parents d1daf45 + f91fb3b commit b4eec6a

Some content is hidden

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

69 files changed

+117
-128
lines changed

.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

docs/Document.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ Name | Type | Description | Notes
3232
**auto_delete_after** | **DateTime** | Date and time calculated using `auto_delete_days` after which a finished document (signed/cancelled/declined) will be automatically deleted | [optional]
3333
**sandbox** | **BOOLEAN** | Indicates whether document was created as part of a sandbox team | [optional]
3434
**auto_expire_after** | **DateTime** | Date and time calculated using `auto_expire_days` after which a non finished document will be automatically expired | [optional]
35+
**processing** | **BOOLEAN** | 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

docs/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** | **Integer** | | [optional]
7-
**needs_to_sign** | **BOOLEAN** | | [optional]
8-
**approve_only** | **BOOLEAN** | | [optional]
9-
**notify_only** | **BOOLEAN** | | [optional]
10-
**in_person** | **BOOLEAN** | | [optional]
7+
**needs_to_sign** | **BOOLEAN** | 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** | **BOOLEAN** | Require user to approve the document (without adding a signature), see: [Approve only](#section/Additional-signing-methods/Approve-only) | [optional]
9+
**notify_only** | **BOOLEAN** | 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** | **BOOLEAN** | 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** | **Integer** | | [optional]
1212
**placeholders** | [**Array<Placeholder>**](Placeholder.md) | | [optional]
1313

docs/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** | **BOOLEAN** | Automatically remind signers to sign a document | [optional]
24+
**send_reminders** | **BOOLEAN** | Automatically remind signers to sign a document, see: [automatic reminders](#section/Working-with-a-SignRequest/Automatic-reminders) | [optional]
2525
**signers** | [**Array<Signer>**](Signer.md) | | [optional]
2626
**uuid** | **String** | | [optional]
2727

docs/InlineDocumentSignerIntegrationData.md

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

99

docs/InlineIntegrationData.md

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

99

docs/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** | **BOOLEAN** | Automatically remind signers to sign a document | [optional]
24+
**send_reminders** | **BOOLEAN** | Automatically remind signers to sign a document, see: [automatic reminders](#section/Working-with-a-SignRequest/Automatic-reminders) | [optional]
2525
**signers** | [**Array<Signer>**](Signer.md) | | [optional]
2626
**uuid** | **String** | | [optional]
2727

docs/SignRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ 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** | **BOOLEAN** | Automatically remind signers to sign a document | [optional]
24+
**send_reminders** | **BOOLEAN** | Automatically remind signers to sign a document, see: [automatic reminders](#section/Working-with-a-SignRequest/Automatic-reminders) | [optional]
2525
**signers** | [**Array<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

docs/SignRequestQuickCreate.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** | **BOOLEAN** | Automatically remind signers to sign a document | [optional]
24+
**send_reminders** | **BOOLEAN** | Automatically remind signers to sign a document, see: [automatic reminders](#section/Working-with-a-SignRequest/Automatic-reminders) | [optional]
2525
**signers** | [**Array<Signer>**](Signer.md) | |
2626
**uuid** | **String** | | [optional]
2727
**url** | **String** | | [optional]
2828
**document** | **String** | | [optional]
2929
**integration** | **String** | | [optional]
30-
**integration_data** | **String** | | [optional]
30+
**integration_data** | **Object** | | [optional]
3131
**name** | **String** | Defaults to filename, including extension | [optional]
3232
**external_id** | **String** | ID used to reference document in external system | [optional]
3333
**frontend_id** | **String** | Shared secret used in conjunction with <a href=\"#section/Frontend-API/SignRequest-js-client-(beta)\">SignRequest-js client</a> to grant user access to a document that's not a member of the document's team | [optional]

docs/Signer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Name | Type | Description | Notes
1212
**signed** | **BOOLEAN** | | [optional]
1313
**downloaded** | **BOOLEAN** | | [optional]
1414
**signed_on** | **DateTime** | | [optional]
15-
**needs_to_sign** | **BOOLEAN** | | [optional] [default to true]
16-
**approve_only** | **BOOLEAN** | | [optional]
17-
**notify_only** | **BOOLEAN** | | [optional]
18-
**in_person** | **BOOLEAN** | | [optional]
15+
**needs_to_sign** | **BOOLEAN** | 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] [default to true]
16+
**approve_only** | **BOOLEAN** | Require user to approve the document (without adding a signature), see: [Approve only](#section/Additional-signing-methods/Approve-only) | [optional]
17+
**notify_only** | **BOOLEAN** | 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]
18+
**in_person** | **BOOLEAN** | 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]
1919
**order** | **Integer** | | [optional]
2020
**language** | **String** | | [optional]
2121
**force_language** | **BOOLEAN** | | [optional]

0 commit comments

Comments
 (0)