Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.1 #11

Merged
merged 1 commit into from
Jun 26, 2024
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
8 changes: 0 additions & 8 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md
docs/SignatureRequestBulkSendWithTemplateRequest.md
docs/SignatureRequestCreateEmbeddedRequest.md
docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md
docs/SignatureRequestEditEmbeddedRequest.md
docs/SignatureRequestEditEmbeddedWithTemplateRequest.md
docs/SignatureRequestEditRequest.md
docs/SignatureRequestEditWithTemplateRequest.md
docs/SignatureRequestGetResponse.md
docs/SignatureRequestListResponse.md
docs/SignatureRequestRemindRequest.md
Expand Down Expand Up @@ -253,10 +249,6 @@ lib/dropbox-sign/models/signature_request_bulk_create_embedded_with_template_req
lib/dropbox-sign/models/signature_request_bulk_send_with_template_request.rb
lib/dropbox-sign/models/signature_request_create_embedded_request.rb
lib/dropbox-sign/models/signature_request_create_embedded_with_template_request.rb
lib/dropbox-sign/models/signature_request_edit_embedded_request.rb
lib/dropbox-sign/models/signature_request_edit_embedded_with_template_request.rb
lib/dropbox-sign/models/signature_request_edit_request.rb
lib/dropbox-sign/models/signature_request_edit_with_template_request.rb
lib/dropbox-sign/models/signature_request_get_response.rb
lib/dropbox-sign/models/signature_request_list_response.rb
lib/dropbox-sign/models/signature_request_remind_request.rb
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ script:
- bundle install --path vendor/bundle
- bundle exec rspec
- gem build dropbox-sign.gemspec
- gem install ./dropbox-sign-1.4.0.gem
- gem install ./dropbox-sign-1.4.1.gem
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dropbox-sign (1.4.0)
dropbox-sign (1.4.1)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand All @@ -13,7 +13,10 @@ GEM
diff-lcs (1.5.0)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.16.3)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
jaro_winkler (1.5.4)
json_spec (1.1.5)
multi_json (~> 1.0)
Expand Down
16 changes: 4 additions & 12 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.4.0
- Package version: 1.4.1
- Build package: org.openapitools.codegen.languages.RubyClientCodegen

## Installation
Expand All @@ -46,14 +46,14 @@ gem build dropbox-sign.gemspec
Then install the gem locally:

```shell
gem install ./dropbox-sign-1.4.0.gem
gem install ./dropbox-sign-1.4.1.gem
```

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

Finally add this to the Gemfile:

gem 'dropbox-sign', '~> 1.4.0'
gem 'dropbox-sign', '~> 1.4.1'

### Install from Git

Expand Down Expand Up @@ -127,10 +127,6 @@ All URIs are relative to *https://api.hellosign.com/v3*
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_cancel**](docs/SignatureRequestApi.md#signature_request_cancel) | **POST** /signature_request/cancel/{signature_request_id} | Cancel Incomplete Signature Request |
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_create_embedded**](docs/SignatureRequestApi.md#signature_request_create_embedded) | **POST** /signature_request/create_embedded | Create Embedded Signature Request |
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_create_embedded_with_template**](docs/SignatureRequestApi.md#signature_request_create_embedded_with_template) | **POST** /signature_request/create_embedded_with_template | Create Embedded Signature Request with Template |
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_edit**](docs/SignatureRequestApi.md#signature_request_edit) | **PUT** /signature_request/edit/{signature_request_id} | Edit Signature Request |
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_edit_embedded**](docs/SignatureRequestApi.md#signature_request_edit_embedded) | **PUT** /signature_request/edit_embedded/{signature_request_id} | Edit Embedded Signature Request |
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_edit_embedded_with_template**](docs/SignatureRequestApi.md#signature_request_edit_embedded_with_template) | **PUT** /signature_request/edit_embedded_with_template/{signature_request_id} | Edit Embedded Signature Request with Template |
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_edit_with_template**](docs/SignatureRequestApi.md#signature_request_edit_with_template) | **PUT** /signature_request/edit_with_template/{signature_request_id} | Edit Signature Request With Template |
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_files**](docs/SignatureRequestApi.md#signature_request_files) | **GET** /signature_request/files/{signature_request_id} | Download Files |
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_files_as_data_uri**](docs/SignatureRequestApi.md#signature_request_files_as_data_uri) | **GET** /signature_request/files_as_data_uri/{signature_request_id} | Download Files as Data Uri |
|*Dropbox::Sign::SignatureRequestApi* | [**signature_request_files_as_file_url**](docs/SignatureRequestApi.md#signature_request_files_as_file_url) | **GET** /signature_request/files_as_file_url/{signature_request_id} | Download Files as File Url |
Expand Down Expand Up @@ -217,10 +213,6 @@ All URIs are relative to *https://api.hellosign.com/v3*
- [Dropbox::Sign::SignatureRequestBulkSendWithTemplateRequest](docs/SignatureRequestBulkSendWithTemplateRequest.md)
- [Dropbox::Sign::SignatureRequestCreateEmbeddedRequest](docs/SignatureRequestCreateEmbeddedRequest.md)
- [Dropbox::Sign::SignatureRequestCreateEmbeddedWithTemplateRequest](docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md)
- [Dropbox::Sign::SignatureRequestEditEmbeddedRequest](docs/SignatureRequestEditEmbeddedRequest.md)
- [Dropbox::Sign::SignatureRequestEditEmbeddedWithTemplateRequest](docs/SignatureRequestEditEmbeddedWithTemplateRequest.md)
- [Dropbox::Sign::SignatureRequestEditRequest](docs/SignatureRequestEditRequest.md)
- [Dropbox::Sign::SignatureRequestEditWithTemplateRequest](docs/SignatureRequestEditWithTemplateRequest.md)
- [Dropbox::Sign::SignatureRequestGetResponse](docs/SignatureRequestGetResponse.md)
- [Dropbox::Sign::SignatureRequestListResponse](docs/SignatureRequestListResponse.md)
- [Dropbox::Sign::SignatureRequestRemindRequest](docs/SignatureRequestRemindRequest.md)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
2 changes: 1 addition & 1 deletion docs/EmbeddedEditUrlRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| `force_signer_roles` | ```Boolean``` | Provide users the ability to review/edit the template signer roles. | [default to false] |
| `force_subject_message` | ```Boolean``` | Provide users the ability to review/edit the template subject and message. | [default to false] |
| `merge_fields` | [```Array<SubMergeField>```](SubMergeField.md) | Add additional merge fields to the template, which can be used used to pre-fill data by passing values into signature requests made with that template.<br><br>Remove all merge fields on the template by passing an empty array `[]`. | |
| `preview_only` | ```Boolean``` | This allows the requester to enable the preview experience (i.e. does not allow the requester&#39;s end user to add any additional fields via the editor).<br><br>**Note**: This parameter overwrites `show_preview&#x3D;true` (if set). | [default to false] |
| `preview_only` | ```Boolean``` | This allows the requester to enable the preview experience (i.e. does not allow the requester&#39;s end user to add any additional fields via the editor).<br><br>**NOTE:** This parameter overwrites `show_preview&#x3D;true` (if set). | [default to false] |
| `show_preview` | ```Boolean``` | This allows the requester to enable the editor/preview experience. | [default to false] |
| `show_progress_stepper` | ```Boolean``` | When only one step remains in the signature request process and this parameter is set to `false` then the progress stepper will be hidden. | [default to true] |
| `test_mode` | ```Boolean``` | Whether this is a test, locked templates will only be available for editing if this is set to `true`. Defaults to `false`. | [default to false] |
Expand Down
Loading
Loading