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.6.1 #14

Merged
merged 1 commit into from
Sep 16, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ build/
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

.openapi-generator
vendor
405 changes: 0 additions & 405 deletions .openapi-generator/FILES

This file was deleted.

1 change: 0 additions & 1 deletion .openapi-generator/VERSION

This file was deleted.

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.6.0.gem
- gem install ./dropbox-sign-1.6.1.gem
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gemspec
group :development, :test do
gem 'rake', '~> 13.0.1'
gem 'pry-byebug'
gem 'rubocop', '~> 0.66.0'
gem 'rubocop', '~> 1.66', require: false
gem 'json_spec', '~> 1.1.5'
end
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dropbox-sign (1.6.0)
dropbox-sign (1.6.1)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand All @@ -17,14 +17,15 @@ GEM
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.6)
json (2.7.2)
json_spec (1.1.5)
multi_json (~> 1.0)
rspec (>= 2.0, < 4.0)
language_server-protocol (3.17.0.3)
method_source (1.1.0)
multi_json (1.15.0)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -33,11 +34,10 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
racc (1.8.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.9.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -51,19 +51,22 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (0.66.0)
jaro_winkler (~> 1.5.1)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
stringio (3.1.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
unicode-display_width (1.5.0)
unicode-display_width (2.5.0)

PLATFORMS
aarch64-linux
Expand All @@ -78,7 +81,7 @@ DEPENDENCIES
pry-byebug
rake (~> 13.0.1)
rspec (~> 3.6, >= 3.6.0)
rubocop (~> 0.66.0)
rubocop (~> 1.66)

BUNDLED WITH
2.3.26
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (C) 2023 dropbox.com
Copyright (c) 2024 dropbox.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.6.0
- Package version: 1.6.1
- Generator version: 7.8.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.6.0.gem
gem install ./dropbox-sign-1.6.1.gem
```

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


Finally add this to the Gemfile:

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

### 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.6.0
1.6.1
2 changes: 1 addition & 1 deletion docs/BulkSendJobApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ page = 1
page_size = 20

begin
result = bulk_send_job_api.bulk_send_job_list({page: page, page_size: page_size})
result = bulk_send_job_api.bulk_send_job_list({ page: page, page_size: page_size })
p result
rescue Dropbox::Sign::ApiError => e
puts "Exception when calling Dropbox Sign API: #{e}"
Expand Down
2 changes: 1 addition & 1 deletion docs/SignatureRequestApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ account_id = null
page = 1

begin
result = signature_request_api.signature_request_list({account_id: account_id, page: page})
result = signature_request_api.signature_request_list({ account_id: account_id, page: page })
p result
rescue Dropbox::Sign::ApiError => e
puts "Exception when calling Dropbox Sign API: #{e}"
Expand Down
2 changes: 1 addition & 1 deletion docs/TeamApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ team_api = Dropbox::Sign::TeamApi.new
email_address = "user@dropboxsign.com"

begin
result = team_api.team_invites({email_address: email_address})
result = team_api.team_invites({ email_address: email_address })
p result
rescue Dropbox::Sign::ApiError => e
puts "Exception when calling Dropbox Sign API: #{e}"
Expand Down
2 changes: 1 addition & 1 deletion docs/TemplateApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ template_api = Dropbox::Sign::TemplateApi.new
account_id = "f57db65d3f933b5316d398057a36176831451a35"

begin
result = template_api.template_list({account_id: account_id})
result = template_api.template_list({ account_id: account_id })
p result
rescue Dropbox::Sign::ApiError => e
puts "Exception when calling Dropbox Sign API: #{e}"
Expand Down
2 changes: 1 addition & 1 deletion examples/BulkSendJobList.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
page_size = 20

begin
result = bulk_send_job_api.bulk_send_job_list({page: page, page_size: page_size})
result = bulk_send_job_api.bulk_send_job_list({ page: page, page_size: page_size })
p result
rescue Dropbox::Sign::ApiError => e
puts "Exception when calling Dropbox Sign API: #{e}"
Expand Down
2 changes: 1 addition & 1 deletion examples/SignatureRequestList.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
page = 1

begin
result = signature_request_api.signature_request_list({account_id: account_id, page: page})
result = signature_request_api.signature_request_list({ account_id: account_id, page: page })
p result
rescue Dropbox::Sign::ApiError => e
puts "Exception when calling Dropbox Sign API: #{e}"
Expand Down
2 changes: 1 addition & 1 deletion examples/TeamInvites.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
email_address = "user@dropboxsign.com"

begin
result = team_api.team_invites({email_address: email_address})
result = team_api.team_invites({ email_address: email_address })
p result
rescue Dropbox::Sign::ApiError => e
puts "Exception when calling Dropbox Sign API: #{e}"
Expand Down
2 changes: 1 addition & 1 deletion examples/TemplateList.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
account_id = "f57db65d3f933b5316d398057a36176831451a35"

begin
result = template_api.template_list({account_id: account_id})
result = template_api.template_list({ account_id: account_id })
p result
rescue Dropbox::Sign::ApiError => e
puts "Exception when calling Dropbox Sign API: #{e}"
Expand Down
6 changes: 3 additions & 3 deletions lib/dropbox-sign/api/account_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def account_create_with_http_info(account_create_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down Expand Up @@ -261,7 +261,7 @@ def account_update_with_http_info(account_update_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down Expand Up @@ -370,7 +370,7 @@ def account_verify_with_http_info(account_verify_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down
4 changes: 2 additions & 2 deletions lib/dropbox-sign/api/api_app_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def api_app_create_with_http_info(api_app_create_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down Expand Up @@ -428,7 +428,7 @@ def api_app_update_with_http_info(client_id, api_app_update_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down
2 changes: 1 addition & 1 deletion lib/dropbox-sign/api/embedded_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def embedded_edit_url_with_http_info(template_id, embedded_edit_url_request, opt
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down
8 changes: 4 additions & 4 deletions lib/dropbox-sign/api/fax_line_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def fax_line_add_user_with_http_info(fax_line_add_user_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down Expand Up @@ -284,7 +284,7 @@ def fax_line_create_with_http_info(fax_line_create_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down Expand Up @@ -393,7 +393,7 @@ def fax_line_delete_with_http_info(fax_line_delete_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down Expand Up @@ -670,7 +670,7 @@ def fax_line_remove_user_with_http_info(fax_line_remove_user_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down
4 changes: 2 additions & 2 deletions lib/dropbox-sign/api/o_auth_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def oauth_token_generate_with_http_info(o_auth_token_generate_request, opts = {}
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down Expand Up @@ -153,7 +153,7 @@ def oauth_token_refresh_with_http_info(o_auth_token_refresh_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down
2 changes: 1 addition & 1 deletion lib/dropbox-sign/api/report_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def report_create_with_http_info(report_create_request, opts = {})
# HTTP header 'Content-Type'
content_type = @api_client.select_header_content_type(['application/json'])
if !content_type.nil?
header_params['Content-Type'] = content_type
header_params['Content-Type'] = content_type
end

post_body = {}
Expand Down
Loading
Loading