docs/SignatureRequestResponse.md in dropbox-sign-1.3.0 vs docs/SignatureRequestResponse.md in dropbox-sign-1.4.0

- old
+ new

@@ -22,11 +22,13 @@ | `files_url` | ```String``` | The URL where a copy of the request&#39;s documents can be downloaded. | | | `signing_url` | ```String``` | The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing. | | | `details_url` | ```String``` | The URL where the requester and the signers can view the current status of the SignatureRequest. | | | `cc_email_addresses` | ```Array<String>``` | A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed. | | | `signing_redirect_url` | ```String``` | The URL you want the signer redirected to after they successfully sign. | | +| `final_copy_uri` | ```String``` | The path where the completed document can be downloaded | | | `template_ids` | ```Array<String>``` | Templates IDs used in this SignatureRequest (if any). | | | `custom_fields` | [```Array<SignatureRequestResponseCustomFieldBase>```](SignatureRequestResponseCustomFieldBase.md) | An array of Custom Field objects containing the name and type of each custom field.<br><br>* Text Field uses `SignatureRequestResponseCustomFieldText`<br>* Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox` | | | `attachments` | [```Array<SignatureRequestResponseAttachment>```](SignatureRequestResponseAttachment.md) | Signer attachments. | | | `response_data` | [```Array<SignatureRequestResponseDataBase>```](SignatureRequestResponseDataBase.md) | An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers. | | | `signatures` | [```Array<SignatureRequestResponseSignatures>```](SignatureRequestResponseSignatures.md) | An array of signature objects, 1 for each signer. | | +| `bulk_send_job_id` | ```String``` | The ID of the Bulk Send job which sent the signature request, if applicable. | |