Skip to content

Commit

Permalink
Upgrade after onfido-openapi-spec change 807905e
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido authored and github-actions[bot] committed Sep 13, 2024
1 parent 033932f commit c696df1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .release.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"source": {
"repo_url": "https://github.com/onfido/onfido-openapi-spec",
"short_sha": "f5555a0",
"long_sha": "f5555a0a68778432f3b4854885b496116ac3730c",
"version": "v3.3.1"
"short_sha": "807905e",
"long_sha": "807905ee89aac0a5adefeeecc31ae2df1678c38f",
"version": "v3.5.0"
},
"release": "v3.3.1"
"release": "v3.4.0"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This version uses Onfido API v3.6. Refer to our [API versioning guide](https://d
### Installation

```ruby
gem onfido, '~> 3.3.1'
gem onfido, '~> 3.4.0'
```

Configure with your API token, region and optional timeout (default value is 30):
Expand Down
2 changes: 1 addition & 1 deletion lib/onfido/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ApiClient
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
def initialize(config = Configuration.default)
@config = config
@user_agent = "onfido-ruby/3.3.1"
@user_agent = "onfido-ruby/3.4.0"
@default_headers = {
'Content-Type' => 'application/json',
'User-Agent' => @user_agent
Expand Down
2 changes: 1 addition & 1 deletion lib/onfido/models/watchlist_aml_properties.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.acceptable_attributes
# Attribute type mapping.
def self.openapi_types
{
:'records' => :'Array<String>'
:'records' => :'Array<Object>'
}
end

Expand Down
2 changes: 1 addition & 1 deletion lib/onfido/models/watchlist_enhanced_properties.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.acceptable_attributes
# Attribute type mapping.
def self.openapi_types
{
:'records' => :'Array<String>'
:'records' => :'Array<Object>'
}
end

Expand Down
2 changes: 1 addition & 1 deletion lib/onfido/models/watchlist_standard_properties.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.acceptable_attributes
# Attribute type mapping.
def self.openapi_types
{
:'records' => :'Array<String>'
:'records' => :'Array<Object>'
}
end

Expand Down
2 changes: 1 addition & 1 deletion lib/onfido/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module Onfido
VERSION = '3.3.1'
VERSION = '3.4.0'
end

0 comments on commit c696df1

Please sign in to comment.