Skip to content

Commit 6579f46

Browse files
author
Chris Jackson
authored
v2.1.0 (#10)
No longer require from_email on InlineSignRequest, add processing flag to Document, integration_data is now an object instead of a string, generate using Swagger Codegen 2.4.11 instead of 2.4.8
1 parent 24c6be7 commit 6579f46

39 files changed

+106
-126
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,6 +32,7 @@ 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** | **bool** | 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** | **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/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** | [**list[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** | **str** | Subject of SignRequest email | [optional]
2222
**message** | **str** | 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** | **str** | `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** | [**list[Signer]**](Signer.md) | | [optional]
2626
**uuid** | **str** | | [optional]
2727

docs/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** | **str** | | [optional]
7-
**integration_data** | **str** | | [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/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** | **str** | | [optional]
7-
**integration_data** | **str** | | [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/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** | **str** | Subject of SignRequest email | [optional]
2222
**message** | **str** | 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** | **str** | `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** | [**list[Signer]**](Signer.md) | | [optional]
2626
**uuid** | **str** | | [optional]
2727

docs/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** | **str** | Subject of SignRequest email | [optional]
2222
**message** | **str** | 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** | **str** | `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** | [**list[Signer]**](Signer.md) | |
2626
**uuid** | **str** | | [optional]
2727
**url** | **str** | | [optional]
2828
**document** | **str** | |
2929
**integration** | **str** | | [optional]
30-
**integration_data** | **str** | | [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

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** | **str** | Subject of SignRequest email | [optional]
2222
**message** | **str** | 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** | **str** | `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** | [**list[Signer]**](Signer.md) | |
2626
**uuid** | **str** | | [optional]
2727
**url** | **str** | | [optional]
2828
**document** | **str** | | [optional]
2929
**integration** | **str** | | [optional]
30-
**integration_data** | **str** | | [optional]
30+
**integration_data** | **object** | | [optional]
3131
**name** | **str** | Defaults to filename, including extension | [optional]
3232
**external_id** | **str** | ID used to reference document in external system | [optional]
3333
**frontend_id** | **str** | 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** | **bool** | | [optional]
1313
**downloaded** | **bool** | | [optional]
1414
**signed_on** | **datetime** | | [optional]
15-
**needs_to_sign** | **bool** | | [optional] [default to True]
16-
**approve_only** | **bool** | | [optional]
17-
**notify_only** | **bool** | | [optional]
18-
**in_person** | **bool** | | [optional]
15+
**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] [default to True]
16+
**approve_only** | **bool** | Require user to approve the document (without adding a signature), see: [Approve only](#section/Additional-signing-methods/Approve-only) | [optional]
17+
**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]
18+
**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]
1919
**order** | **int** | | [optional]
2020
**language** | **str** | | [optional]
2121
**force_language** | **bool** | | [optional]

0 commit comments

Comments
 (0)