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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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": "22e3bd3",
"long_sha": "22e3bd3bc410d379ded0cdd592f71059fc0aee1d",
"version": "v5.4.0"
"short_sha": "c80d3b5",
"long_sha": "c80d3b513a15bb67ec316709884b890ab2f47121",
"version": "v5.5.0"
},
"release": "v5.4.0"
"release": "v5.5.0"
}
10 changes: 7 additions & 3 deletions onfido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# flake8: noqa

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand All @@ -14,7 +14,7 @@
""" # noqa: E501


__version__ = "5.4.0"
__version__ = "5.5.0"

# import apis into sdk package
from onfido.api.default_api import DefaultApi
Expand Down Expand Up @@ -205,6 +205,10 @@
from onfido.models.identity_enhanced_properties import IdentityEnhancedProperties
from onfido.models.identity_enhanced_properties_matched_addresses_inner import IdentityEnhancedPropertiesMatchedAddressesInner
from onfido.models.identity_enhanced_report import IdentityEnhancedReport
from onfido.models.idr_ssn_breakdown import IdrSsnBreakdown
from onfido.models.idr_ssn_breakdown_breakdown import IdrSsnBreakdownBreakdown
from onfido.models.idr_ssn_breakdown_breakdown_full_match import IdrSsnBreakdownBreakdownFullMatch
from onfido.models.idr_ssn_breakdown_breakdown_last4_digits_match import IdrSsnBreakdownBreakdownLast4DigitsMatch
from onfido.models.india_pan_report import IndiaPanReport
from onfido.models.india_pan_report_all_of_breakdown import IndiaPanReportAllOfBreakdown
from onfido.models.india_pan_report_all_of_breakdown_device import IndiaPanReportAllOfBreakdownDevice
Expand Down
4 changes: 2 additions & 2 deletions onfido/api/default_api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
6 changes: 3 additions & 3 deletions onfido/api_client.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down Expand Up @@ -90,7 +90,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'onfido-python/5.4.0'
self.user_agent = 'onfido-python/5.5.0'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
6 changes: 3 additions & 3 deletions onfido/configuration.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down Expand Up @@ -501,7 +501,7 @@ def to_debug_report(self) -> str:
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v3.6\n"\
"SDK Package Version: 5.4.0".\
"SDK Package Version: 5.5.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self) -> List[HostSetting]:
Expand Down
4 changes: 2 additions & 2 deletions onfido/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
8 changes: 6 additions & 2 deletions onfido/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# flake8: noqa
"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down Expand Up @@ -188,6 +188,10 @@
from onfido.models.identity_enhanced_properties import IdentityEnhancedProperties
from onfido.models.identity_enhanced_properties_matched_addresses_inner import IdentityEnhancedPropertiesMatchedAddressesInner
from onfido.models.identity_enhanced_report import IdentityEnhancedReport
from onfido.models.idr_ssn_breakdown import IdrSsnBreakdown
from onfido.models.idr_ssn_breakdown_breakdown import IdrSsnBreakdownBreakdown
from onfido.models.idr_ssn_breakdown_breakdown_full_match import IdrSsnBreakdownBreakdownFullMatch
from onfido.models.idr_ssn_breakdown_breakdown_last4_digits_match import IdrSsnBreakdownBreakdownLast4DigitsMatch
from onfido.models.india_pan_report import IndiaPanReport
from onfido.models.india_pan_report_all_of_breakdown import IndiaPanReportAllOfBreakdown
from onfido.models.india_pan_report_all_of_breakdown_device import IndiaPanReportAllOfBreakdownDevice
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/address.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/address_builder.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/address_shared.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/addresses_list.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_builder.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_consent.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_consent_builder.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_consent_name.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_create.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_response.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_shared.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_update.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicant_updater.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/applicants_list.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/check.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/check_builder.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/check_request.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/check_response.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/check_shared.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions onfido/models/check_status.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

"""
Onfido API v3.6
Onfido Public API v3.6

The Onfido API (v3.6)
The Onfido Public API (v3.6)

The version of the OpenAPI document: v3.6
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Loading
Loading