Skip to content

Commit 088dc7f

Browse files
dvacca-onfidogithub-actions[bot]
authored andcommitted
Upgrade after onfido-openapi-spec change c80d3b5
1 parent 0d77f1a commit 088dc7f

File tree

310 files changed

+1219
-778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+1219
-778
lines changed

.release.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"source": {
33
"repo_url": "https://github.com/onfido/onfido-openapi-spec",
4-
"short_sha": "22e3bd3",
5-
"long_sha": "22e3bd3bc410d379ded0cdd592f71059fc0aee1d",
6-
"version": "v5.4.0"
4+
"short_sha": "c80d3b5",
5+
"long_sha": "c80d3b513a15bb67ec316709884b890ab2f47121",
6+
"version": "v5.5.0"
77
},
8-
"release": "v5.4.0"
8+
"release": "v5.5.0"
99
}

onfido/__init__.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# flake8: noqa
44

55
"""
6-
Onfido API v3.6
6+
Onfido Public API v3.6
77
8-
The Onfido API (v3.6)
8+
The Onfido Public API (v3.6)
99
1010
The version of the OpenAPI document: v3.6
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "5.4.0"
17+
__version__ = "5.5.0"
1818

1919
# import apis into sdk package
2020
from onfido.api.default_api import DefaultApi
@@ -205,6 +205,10 @@
205205
from onfido.models.identity_enhanced_properties import IdentityEnhancedProperties
206206
from onfido.models.identity_enhanced_properties_matched_addresses_inner import IdentityEnhancedPropertiesMatchedAddressesInner
207207
from onfido.models.identity_enhanced_report import IdentityEnhancedReport
208+
from onfido.models.idr_ssn_breakdown import IdrSsnBreakdown
209+
from onfido.models.idr_ssn_breakdown_breakdown import IdrSsnBreakdownBreakdown
210+
from onfido.models.idr_ssn_breakdown_breakdown_full_match import IdrSsnBreakdownBreakdownFullMatch
211+
from onfido.models.idr_ssn_breakdown_breakdown_last4_digits_match import IdrSsnBreakdownBreakdownLast4DigitsMatch
208212
from onfido.models.india_pan_report import IndiaPanReport
209213
from onfido.models.india_pan_report_all_of_breakdown import IndiaPanReportAllOfBreakdown
210214
from onfido.models.india_pan_report_all_of_breakdown_device import IndiaPanReportAllOfBreakdownDevice

onfido/api/default_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Onfido API v3.6
4+
Onfido Public API v3.6
55

6-
The Onfido API (v3.6)
6+
The Onfido Public API (v3.6)
77

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

onfido/api_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Onfido API v3.6
4+
Onfido Public API v3.6
55
6-
The Onfido API (v3.6)
6+
The Onfido Public API (v3.6)
77
88
The version of the OpenAPI document: v3.6
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'onfido-python/5.4.0'
93+
self.user_agent = 'onfido-python/5.5.0'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

onfido/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Onfido API v3.6
4+
Onfido Public API v3.6
55
6-
The Onfido API (v3.6)
6+
The Onfido Public API (v3.6)
77
88
The version of the OpenAPI document: v3.6
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -501,7 +501,7 @@ def to_debug_report(self) -> str:
501501
"OS: {env}\n"\
502502
"Python Version: {pyversion}\n"\
503503
"Version of the API: v3.6\n"\
504-
"SDK Package Version: 5.4.0".\
504+
"SDK Package Version: 5.5.0".\
505505
format(env=sys.platform, pyversion=sys.version)
506506

507507
def get_host_settings(self) -> List[HostSetting]:

onfido/exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Onfido API v3.6
4+
Onfido Public API v3.6
55
6-
The Onfido API (v3.6)
6+
The Onfido Public API (v3.6)
77
88
The version of the OpenAPI document: v3.6
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

onfido/models/__init__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# flake8: noqa
44
"""
5-
Onfido API v3.6
5+
Onfido Public API v3.6
66
7-
The Onfido API (v3.6)
7+
The Onfido Public API (v3.6)
88
99
The version of the OpenAPI document: v3.6
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -188,6 +188,10 @@
188188
from onfido.models.identity_enhanced_properties import IdentityEnhancedProperties
189189
from onfido.models.identity_enhanced_properties_matched_addresses_inner import IdentityEnhancedPropertiesMatchedAddressesInner
190190
from onfido.models.identity_enhanced_report import IdentityEnhancedReport
191+
from onfido.models.idr_ssn_breakdown import IdrSsnBreakdown
192+
from onfido.models.idr_ssn_breakdown_breakdown import IdrSsnBreakdownBreakdown
193+
from onfido.models.idr_ssn_breakdown_breakdown_full_match import IdrSsnBreakdownBreakdownFullMatch
194+
from onfido.models.idr_ssn_breakdown_breakdown_last4_digits_match import IdrSsnBreakdownBreakdownLast4DigitsMatch
191195
from onfido.models.india_pan_report import IndiaPanReport
192196
from onfido.models.india_pan_report_all_of_breakdown import IndiaPanReportAllOfBreakdown
193197
from onfido.models.india_pan_report_all_of_breakdown_device import IndiaPanReportAllOfBreakdownDevice

onfido/models/address.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Onfido API v3.6
4+
Onfido Public API v3.6
55
6-
The Onfido API (v3.6)
6+
The Onfido Public API (v3.6)
77
88
The version of the OpenAPI document: v3.6
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

onfido/models/address_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Onfido API v3.6
4+
Onfido Public API v3.6
55
6-
The Onfido API (v3.6)
6+
The Onfido Public API (v3.6)
77
88
The version of the OpenAPI document: v3.6
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

onfido/models/address_shared.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Onfido API v3.6
4+
Onfido Public API v3.6
55
6-
The Onfido API (v3.6)
6+
The Onfido Public API (v3.6)
77
88
The version of the OpenAPI document: v3.6
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

0 commit comments

Comments
 (0)