Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ script:
- bundle install --path vendor/bundle
- bundle exec rspec
- gem build dropbox-sign.gemspec
- gem install ./dropbox-sign-1.12.0.gem
- gem install ./dropbox-sign-1.13.0.gem
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dropbox-sign (1.12.0)
dropbox-sign (1.13.0)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ directory that corresponds to the file you want updated.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 3.0.0
- Package version: 1.12.0
- Package version: 1.13.0
- Generator version: 7.12.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen

Expand All @@ -47,15 +47,15 @@ gem build dropbox-sign.gemspec
Then install the gem locally:

```shell
gem install ./dropbox-sign-1.12.0.gem
gem install ./dropbox-sign-1.13.0.gem
```

(for development, run `gem install --dev ./dropbox-sign-1.12.0.gem` to install the development dependencies)
(for development, run `gem install --dev ./dropbox-sign-1.13.0.gem` to install the development dependencies)


Finally add this to the Gemfile:

gem 'dropbox-sign', '~> 1.12.0'
gem 'dropbox-sign', '~> 1.13.0'

### Install from Git

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.13.0
1 change: 1 addition & 0 deletions docs/SignatureRequestCreateEmbeddedRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
| `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
| `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
| `use_text_tags` | ```Boolean``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] |
| `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
| `populate_auto_fill_fields` | ```Boolean``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer&#39;s information during signing.<br><br>**NOTE:** Keep your signer&#39;s information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] |
| `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |

1 change: 1 addition & 0 deletions docs/SignatureRequestEditEmbeddedRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
| `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
| `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
| `use_text_tags` | ```Boolean``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] |
| `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
| `populate_auto_fill_fields` | ```Boolean``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer&#39;s information during signing.<br><br>**NOTE:** Keep your signer&#39;s information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] |
| `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |

1 change: 1 addition & 0 deletions docs/SignatureRequestEditRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
| `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
| `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
| `use_text_tags` | ```Boolean``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] |
| `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
| `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |

1 change: 1 addition & 0 deletions docs/SignatureRequestSendRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
| `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
| `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
| `use_text_tags` | ```Boolean``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] |
| `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
| `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |

1 change: 1 addition & 0 deletions docs/TemplateCreateEmbeddedDraftRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
| `test_mode` | ```Boolean``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
| `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
| `use_preexisting_fields` | ```Boolean``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] |
| `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |

1 change: 1 addition & 0 deletions docs/TemplateCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
| `test_mode` | ```Boolean``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
| `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
| `use_preexisting_fields` | ```Boolean``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] |
| `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |

1 change: 1 addition & 0 deletions docs/UnclaimedDraftCreateEmbeddedRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
| `type` | ```String``` | The type of the draft. By default this is `request_signature`, but you can set it to `send_document` if you want to self sign a document and download it. | [default to 'request_signature'] |
| `use_preexisting_fields` | ```Boolean``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to false] |
| `use_text_tags` | ```Boolean``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to false] |
| `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
| `populate_auto_fill_fields` | ```Boolean``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer&#39;s information during signing.<br><br>**NOTE:** Keep your signer&#39;s information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] |
| `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.<br><br>**NOTE:** This does not correspond to the **expires_at** returned in the response. | |

1 change: 1 addition & 0 deletions docs/UnclaimedDraftCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
| `test_mode` | ```Boolean``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
| `use_preexisting_fields` | ```Boolean``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to false] |
| `use_text_tags` | ```Boolean``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to false] |
| `ignore_text_tags_extraction_errors` | ```Boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
| `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.<br><br>**NOTE:** This does not correspond to the **expires_at** returned in the response. | |

Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ class SignatureRequestCreateEmbeddedRequest
# @return [Boolean]
attr_accessor :use_text_tags

# Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
# @return [Boolean]
attr_accessor :ignore_text_tags_extraction_errors

# Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature.
# @return [Boolean]
attr_accessor :populate_auto_fill_fields
Expand Down Expand Up @@ -137,6 +141,7 @@ def self.attribute_map
:'test_mode' => :'test_mode',
:'title' => :'title',
:'use_text_tags' => :'use_text_tags',
:'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors',
:'populate_auto_fill_fields' => :'populate_auto_fill_fields',
:'expires_at' => :'expires_at'
}
Expand Down Expand Up @@ -177,6 +182,7 @@ def self.openapi_types
:'test_mode' => :'Boolean',
:'title' => :'String',
:'use_text_tags' => :'Boolean',
:'ignore_text_tags_extraction_errors' => :'Boolean',
:'populate_auto_fill_fields' => :'Boolean',
:'expires_at' => :'Integer'
}
Expand Down Expand Up @@ -350,6 +356,12 @@ def initialize(attributes = {})
self.use_text_tags = false
end

if attributes.key?(:'ignore_text_tags_extraction_errors')
self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
else
self.ignore_text_tags_extraction_errors = false
end

if attributes.key?(:'populate_auto_fill_fields')
self.populate_auto_fill_fields = attributes[:'populate_auto_fill_fields']
else
Expand Down Expand Up @@ -467,6 +479,7 @@ def ==(o)
test_mode == o.test_mode &&
title == o.title &&
use_text_tags == o.use_text_tags &&
ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors &&
populate_auto_fill_fields == o.populate_auto_fill_fields &&
expires_at == o.expires_at
end
Expand All @@ -480,7 +493,7 @@ def eql?(o)
# Calculates hash code according to all attributes.
# @return [Integer] Hash code
def hash
[client_id, files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, signing_options, subject, test_mode, title, use_text_tags, populate_auto_fill_fields, expires_at].hash
[client_id, files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, signing_options, subject, test_mode, title, use_text_tags, ignore_text_tags_extraction_errors, populate_auto_fill_fields, expires_at].hash
end

# Builds the object from hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ class SignatureRequestEditEmbeddedRequest
# @return [Boolean]
attr_accessor :use_text_tags

# Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
# @return [Boolean]
attr_accessor :ignore_text_tags_extraction_errors

# Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature.
# @return [Boolean]
attr_accessor :populate_auto_fill_fields
Expand Down Expand Up @@ -137,6 +141,7 @@ def self.attribute_map
:'test_mode' => :'test_mode',
:'title' => :'title',
:'use_text_tags' => :'use_text_tags',
:'ignore_text_tags_extraction_errors' => :'ignore_text_tags_extraction_errors',
:'populate_auto_fill_fields' => :'populate_auto_fill_fields',
:'expires_at' => :'expires_at'
}
Expand Down Expand Up @@ -177,6 +182,7 @@ def self.openapi_types
:'test_mode' => :'Boolean',
:'title' => :'String',
:'use_text_tags' => :'Boolean',
:'ignore_text_tags_extraction_errors' => :'Boolean',
:'populate_auto_fill_fields' => :'Boolean',
:'expires_at' => :'Integer'
}
Expand Down Expand Up @@ -350,6 +356,12 @@ def initialize(attributes = {})
self.use_text_tags = false
end

if attributes.key?(:'ignore_text_tags_extraction_errors')
self.ignore_text_tags_extraction_errors = attributes[:'ignore_text_tags_extraction_errors']
else
self.ignore_text_tags_extraction_errors = false
end

if attributes.key?(:'populate_auto_fill_fields')
self.populate_auto_fill_fields = attributes[:'populate_auto_fill_fields']
else
Expand Down Expand Up @@ -467,6 +479,7 @@ def ==(o)
test_mode == o.test_mode &&
title == o.title &&
use_text_tags == o.use_text_tags &&
ignore_text_tags_extraction_errors == o.ignore_text_tags_extraction_errors &&
populate_auto_fill_fields == o.populate_auto_fill_fields &&
expires_at == o.expires_at
end
Expand All @@ -480,7 +493,7 @@ def eql?(o)
# Calculates hash code according to all attributes.
# @return [Integer] Hash code
def hash
[client_id, files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, signing_options, subject, test_mode, title, use_text_tags, populate_auto_fill_fields, expires_at].hash
[client_id, files, file_urls, signers, grouped_signers, allow_decline, allow_reassign, attachments, cc_email_addresses, custom_fields, field_options, form_field_groups, form_field_rules, form_fields_per_document, hide_text_tags, message, metadata, signing_options, subject, test_mode, title, use_text_tags, ignore_text_tags_extraction_errors, populate_auto_fill_fields, expires_at].hash
end

# Builds the object from hash
Expand Down
Loading
Loading