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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ build/
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

vendor
vendor
24 changes: 24 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ docs/ErrorResponseError.md
docs/EventCallbackRequest.md
docs/EventCallbackRequestEvent.md
docs/EventCallbackRequestEventMetadata.md
docs/FaxLineAddUserRequest.md
docs/FaxLineApi.md
docs/FaxLineAreaCodeGetCountryEnum.md
docs/FaxLineAreaCodeGetProvinceEnum.md
docs/FaxLineAreaCodeGetResponse.md
docs/FaxLineAreaCodeGetStateEnum.md
docs/FaxLineCreateRequest.md
docs/FaxLineDeleteRequest.md
docs/FaxLineListResponse.md
docs/FaxLineRemoveUserRequest.md
docs/FaxLineResponse.md
docs/FaxLineResponseFaxLine.md
docs/FileResponse.md
docs/FileResponseDataUri.md
docs/ListInfoResponse.md
Expand Down Expand Up @@ -195,6 +207,7 @@ lib/dropbox-sign/api/account_api.rb
lib/dropbox-sign/api/api_app_api.rb
lib/dropbox-sign/api/bulk_send_job_api.rb
lib/dropbox-sign/api/embedded_api.rb
lib/dropbox-sign/api/fax_line_api.rb
lib/dropbox-sign/api/o_auth_api.rb
lib/dropbox-sign/api/report_api.rb
lib/dropbox-sign/api/signature_request_api.rb
Expand Down Expand Up @@ -239,6 +252,17 @@ lib/dropbox-sign/models/error_response_error.rb
lib/dropbox-sign/models/event_callback_request.rb
lib/dropbox-sign/models/event_callback_request_event.rb
lib/dropbox-sign/models/event_callback_request_event_metadata.rb
lib/dropbox-sign/models/fax_line_add_user_request.rb
lib/dropbox-sign/models/fax_line_area_code_get_country_enum.rb
lib/dropbox-sign/models/fax_line_area_code_get_province_enum.rb
lib/dropbox-sign/models/fax_line_area_code_get_response.rb
lib/dropbox-sign/models/fax_line_area_code_get_state_enum.rb
lib/dropbox-sign/models/fax_line_create_request.rb
lib/dropbox-sign/models/fax_line_delete_request.rb
lib/dropbox-sign/models/fax_line_list_response.rb
lib/dropbox-sign/models/fax_line_remove_user_request.rb
lib/dropbox-sign/models/fax_line_response.rb
lib/dropbox-sign/models/fax_line_response_fax_line.rb
lib/dropbox-sign/models/file_response.rb
lib/dropbox-sign/models/file_response_data_uri.rb
lib/dropbox-sign/models/list_info_response.rb
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.7.0
7.8.0
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.5.0.gem
- gem install ./dropbox-sign-1.6.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.5.0)
dropbox-sign (1.6.0)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand Down
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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.5.0
- Generator version: 7.7.0
- Package version: 1.6.0
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen

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

```shell
gem install ./dropbox-sign-1.5.0.gem
gem install ./dropbox-sign-1.6.0.gem
```

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


Finally add this to the Gemfile:

gem 'dropbox-sign', '~> 1.5.0'
gem 'dropbox-sign', '~> 1.6.0'

### Install from Git

Expand Down Expand Up @@ -120,6 +121,13 @@ All URIs are relative to *https://api.hellosign.com/v3*
|*Dropbox::Sign::BulkSendJobApi* | [**bulk_send_job_list**](docs/BulkSendJobApi.md#bulk_send_job_list) | **GET** /bulk_send_job/list | List Bulk Send Jobs |
|*Dropbox::Sign::EmbeddedApi* | [**embedded_edit_url**](docs/EmbeddedApi.md#embedded_edit_url) | **POST** /embedded/edit_url/{template_id} | Get Embedded Template Edit URL |
|*Dropbox::Sign::EmbeddedApi* | [**embedded_sign_url**](docs/EmbeddedApi.md#embedded_sign_url) | **GET** /embedded/sign_url/{signature_id} | Get Embedded Sign URL |
|*Dropbox::Sign::FaxLineApi* | [**fax_line_add_user**](docs/FaxLineApi.md#fax_line_add_user) | **PUT** /fax_line/add_user | Add Fax Line User |
|*Dropbox::Sign::FaxLineApi* | [**fax_line_area_code_get**](docs/FaxLineApi.md#fax_line_area_code_get) | **GET** /fax_line/area_codes | Get Available Fax Line Area Codes |
|*Dropbox::Sign::FaxLineApi* | [**fax_line_create**](docs/FaxLineApi.md#fax_line_create) | **POST** /fax_line/create | Purchase Fax Line |
|*Dropbox::Sign::FaxLineApi* | [**fax_line_delete**](docs/FaxLineApi.md#fax_line_delete) | **DELETE** /fax_line | Delete Fax Line |
|*Dropbox::Sign::FaxLineApi* | [**fax_line_get**](docs/FaxLineApi.md#fax_line_get) | **GET** /fax_line | Get Fax Line |
|*Dropbox::Sign::FaxLineApi* | [**fax_line_list**](docs/FaxLineApi.md#fax_line_list) | **GET** /fax_line/list | List Fax Lines |
|*Dropbox::Sign::FaxLineApi* | [**fax_line_remove_user**](docs/FaxLineApi.md#fax_line_remove_user) | **PUT** /fax_line/remove_user | Remove Fax Line Access |
|*Dropbox::Sign::OAuthApi* | [**oauth_token_generate**](docs/OAuthApi.md#oauth_token_generate) | **POST** /oauth/token | OAuth Token Generate |
|*Dropbox::Sign::OAuthApi* | [**oauth_token_refresh**](docs/OAuthApi.md#oauth_token_refresh) | **POST** /oauth/token?refresh | OAuth Token Refresh |
|*Dropbox::Sign::ReportApi* | [**report_create**](docs/ReportApi.md#report_create) | **POST** /report/create | Create Report |
Expand Down Expand Up @@ -202,6 +210,17 @@ All URIs are relative to *https://api.hellosign.com/v3*
- [Dropbox::Sign::EventCallbackRequest](docs/EventCallbackRequest.md)
- [Dropbox::Sign::EventCallbackRequestEvent](docs/EventCallbackRequestEvent.md)
- [Dropbox::Sign::EventCallbackRequestEventMetadata](docs/EventCallbackRequestEventMetadata.md)
- [Dropbox::Sign::FaxLineAddUserRequest](docs/FaxLineAddUserRequest.md)
- [Dropbox::Sign::FaxLineAreaCodeGetCountryEnum](docs/FaxLineAreaCodeGetCountryEnum.md)
- [Dropbox::Sign::FaxLineAreaCodeGetProvinceEnum](docs/FaxLineAreaCodeGetProvinceEnum.md)
- [Dropbox::Sign::FaxLineAreaCodeGetResponse](docs/FaxLineAreaCodeGetResponse.md)
- [Dropbox::Sign::FaxLineAreaCodeGetStateEnum](docs/FaxLineAreaCodeGetStateEnum.md)
- [Dropbox::Sign::FaxLineCreateRequest](docs/FaxLineCreateRequest.md)
- [Dropbox::Sign::FaxLineDeleteRequest](docs/FaxLineDeleteRequest.md)
- [Dropbox::Sign::FaxLineListResponse](docs/FaxLineListResponse.md)
- [Dropbox::Sign::FaxLineRemoveUserRequest](docs/FaxLineRemoveUserRequest.md)
- [Dropbox::Sign::FaxLineResponse](docs/FaxLineResponse.md)
- [Dropbox::Sign::FaxLineResponseFaxLine](docs/FaxLineResponseFaxLine.md)
- [Dropbox::Sign::FileResponse](docs/FileResponse.md)
- [Dropbox::Sign::FileResponseDataUri](docs/FileResponseDataUri.md)
- [Dropbox::Sign::ListInfoResponse](docs/ListInfoResponse.md)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0
2 changes: 1 addition & 1 deletion docs/AccountCreateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `account` | [```AccountResponse```](AccountResponse.md) | | |
| `account`<sup>*_required_</sup> | [```AccountResponse```](AccountResponse.md) | | |
| `oauth_data` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | |
| `warnings` | [```Array<WarningResponse>```](WarningResponse.md) | A list of warnings. | |

2 changes: 1 addition & 1 deletion docs/AccountGetResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `account` | [```AccountResponse```](AccountResponse.md) | | |
| `account`<sup>*_required_</sup> | [```AccountResponse```](AccountResponse.md) | | |
| `warnings` | [```Array<WarningResponse>```](WarningResponse.md) | A list of warnings. | |

2 changes: 1 addition & 1 deletion docs/ApiAppGetResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `api_app` | [```ApiAppResponse```](ApiAppResponse.md) | | |
| `api_app`<sup>*_required_</sup> | [```ApiAppResponse```](ApiAppResponse.md) | | |
| `warnings` | [```Array<WarningResponse>```](WarningResponse.md) | A list of warnings. | |

4 changes: 2 additions & 2 deletions docs/ApiAppListResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `api_apps` | [```Array<ApiAppResponse>```](ApiAppResponse.md) | Contains information about API Apps. | |
| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `api_apps`<sup>*_required_</sup> | [```Array<ApiAppResponse>```](ApiAppResponse.md) | Contains information about API Apps. | |
| `list_info`<sup>*_required_</sup> | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```Array<WarningResponse>```](WarningResponse.md) | A list of warnings. | |

6 changes: 3 additions & 3 deletions docs/BulkSendJobGetResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `bulk_send_job` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `signature_requests` | [```Array<BulkSendJobGetResponseSignatureRequests>```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | |
| `bulk_send_job`<sup>*_required_</sup> | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
| `list_info`<sup>*_required_</sup> | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `signature_requests`<sup>*_required_</sup> | [```Array<BulkSendJobGetResponseSignatureRequests>```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | |
| `warnings` | [```Array<WarningResponse>```](WarningResponse.md) | A list of warnings. | |

4 changes: 2 additions & 2 deletions docs/BulkSendJobListResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `bulk_send_jobs` | [```Array<BulkSendJobResponse>```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | |
| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `bulk_send_jobs`<sup>*_required_</sup> | [```Array<BulkSendJobResponse>```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | |
| `list_info`<sup>*_required_</sup> | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```Array<WarningResponse>```](WarningResponse.md) | A list of warnings. | |

2 changes: 1 addition & 1 deletion docs/BulkSendJobSendResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `bulk_send_job` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
| `bulk_send_job`<sup>*_required_</sup> | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
| `warnings` | [```Array<WarningResponse>```](WarningResponse.md) | A list of warnings. | |

2 changes: 1 addition & 1 deletion docs/EmbeddedEditUrlResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `embedded` | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | |
| `embedded`<sup>*_required_</sup> | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | |
| `warnings` | [```Array<WarningResponse>```](WarningResponse.md) | A list of warnings. | |

2 changes: 1 addition & 1 deletion docs/EmbeddedSignUrlResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `embedded` | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | |
| `embedded`<sup>*_required_</sup> | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | |
| `warnings` | [```Array<WarningResponse>```](WarningResponse.md) | A list of warnings. | |

12 changes: 12 additions & 0 deletions docs/FaxLineAddUserRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Dropbox::Sign::FaxLineAddUserRequest



## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `number`<sup>*_required_</sup> | ```String``` | The Fax Line number. | |
| `account_id` | ```String``` | Account ID | |
| `email_address` | ```String``` | Email address | |

Loading