diff --git a/.release.json b/.release.json index e3a89dc..123cbd2 100644 --- a/.release.json +++ b/.release.json @@ -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" } diff --git a/onfido/__init__.py b/onfido/__init__.py index e10b571..525c7a9 100644 --- a/onfido/__init__.py +++ b/onfido/__init__.py @@ -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) @@ -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 @@ -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 diff --git a/onfido/api/default_api.py b/onfido/api/default_api.py index 247f0d0..4f08f7f 100644 --- a/onfido/api/default_api.py +++ b/onfido/api/default_api.py @@ -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) diff --git a/onfido/api_client.py b/onfido/api_client.py index 3f91163..adc9e67 100644 --- a/onfido/api_client.py +++ b/onfido/api_client.py @@ -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) @@ -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): diff --git a/onfido/configuration.py b/onfido/configuration.py index 6f00039..8d40a9f 100644 --- a/onfido/configuration.py +++ b/onfido/configuration.py @@ -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) @@ -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]: diff --git a/onfido/exceptions.py b/onfido/exceptions.py index 3c7dde4..2df94ab 100644 --- a/onfido/exceptions.py +++ b/onfido/exceptions.py @@ -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) diff --git a/onfido/models/__init__.py b/onfido/models/__init__.py index 78ebc04..78465e2 100644 --- a/onfido/models/__init__.py +++ b/onfido/models/__init__.py @@ -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) @@ -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 diff --git a/onfido/models/address.py b/onfido/models/address.py index a64bea1..85703a5 100644 --- a/onfido/models/address.py +++ b/onfido/models/address.py @@ -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) diff --git a/onfido/models/address_builder.py b/onfido/models/address_builder.py index fecc795..38f86ae 100644 --- a/onfido/models/address_builder.py +++ b/onfido/models/address_builder.py @@ -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) diff --git a/onfido/models/address_shared.py b/onfido/models/address_shared.py index 2b58f14..b123449 100644 --- a/onfido/models/address_shared.py +++ b/onfido/models/address_shared.py @@ -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) diff --git a/onfido/models/addresses_list.py b/onfido/models/addresses_list.py index a9aaab6..626d12f 100644 --- a/onfido/models/addresses_list.py +++ b/onfido/models/addresses_list.py @@ -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) diff --git a/onfido/models/applicant.py b/onfido/models/applicant.py index 2630564..d6dbe67 100644 --- a/onfido/models/applicant.py +++ b/onfido/models/applicant.py @@ -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) diff --git a/onfido/models/applicant_builder.py b/onfido/models/applicant_builder.py index 308c368..d2d8789 100644 --- a/onfido/models/applicant_builder.py +++ b/onfido/models/applicant_builder.py @@ -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) diff --git a/onfido/models/applicant_consent.py b/onfido/models/applicant_consent.py index a64c435..8c68a59 100644 --- a/onfido/models/applicant_consent.py +++ b/onfido/models/applicant_consent.py @@ -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) diff --git a/onfido/models/applicant_consent_builder.py b/onfido/models/applicant_consent_builder.py index 46d8cf5..0449905 100644 --- a/onfido/models/applicant_consent_builder.py +++ b/onfido/models/applicant_consent_builder.py @@ -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) diff --git a/onfido/models/applicant_consent_name.py b/onfido/models/applicant_consent_name.py index 872ae81..9ccf79f 100644 --- a/onfido/models/applicant_consent_name.py +++ b/onfido/models/applicant_consent_name.py @@ -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) diff --git a/onfido/models/applicant_create.py b/onfido/models/applicant_create.py index 737813a..91365cd 100644 --- a/onfido/models/applicant_create.py +++ b/onfido/models/applicant_create.py @@ -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) diff --git a/onfido/models/applicant_request.py b/onfido/models/applicant_request.py index be720aa..85f25c6 100644 --- a/onfido/models/applicant_request.py +++ b/onfido/models/applicant_request.py @@ -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) diff --git a/onfido/models/applicant_response.py b/onfido/models/applicant_response.py index abdd505..fd42225 100644 --- a/onfido/models/applicant_response.py +++ b/onfido/models/applicant_response.py @@ -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) diff --git a/onfido/models/applicant_shared.py b/onfido/models/applicant_shared.py index ee4696c..2576fd9 100644 --- a/onfido/models/applicant_shared.py +++ b/onfido/models/applicant_shared.py @@ -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) diff --git a/onfido/models/applicant_update.py b/onfido/models/applicant_update.py index 803c098..696fd7d 100644 --- a/onfido/models/applicant_update.py +++ b/onfido/models/applicant_update.py @@ -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) diff --git a/onfido/models/applicant_updater.py b/onfido/models/applicant_updater.py index cba5410..475aaa5 100644 --- a/onfido/models/applicant_updater.py +++ b/onfido/models/applicant_updater.py @@ -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) diff --git a/onfido/models/applicants_list.py b/onfido/models/applicants_list.py index 5207649..db127ac 100644 --- a/onfido/models/applicants_list.py +++ b/onfido/models/applicants_list.py @@ -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) diff --git a/onfido/models/check.py b/onfido/models/check.py index f48a92f..f376c9c 100644 --- a/onfido/models/check.py +++ b/onfido/models/check.py @@ -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) diff --git a/onfido/models/check_builder.py b/onfido/models/check_builder.py index 851bfb3..7dbfd8c 100644 --- a/onfido/models/check_builder.py +++ b/onfido/models/check_builder.py @@ -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) diff --git a/onfido/models/check_request.py b/onfido/models/check_request.py index ffd37ac..c7555b4 100644 --- a/onfido/models/check_request.py +++ b/onfido/models/check_request.py @@ -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) diff --git a/onfido/models/check_response.py b/onfido/models/check_response.py index 111cc75..123f625 100644 --- a/onfido/models/check_response.py +++ b/onfido/models/check_response.py @@ -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) diff --git a/onfido/models/check_shared.py b/onfido/models/check_shared.py index eb52b39..9745ae5 100644 --- a/onfido/models/check_shared.py +++ b/onfido/models/check_shared.py @@ -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) diff --git a/onfido/models/check_status.py b/onfido/models/check_status.py index 670508b..7348285 100644 --- a/onfido/models/check_status.py +++ b/onfido/models/check_status.py @@ -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) diff --git a/onfido/models/checks_list.py b/onfido/models/checks_list.py index fb550d3..fb07831 100644 --- a/onfido/models/checks_list.py +++ b/onfido/models/checks_list.py @@ -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) diff --git a/onfido/models/complete_task_builder.py b/onfido/models/complete_task_builder.py index 692df68..2d90110 100644 --- a/onfido/models/complete_task_builder.py +++ b/onfido/models/complete_task_builder.py @@ -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) diff --git a/onfido/models/complete_task_data_builder.py b/onfido/models/complete_task_data_builder.py index 418085b..021d974 100644 --- a/onfido/models/complete_task_data_builder.py +++ b/onfido/models/complete_task_data_builder.py @@ -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) diff --git a/onfido/models/country_codes.py b/onfido/models/country_codes.py index ed17ea5..f52da87 100644 --- a/onfido/models/country_codes.py +++ b/onfido/models/country_codes.py @@ -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) diff --git a/onfido/models/device_intelligence_breakdown.py b/onfido/models/device_intelligence_breakdown.py index a052d68..65f7a48 100644 --- a/onfido/models/device_intelligence_breakdown.py +++ b/onfido/models/device_intelligence_breakdown.py @@ -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) diff --git a/onfido/models/device_intelligence_breakdown_breakdown.py b/onfido/models/device_intelligence_breakdown_breakdown.py index d45eb0e..48e0f5b 100644 --- a/onfido/models/device_intelligence_breakdown_breakdown.py +++ b/onfido/models/device_intelligence_breakdown_breakdown.py @@ -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) diff --git a/onfido/models/device_intelligence_breakdown_device.py b/onfido/models/device_intelligence_breakdown_device.py index ec7f47d..7766159 100644 --- a/onfido/models/device_intelligence_breakdown_device.py +++ b/onfido/models/device_intelligence_breakdown_device.py @@ -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) diff --git a/onfido/models/device_intelligence_breakdown_device_breakdown.py b/onfido/models/device_intelligence_breakdown_device_breakdown.py index a57b1fc..4fa1fcb 100644 --- a/onfido/models/device_intelligence_breakdown_device_breakdown.py +++ b/onfido/models/device_intelligence_breakdown_device_breakdown.py @@ -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) diff --git a/onfido/models/device_intelligence_breakdown_properties.py b/onfido/models/device_intelligence_breakdown_properties.py index a7fda02..1f5b625 100644 --- a/onfido/models/device_intelligence_breakdown_properties.py +++ b/onfido/models/device_intelligence_breakdown_properties.py @@ -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) diff --git a/onfido/models/device_intelligence_breakdown_properties_device.py b/onfido/models/device_intelligence_breakdown_properties_device.py index 3efe5d2..c7d4a44 100644 --- a/onfido/models/device_intelligence_breakdown_properties_device.py +++ b/onfido/models/device_intelligence_breakdown_properties_device.py @@ -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) diff --git a/onfido/models/device_intelligence_breakdown_properties_geolocation.py b/onfido/models/device_intelligence_breakdown_properties_geolocation.py index 68be230..621381b 100644 --- a/onfido/models/device_intelligence_breakdown_properties_geolocation.py +++ b/onfido/models/device_intelligence_breakdown_properties_geolocation.py @@ -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) diff --git a/onfido/models/device_intelligence_breakdown_properties_ip.py b/onfido/models/device_intelligence_breakdown_properties_ip.py index b28c7e1..52109a5 100644 --- a/onfido/models/device_intelligence_breakdown_properties_ip.py +++ b/onfido/models/device_intelligence_breakdown_properties_ip.py @@ -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) diff --git a/onfido/models/device_intelligence_properties.py b/onfido/models/device_intelligence_properties.py index 8790c1d..ea9be45 100644 --- a/onfido/models/device_intelligence_properties.py +++ b/onfido/models/device_intelligence_properties.py @@ -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) diff --git a/onfido/models/device_intelligence_report.py b/onfido/models/device_intelligence_report.py index ab7da60..7cd9071 100644 --- a/onfido/models/device_intelligence_report.py +++ b/onfido/models/device_intelligence_report.py @@ -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) diff --git a/onfido/models/document.py b/onfido/models/document.py index 37c5aad..361e901 100644 --- a/onfido/models/document.py +++ b/onfido/models/document.py @@ -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) diff --git a/onfido/models/document_breakdown.py b/onfido/models/document_breakdown.py index 6e0f089..055118b 100644 --- a/onfido/models/document_breakdown.py +++ b/onfido/models/document_breakdown.py @@ -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) diff --git a/onfido/models/document_breakdown_age_validation.py b/onfido/models/document_breakdown_age_validation.py index abdc3d7..6ce314a 100644 --- a/onfido/models/document_breakdown_age_validation.py +++ b/onfido/models/document_breakdown_age_validation.py @@ -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) diff --git a/onfido/models/document_breakdown_age_validation_breakdown.py b/onfido/models/document_breakdown_age_validation_breakdown.py index 5138817..7210794 100644 --- a/onfido/models/document_breakdown_age_validation_breakdown.py +++ b/onfido/models/document_breakdown_age_validation_breakdown.py @@ -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) diff --git a/onfido/models/document_breakdown_compromised_document.py b/onfido/models/document_breakdown_compromised_document.py index 53d595a..5482bdf 100644 --- a/onfido/models/document_breakdown_compromised_document.py +++ b/onfido/models/document_breakdown_compromised_document.py @@ -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) diff --git a/onfido/models/document_breakdown_compromised_document_breakdown.py b/onfido/models/document_breakdown_compromised_document_breakdown.py index b6bd717..cdb4a8d 100644 --- a/onfido/models/document_breakdown_compromised_document_breakdown.py +++ b/onfido/models/document_breakdown_compromised_document_breakdown.py @@ -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) diff --git a/onfido/models/document_breakdown_data_comparison.py b/onfido/models/document_breakdown_data_comparison.py index f2a36b2..c436ed5 100644 --- a/onfido/models/document_breakdown_data_comparison.py +++ b/onfido/models/document_breakdown_data_comparison.py @@ -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) diff --git a/onfido/models/document_breakdown_data_comparison_breakdown.py b/onfido/models/document_breakdown_data_comparison_breakdown.py index a27b8a5..f3cc0a7 100644 --- a/onfido/models/document_breakdown_data_comparison_breakdown.py +++ b/onfido/models/document_breakdown_data_comparison_breakdown.py @@ -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) diff --git a/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.py b/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.py index 3a295ee..2937619 100644 --- a/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.py +++ b/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.py @@ -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) diff --git a/onfido/models/document_breakdown_data_consistency.py b/onfido/models/document_breakdown_data_consistency.py index ec5f7ae..0c4fa98 100644 --- a/onfido/models/document_breakdown_data_consistency.py +++ b/onfido/models/document_breakdown_data_consistency.py @@ -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) diff --git a/onfido/models/document_breakdown_data_consistency_breakdown.py b/onfido/models/document_breakdown_data_consistency_breakdown.py index 8d24e87..594c925 100644 --- a/onfido/models/document_breakdown_data_consistency_breakdown.py +++ b/onfido/models/document_breakdown_data_consistency_breakdown.py @@ -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) diff --git a/onfido/models/document_breakdown_data_validation.py b/onfido/models/document_breakdown_data_validation.py index eed709d..075cecf 100644 --- a/onfido/models/document_breakdown_data_validation.py +++ b/onfido/models/document_breakdown_data_validation.py @@ -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) diff --git a/onfido/models/document_breakdown_data_validation_breakdown.py b/onfido/models/document_breakdown_data_validation_breakdown.py index 8a29947..5eb8d4b 100644 --- a/onfido/models/document_breakdown_data_validation_breakdown.py +++ b/onfido/models/document_breakdown_data_validation_breakdown.py @@ -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) diff --git a/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.py b/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.py index 5b1fd9a..6d708f8 100644 --- a/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.py +++ b/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.py @@ -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) diff --git a/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.py b/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.py index 8cc374a..31cb861 100644 --- a/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.py +++ b/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.py @@ -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) diff --git a/onfido/models/document_breakdown_image_integrity.py b/onfido/models/document_breakdown_image_integrity.py index efb721d..4a4620e 100644 --- a/onfido/models/document_breakdown_image_integrity.py +++ b/onfido/models/document_breakdown_image_integrity.py @@ -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) diff --git a/onfido/models/document_breakdown_image_integrity_breakdown.py b/onfido/models/document_breakdown_image_integrity_breakdown.py index c9bddc2..2aba35b 100644 --- a/onfido/models/document_breakdown_image_integrity_breakdown.py +++ b/onfido/models/document_breakdown_image_integrity_breakdown.py @@ -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) diff --git a/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.py b/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.py index cdc611a..1711589 100644 --- a/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.py +++ b/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.py @@ -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) diff --git a/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.py b/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.py index 998d62f..cfd48e4 100644 --- a/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.py +++ b/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.py @@ -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) diff --git a/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.py b/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.py index 37c474b..5da0b94 100644 --- a/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.py +++ b/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.py @@ -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) diff --git a/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.py b/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.py index 66a4564..3d05d37 100644 --- a/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.py +++ b/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.py @@ -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) diff --git a/onfido/models/document_breakdown_issuing_authority.py b/onfido/models/document_breakdown_issuing_authority.py index 6820453..cf0bfd1 100644 --- a/onfido/models/document_breakdown_issuing_authority.py +++ b/onfido/models/document_breakdown_issuing_authority.py @@ -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) diff --git a/onfido/models/document_breakdown_issuing_authority_breakdown.py b/onfido/models/document_breakdown_issuing_authority_breakdown.py index ff40d16..00f74e9 100644 --- a/onfido/models/document_breakdown_issuing_authority_breakdown.py +++ b/onfido/models/document_breakdown_issuing_authority_breakdown.py @@ -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) diff --git a/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.py b/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.py index b880486..27bfc16 100644 --- a/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.py +++ b/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.py @@ -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) diff --git a/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.py b/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.py index 3efe4a9..2886d8d 100644 --- a/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.py +++ b/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.py @@ -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) diff --git a/onfido/models/document_breakdown_police_record.py b/onfido/models/document_breakdown_police_record.py index ac3f81d..121350a 100644 --- a/onfido/models/document_breakdown_police_record.py +++ b/onfido/models/document_breakdown_police_record.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity.py b/onfido/models/document_breakdown_visual_authenticity.py index 7882b57..2577452 100644 --- a/onfido/models/document_breakdown_visual_authenticity.py +++ b/onfido/models/document_breakdown_visual_authenticity.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity_breakdown.py b/onfido/models/document_breakdown_visual_authenticity_breakdown.py index 2bf99c1..63b1c94 100644 --- a/onfido/models/document_breakdown_visual_authenticity_breakdown.py +++ b/onfido/models/document_breakdown_visual_authenticity_breakdown.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.py b/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.py index a83bbca..ee85d8b 100644 --- a/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.py +++ b/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.py b/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.py index 2a66ab1..b0b42ec 100644 --- a/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.py +++ b/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.py b/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.py index 655153a..e52186a 100644 --- a/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.py +++ b/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.py b/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.py index b44c5f4..82f61b9 100644 --- a/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.py +++ b/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity_breakdown_other.py b/onfido/models/document_breakdown_visual_authenticity_breakdown_other.py index d22e964..22df4a5 100644 --- a/onfido/models/document_breakdown_visual_authenticity_breakdown_other.py +++ b/onfido/models/document_breakdown_visual_authenticity_breakdown_other.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.py b/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.py index d71326b..ed37267 100644 --- a/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.py +++ b/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.py b/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.py index 8dfd47d..6ec93bc 100644 --- a/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.py +++ b/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.py @@ -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) diff --git a/onfido/models/document_breakdown_visual_authenticity_breakdown_template.py b/onfido/models/document_breakdown_visual_authenticity_breakdown_template.py index 678ba57..2399b86 100644 --- a/onfido/models/document_breakdown_visual_authenticity_breakdown_template.py +++ b/onfido/models/document_breakdown_visual_authenticity_breakdown_template.py @@ -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) diff --git a/onfido/models/document_cdq_reasons.py b/onfido/models/document_cdq_reasons.py index 1eabdc5..518c7ba 100644 --- a/onfido/models/document_cdq_reasons.py +++ b/onfido/models/document_cdq_reasons.py @@ -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) diff --git a/onfido/models/document_iq_reasons.py b/onfido/models/document_iq_reasons.py index 8204c51..0599ad6 100644 --- a/onfido/models/document_iq_reasons.py +++ b/onfido/models/document_iq_reasons.py @@ -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) diff --git a/onfido/models/document_odp_reasons.py b/onfido/models/document_odp_reasons.py index c22483b..9fb875a 100644 --- a/onfido/models/document_odp_reasons.py +++ b/onfido/models/document_odp_reasons.py @@ -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) diff --git a/onfido/models/document_properties.py b/onfido/models/document_properties.py index b606de7..f72fa06 100644 --- a/onfido/models/document_properties.py +++ b/onfido/models/document_properties.py @@ -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) diff --git a/onfido/models/document_properties_address_lines.py b/onfido/models/document_properties_address_lines.py index 7689a6a..36bce1e 100644 --- a/onfido/models/document_properties_address_lines.py +++ b/onfido/models/document_properties_address_lines.py @@ -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) diff --git a/onfido/models/document_properties_barcode_inner.py b/onfido/models/document_properties_barcode_inner.py index fce6585..9f7b96b 100644 --- a/onfido/models/document_properties_barcode_inner.py +++ b/onfido/models/document_properties_barcode_inner.py @@ -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) diff --git a/onfido/models/document_properties_document_classification.py b/onfido/models/document_properties_document_classification.py index a060492..b2a2564 100644 --- a/onfido/models/document_properties_document_classification.py +++ b/onfido/models/document_properties_document_classification.py @@ -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) diff --git a/onfido/models/document_properties_document_numbers_inner.py b/onfido/models/document_properties_document_numbers_inner.py index c97a14c..f881f99 100644 --- a/onfido/models/document_properties_document_numbers_inner.py +++ b/onfido/models/document_properties_document_numbers_inner.py @@ -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) diff --git a/onfido/models/document_properties_driving_licence_information_item.py b/onfido/models/document_properties_driving_licence_information_item.py index 3a680d8..131d7d6 100644 --- a/onfido/models/document_properties_driving_licence_information_item.py +++ b/onfido/models/document_properties_driving_licence_information_item.py @@ -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) diff --git a/onfido/models/document_properties_extracted_data.py b/onfido/models/document_properties_extracted_data.py index d0ab770..5aa8c45 100644 --- a/onfido/models/document_properties_extracted_data.py +++ b/onfido/models/document_properties_extracted_data.py @@ -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) diff --git a/onfido/models/document_properties_nfc.py b/onfido/models/document_properties_nfc.py index 58715bf..9f02a30 100644 --- a/onfido/models/document_properties_nfc.py +++ b/onfido/models/document_properties_nfc.py @@ -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) diff --git a/onfido/models/document_report.py b/onfido/models/document_report.py index 3a1a758..ee98233 100644 --- a/onfido/models/document_report.py +++ b/onfido/models/document_report.py @@ -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) diff --git a/onfido/models/document_report_shared.py b/onfido/models/document_report_shared.py index b948e8e..4b6ca23 100644 --- a/onfido/models/document_report_shared.py +++ b/onfido/models/document_report_shared.py @@ -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) diff --git a/onfido/models/document_response.py b/onfido/models/document_response.py index 5b4b4e7..388a431 100644 --- a/onfido/models/document_response.py +++ b/onfido/models/document_response.py @@ -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) diff --git a/onfido/models/document_shared.py b/onfido/models/document_shared.py index b5691b0..efd2991 100644 --- a/onfido/models/document_shared.py +++ b/onfido/models/document_shared.py @@ -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) diff --git a/onfido/models/document_types.py b/onfido/models/document_types.py index f17934d..c4cf005 100644 --- a/onfido/models/document_types.py +++ b/onfido/models/document_types.py @@ -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) diff --git a/onfido/models/document_video_report.py b/onfido/models/document_video_report.py index 24137b5..f97b655 100644 --- a/onfido/models/document_video_report.py +++ b/onfido/models/document_video_report.py @@ -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) diff --git a/onfido/models/document_video_with_address_information_report.py b/onfido/models/document_video_with_address_information_report.py index 5c8d71e..00e0d35 100644 --- a/onfido/models/document_video_with_address_information_report.py +++ b/onfido/models/document_video_with_address_information_report.py @@ -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) diff --git a/onfido/models/document_with_address_information_report.py b/onfido/models/document_with_address_information_report.py index f5bcf01..79060b5 100644 --- a/onfido/models/document_with_address_information_report.py +++ b/onfido/models/document_with_address_information_report.py @@ -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) diff --git a/onfido/models/document_with_driver_verification_report.py b/onfido/models/document_with_driver_verification_report.py index 6b560bf..ce25a81 100644 --- a/onfido/models/document_with_driver_verification_report.py +++ b/onfido/models/document_with_driver_verification_report.py @@ -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) diff --git a/onfido/models/document_with_driver_verification_report_all_of_properties.py b/onfido/models/document_with_driver_verification_report_all_of_properties.py index 3ea082f..d983f47 100644 --- a/onfido/models/document_with_driver_verification_report_all_of_properties.py +++ b/onfido/models/document_with_driver_verification_report_all_of_properties.py @@ -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) diff --git a/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.py b/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.py index 58634df..6060c09 100644 --- a/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.py +++ b/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.py @@ -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) diff --git a/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.py b/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.py index 9ed5b63..4214d26 100644 --- a/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.py +++ b/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.py @@ -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) diff --git a/onfido/models/document_with_driving_licence_information_report.py b/onfido/models/document_with_driving_licence_information_report.py index 5bd6f3f..38d7963 100644 --- a/onfido/models/document_with_driving_licence_information_report.py +++ b/onfido/models/document_with_driving_licence_information_report.py @@ -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) diff --git a/onfido/models/documents_list.py b/onfido/models/documents_list.py index a31afa1..f835507 100644 --- a/onfido/models/documents_list.py +++ b/onfido/models/documents_list.py @@ -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) diff --git a/onfido/models/error.py b/onfido/models/error.py index edc1eba..369fd4e 100644 --- a/onfido/models/error.py +++ b/onfido/models/error.py @@ -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) diff --git a/onfido/models/error1.py b/onfido/models/error1.py index c6c54e9..84cb682 100644 --- a/onfido/models/error1.py +++ b/onfido/models/error1.py @@ -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) diff --git a/onfido/models/error_properties.py b/onfido/models/error_properties.py index 0a4b475..abf1c13 100644 --- a/onfido/models/error_properties.py +++ b/onfido/models/error_properties.py @@ -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) diff --git a/onfido/models/error_properties1.py b/onfido/models/error_properties1.py index c55c4ae..e711832 100644 --- a/onfido/models/error_properties1.py +++ b/onfido/models/error_properties1.py @@ -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) diff --git a/onfido/models/extract_request.py b/onfido/models/extract_request.py index 7c65943..2d212f4 100644 --- a/onfido/models/extract_request.py +++ b/onfido/models/extract_request.py @@ -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) diff --git a/onfido/models/extraction.py b/onfido/models/extraction.py index 779b555..0b4dec9 100644 --- a/onfido/models/extraction.py +++ b/onfido/models/extraction.py @@ -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) diff --git a/onfido/models/extraction_document_classification.py b/onfido/models/extraction_document_classification.py index 24a4376..c62fa16 100644 --- a/onfido/models/extraction_document_classification.py +++ b/onfido/models/extraction_document_classification.py @@ -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) diff --git a/onfido/models/extraction_extracted_data.py b/onfido/models/extraction_extracted_data.py index 15f0881..22ae5b7 100644 --- a/onfido/models/extraction_extracted_data.py +++ b/onfido/models/extraction_extracted_data.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_breakdown.py b/onfido/models/facial_similarity_motion_breakdown.py index bb33bb2..1987abe 100644 --- a/onfido/models/facial_similarity_motion_breakdown.py +++ b/onfido/models/facial_similarity_motion_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_breakdown_face_comparison.py b/onfido/models/facial_similarity_motion_breakdown_face_comparison.py index a02415c..e1fb72d 100644 --- a/onfido/models/facial_similarity_motion_breakdown_face_comparison.py +++ b/onfido/models/facial_similarity_motion_breakdown_face_comparison.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_breakdown_image_integrity.py b/onfido/models/facial_similarity_motion_breakdown_image_integrity.py index 784ac40..8208dd0 100644 --- a/onfido/models/facial_similarity_motion_breakdown_image_integrity.py +++ b/onfido/models/facial_similarity_motion_breakdown_image_integrity.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.py b/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.py index 895ce84..cdaf0cf 100644 --- a/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.py +++ b/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.py b/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.py index b2f9cc5..f087dcd 100644 --- a/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.py +++ b/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.py b/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.py index 8d76db3..9bd371d 100644 --- a/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.py +++ b/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.py b/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.py index 70cddc9..ac92297 100644 --- a/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.py +++ b/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.py b/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.py index 794bc16..4033c4b 100644 --- a/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.py +++ b/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.py b/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.py index e551676..88f5bd5 100644 --- a/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.py +++ b/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_properties.py b/onfido/models/facial_similarity_motion_properties.py index 1d9e834..d64e9e1 100644 --- a/onfido/models/facial_similarity_motion_properties.py +++ b/onfido/models/facial_similarity_motion_properties.py @@ -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) diff --git a/onfido/models/facial_similarity_motion_report.py b/onfido/models/facial_similarity_motion_report.py index 671f187..b8350a1 100644 --- a/onfido/models/facial_similarity_motion_report.py +++ b/onfido/models/facial_similarity_motion_report.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown.py b/onfido/models/facial_similarity_photo_breakdown.py index b56406d..d59606a 100644 --- a/onfido/models/facial_similarity_photo_breakdown.py +++ b/onfido/models/facial_similarity_photo_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_face_comparison.py b/onfido/models/facial_similarity_photo_breakdown_face_comparison.py index a5e0915..ae99225 100644 --- a/onfido/models/facial_similarity_photo_breakdown_face_comparison.py +++ b/onfido/models/facial_similarity_photo_breakdown_face_comparison.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.py b/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.py index ffa9db3..afc6f73 100644 --- a/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.py +++ b/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.py b/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.py index a1e5c5f..6dac1ed 100644 --- a/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.py +++ b/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.py b/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.py index ba5a9c4..e5ee52c 100644 --- a/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.py +++ b/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_image_integrity.py b/onfido/models/facial_similarity_photo_breakdown_image_integrity.py index ea70e45..dfedab8 100644 --- a/onfido/models/facial_similarity_photo_breakdown_image_integrity.py +++ b/onfido/models/facial_similarity_photo_breakdown_image_integrity.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.py b/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.py index a7e3fde..ae055ab 100644 --- a/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.py +++ b/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.py b/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.py index f51be38..50dd94a 100644 --- a/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.py +++ b/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.py b/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.py index 96c1507..c371ed7 100644 --- a/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.py +++ b/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.py b/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.py index 2b1525d..6aa2a6f 100644 --- a/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.py +++ b/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.py b/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.py index 250c26f..6574342 100644 --- a/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.py +++ b/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.py b/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.py index 302ca1a..777c707 100644 --- a/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.py +++ b/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.py b/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.py index a5a239a..710917e 100644 --- a/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.py +++ b/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_fully_auto_breakdown.py b/onfido/models/facial_similarity_photo_fully_auto_breakdown.py index 724e504..6f1c1ec 100644 --- a/onfido/models/facial_similarity_photo_fully_auto_breakdown.py +++ b/onfido/models/facial_similarity_photo_fully_auto_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.py b/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.py index 919ada6..24cf024 100644 --- a/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.py +++ b/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.py b/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.py index 488cd63..2b79049 100644 --- a/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.py +++ b/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.py b/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.py index e36dbbe..53c9ae6 100644 --- a/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.py +++ b/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_fully_auto_properties.py b/onfido/models/facial_similarity_photo_fully_auto_properties.py index 775d339..43ce2a8 100644 --- a/onfido/models/facial_similarity_photo_fully_auto_properties.py +++ b/onfido/models/facial_similarity_photo_fully_auto_properties.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_fully_auto_report.py b/onfido/models/facial_similarity_photo_fully_auto_report.py index e19c6d6..1dec760 100644 --- a/onfido/models/facial_similarity_photo_fully_auto_report.py +++ b/onfido/models/facial_similarity_photo_fully_auto_report.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_properties.py b/onfido/models/facial_similarity_photo_properties.py index a96b83c..fec8efa 100644 --- a/onfido/models/facial_similarity_photo_properties.py +++ b/onfido/models/facial_similarity_photo_properties.py @@ -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) diff --git a/onfido/models/facial_similarity_photo_report.py b/onfido/models/facial_similarity_photo_report.py index f58c8d2..fc007f2 100644 --- a/onfido/models/facial_similarity_photo_report.py +++ b/onfido/models/facial_similarity_photo_report.py @@ -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) diff --git a/onfido/models/facial_similarity_report_media.py b/onfido/models/facial_similarity_report_media.py index 8611559..c609836 100644 --- a/onfido/models/facial_similarity_report_media.py +++ b/onfido/models/facial_similarity_report_media.py @@ -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) diff --git a/onfido/models/facial_similarity_report_shared.py b/onfido/models/facial_similarity_report_shared.py index 5b78762..8d9aff2 100644 --- a/onfido/models/facial_similarity_report_shared.py +++ b/onfido/models/facial_similarity_report_shared.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown.py b/onfido/models/facial_similarity_video_breakdown.py index c7438b4..77fabb2 100644 --- a/onfido/models/facial_similarity_video_breakdown.py +++ b/onfido/models/facial_similarity_video_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown_face_comparison.py b/onfido/models/facial_similarity_video_breakdown_face_comparison.py index 7988988..543411d 100644 --- a/onfido/models/facial_similarity_video_breakdown_face_comparison.py +++ b/onfido/models/facial_similarity_video_breakdown_face_comparison.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown_image_integrity.py b/onfido/models/facial_similarity_video_breakdown_image_integrity.py index 91a7b47..fb35698 100644 --- a/onfido/models/facial_similarity_video_breakdown_image_integrity.py +++ b/onfido/models/facial_similarity_video_breakdown_image_integrity.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.py b/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.py index 72fcdf0..063ab42 100644 --- a/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.py +++ b/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.py b/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.py index 1a812ed..8ea68af 100644 --- a/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.py +++ b/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.py b/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.py index 6e6c083..c7c7ef4 100644 --- a/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.py +++ b/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown_visual_authenticity.py b/onfido/models/facial_similarity_video_breakdown_visual_authenticity.py index 86a6878..704c7df 100644 --- a/onfido/models/facial_similarity_video_breakdown_visual_authenticity.py +++ b/onfido/models/facial_similarity_video_breakdown_visual_authenticity.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.py b/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.py index 2b3e216..b6a7223 100644 --- a/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.py +++ b/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.py b/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.py index 2679771..99bdea4 100644 --- a/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.py +++ b/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.py @@ -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) diff --git a/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.py b/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.py index d71297a..23dd3e0 100644 --- a/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.py +++ b/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.py @@ -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) diff --git a/onfido/models/facial_similarity_video_properties.py b/onfido/models/facial_similarity_video_properties.py index 935b76c..5570f8b 100644 --- a/onfido/models/facial_similarity_video_properties.py +++ b/onfido/models/facial_similarity_video_properties.py @@ -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) diff --git a/onfido/models/facial_similarity_video_report.py b/onfido/models/facial_similarity_video_report.py index 70e0200..09aea27 100644 --- a/onfido/models/facial_similarity_video_report.py +++ b/onfido/models/facial_similarity_video_report.py @@ -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) diff --git a/onfido/models/id_number.py b/onfido/models/id_number.py index fdcdaa4..f2ac42a 100644 --- a/onfido/models/id_number.py +++ b/onfido/models/id_number.py @@ -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) diff --git a/onfido/models/id_photo.py b/onfido/models/id_photo.py index d2bf95c..973a79e 100644 --- a/onfido/models/id_photo.py +++ b/onfido/models/id_photo.py @@ -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) diff --git a/onfido/models/id_photo_response.py b/onfido/models/id_photo_response.py index 0fb6575..896b93e 100644 --- a/onfido/models/id_photo_response.py +++ b/onfido/models/id_photo_response.py @@ -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) diff --git a/onfido/models/id_photos_list.py b/onfido/models/id_photos_list.py index 25edd3b..80ec94f 100644 --- a/onfido/models/id_photos_list.py +++ b/onfido/models/id_photos_list.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown.py b/onfido/models/identity_enhanced_breakdown.py index 8884a99..151e66e 100644 --- a/onfido/models/identity_enhanced_breakdown.py +++ b/onfido/models/identity_enhanced_breakdown.py @@ -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) @@ -23,6 +23,7 @@ from onfido.models.identity_enhanced_breakdown_date_of_birth import IdentityEnhancedBreakdownDateOfBirth from onfido.models.identity_enhanced_breakdown_mortality import IdentityEnhancedBreakdownMortality from onfido.models.identity_enhanced_breakdown_sources import IdentityEnhancedBreakdownSources +from onfido.models.idr_ssn_breakdown import IdrSsnBreakdown from typing import Optional, Set from typing_extensions import Self @@ -34,8 +35,10 @@ class IdentityEnhancedBreakdown(BaseModel): address: Optional[IdentityEnhancedBreakdownAddress] = None date_of_birth: Optional[IdentityEnhancedBreakdownDateOfBirth] = None mortality: Optional[IdentityEnhancedBreakdownMortality] = None + ssn: Optional[IdrSsnBreakdown] = None + ssn1: Optional[IdrSsnBreakdown] = None additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["sources", "address", "date_of_birth", "mortality"] + __properties: ClassVar[List[str]] = ["sources", "address", "date_of_birth", "mortality", "ssn", "ssn1"] model_config = ConfigDict( populate_by_name=True, @@ -90,6 +93,12 @@ def to_dict(self) -> Dict[str, Any]: # override the default output from pydantic by calling `to_dict()` of mortality if self.mortality: _dict['mortality'] = self.mortality.to_dict() + # override the default output from pydantic by calling `to_dict()` of ssn + if self.ssn: + _dict['ssn'] = self.ssn.to_dict() + # override the default output from pydantic by calling `to_dict()` of ssn1 + if self.ssn1: + _dict['ssn1'] = self.ssn1.to_dict() # puts key-value pairs in additional_properties in the top level if self.additional_properties is not None: for _key, _value in self.additional_properties.items(): @@ -110,7 +119,9 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "sources": IdentityEnhancedBreakdownSources.from_dict(obj["sources"]) if obj.get("sources") is not None else None, "address": IdentityEnhancedBreakdownAddress.from_dict(obj["address"]) if obj.get("address") is not None else None, "date_of_birth": IdentityEnhancedBreakdownDateOfBirth.from_dict(obj["date_of_birth"]) if obj.get("date_of_birth") is not None else None, - "mortality": IdentityEnhancedBreakdownMortality.from_dict(obj["mortality"]) if obj.get("mortality") is not None else None + "mortality": IdentityEnhancedBreakdownMortality.from_dict(obj["mortality"]) if obj.get("mortality") is not None else None, + "ssn": IdrSsnBreakdown.from_dict(obj["ssn"]) if obj.get("ssn") is not None else None, + "ssn1": IdrSsnBreakdown.from_dict(obj["ssn1"]) if obj.get("ssn1") is not None else None }) # store additional fields in additional_properties for _key in obj.keys(): diff --git a/onfido/models/identity_enhanced_breakdown_address.py b/onfido/models/identity_enhanced_breakdown_address.py index 712af6f..5b70f97 100644 --- a/onfido/models/identity_enhanced_breakdown_address.py +++ b/onfido/models/identity_enhanced_breakdown_address.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_address_breakdown.py b/onfido/models/identity_enhanced_breakdown_address_breakdown.py index 60e5d53..9cb8b29 100644 --- a/onfido/models/identity_enhanced_breakdown_address_breakdown.py +++ b/onfido/models/identity_enhanced_breakdown_address_breakdown.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.py b/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.py index 56033b6..1bb3037 100644 --- a/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.py +++ b/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.py b/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.py index 01e1fbb..afe5dcc 100644 --- a/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.py +++ b/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.py b/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.py index e79a2e5..49a58ce 100644 --- a/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.py +++ b/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.py b/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.py index 991d21f..5d5edd6 100644 --- a/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.py +++ b/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_date_of_birth.py b/onfido/models/identity_enhanced_breakdown_date_of_birth.py index eebb629..d32a7e8 100644 --- a/onfido/models/identity_enhanced_breakdown_date_of_birth.py +++ b/onfido/models/identity_enhanced_breakdown_date_of_birth.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.py b/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.py index f04a222..c8cf606 100644 --- a/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.py +++ b/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.py b/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.py index dbbd37d..763a6b2 100644 --- a/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.py +++ b/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.py b/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.py index fc9283f..aa621fa 100644 --- a/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.py +++ b/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_mortality.py b/onfido/models/identity_enhanced_breakdown_mortality.py index dc70776..ea20959 100644 --- a/onfido/models/identity_enhanced_breakdown_mortality.py +++ b/onfido/models/identity_enhanced_breakdown_mortality.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_sources.py b/onfido/models/identity_enhanced_breakdown_sources.py index 8ed64b0..ba2bb08 100644 --- a/onfido/models/identity_enhanced_breakdown_sources.py +++ b/onfido/models/identity_enhanced_breakdown_sources.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_sources_breakdown.py b/onfido/models/identity_enhanced_breakdown_sources_breakdown.py index 11d286f..1d07b64 100644 --- a/onfido/models/identity_enhanced_breakdown_sources_breakdown.py +++ b/onfido/models/identity_enhanced_breakdown_sources_breakdown.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.py b/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.py index b739d59..56aa21d 100644 --- a/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.py +++ b/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.py @@ -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) diff --git a/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.py b/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.py index 24eb5eb..f6c464e 100644 --- a/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.py +++ b/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.py @@ -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) diff --git a/onfido/models/identity_enhanced_properties.py b/onfido/models/identity_enhanced_properties.py index 04df373..a317590 100644 --- a/onfido/models/identity_enhanced_properties.py +++ b/onfido/models/identity_enhanced_properties.py @@ -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) diff --git a/onfido/models/identity_enhanced_properties_matched_addresses_inner.py b/onfido/models/identity_enhanced_properties_matched_addresses_inner.py index 1244ab0..8310b1c 100644 --- a/onfido/models/identity_enhanced_properties_matched_addresses_inner.py +++ b/onfido/models/identity_enhanced_properties_matched_addresses_inner.py @@ -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) diff --git a/onfido/models/identity_enhanced_report.py b/onfido/models/identity_enhanced_report.py index 7fb778d..af3d7c4 100644 --- a/onfido/models/identity_enhanced_report.py +++ b/onfido/models/identity_enhanced_report.py @@ -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) diff --git a/onfido/models/idr_ssn_breakdown.py b/onfido/models/idr_ssn_breakdown.py new file mode 100644 index 0000000..5589b04 --- /dev/null +++ b/onfido/models/idr_ssn_breakdown.py @@ -0,0 +1,106 @@ +# coding: utf-8 + +""" + Onfido Public 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) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from onfido.models.idr_ssn_breakdown_breakdown import IdrSsnBreakdownBreakdown +from typing import Optional, Set +from typing_extensions import Self + +class IdrSsnBreakdown(BaseModel): + """ + IdrSsnBreakdown + """ # noqa: E501 + result: Optional[StrictStr] = None + breakdown: Optional[IdrSsnBreakdownBreakdown] = None + additional_properties: Dict[str, Any] = {} + __properties: ClassVar[List[str]] = ["result", "breakdown"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of IdrSsnBreakdown from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + * Fields in `self.additional_properties` are added to the output dict. + """ + excluded_fields: Set[str] = set([ + "additional_properties", + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of breakdown + if self.breakdown: + _dict['breakdown'] = self.breakdown.to_dict() + # puts key-value pairs in additional_properties in the top level + if self.additional_properties is not None: + for _key, _value in self.additional_properties.items(): + _dict[_key] = _value + + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of IdrSsnBreakdown from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "result": obj.get("result"), + "breakdown": IdrSsnBreakdownBreakdown.from_dict(obj["breakdown"]) if obj.get("breakdown") is not None else None + }) + # store additional fields in additional_properties + for _key in obj.keys(): + if _key not in cls.__properties: + _obj.additional_properties[_key] = obj.get(_key) + + return _obj + + diff --git a/onfido/models/idr_ssn_breakdown_breakdown.py b/onfido/models/idr_ssn_breakdown_breakdown.py new file mode 100644 index 0000000..187231f --- /dev/null +++ b/onfido/models/idr_ssn_breakdown_breakdown.py @@ -0,0 +1,110 @@ +# coding: utf-8 + +""" + Onfido Public 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) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict +from typing import Any, ClassVar, Dict, List, Optional +from onfido.models.idr_ssn_breakdown_breakdown_full_match import IdrSsnBreakdownBreakdownFullMatch +from onfido.models.idr_ssn_breakdown_breakdown_last4_digits_match import IdrSsnBreakdownBreakdownLast4DigitsMatch +from typing import Optional, Set +from typing_extensions import Self + +class IdrSsnBreakdownBreakdown(BaseModel): + """ + IdrSsnBreakdownBreakdown + """ # noqa: E501 + last_4_digits_match: Optional[IdrSsnBreakdownBreakdownLast4DigitsMatch] = None + full_match: Optional[IdrSsnBreakdownBreakdownFullMatch] = None + additional_properties: Dict[str, Any] = {} + __properties: ClassVar[List[str]] = ["last_4_digits_match", "full_match"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of IdrSsnBreakdownBreakdown from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + * Fields in `self.additional_properties` are added to the output dict. + """ + excluded_fields: Set[str] = set([ + "additional_properties", + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of last_4_digits_match + if self.last_4_digits_match: + _dict['last_4_digits_match'] = self.last_4_digits_match.to_dict() + # override the default output from pydantic by calling `to_dict()` of full_match + if self.full_match: + _dict['full_match'] = self.full_match.to_dict() + # puts key-value pairs in additional_properties in the top level + if self.additional_properties is not None: + for _key, _value in self.additional_properties.items(): + _dict[_key] = _value + + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of IdrSsnBreakdownBreakdown from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "last_4_digits_match": IdrSsnBreakdownBreakdownLast4DigitsMatch.from_dict(obj["last_4_digits_match"]) if obj.get("last_4_digits_match") is not None else None, + "full_match": IdrSsnBreakdownBreakdownFullMatch.from_dict(obj["full_match"]) if obj.get("full_match") is not None else None + }) + # store additional fields in additional_properties + for _key in obj.keys(): + if _key not in cls.__properties: + _obj.additional_properties[_key] = obj.get(_key) + + return _obj + + diff --git a/onfido/models/idr_ssn_breakdown_breakdown_full_match.py b/onfido/models/idr_ssn_breakdown_breakdown_full_match.py new file mode 100644 index 0000000..0afde19 --- /dev/null +++ b/onfido/models/idr_ssn_breakdown_breakdown_full_match.py @@ -0,0 +1,102 @@ +# coding: utf-8 + +""" + Onfido Public 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) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class IdrSsnBreakdownBreakdownFullMatch(BaseModel): + """ + Social security number fully matches + """ # noqa: E501 + result: Optional[StrictStr] = None + properties: Optional[Dict[str, Any]] = None + additional_properties: Dict[str, Any] = {} + __properties: ClassVar[List[str]] = ["result", "properties"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of IdrSsnBreakdownBreakdownFullMatch from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + * Fields in `self.additional_properties` are added to the output dict. + """ + excluded_fields: Set[str] = set([ + "additional_properties", + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # puts key-value pairs in additional_properties in the top level + if self.additional_properties is not None: + for _key, _value in self.additional_properties.items(): + _dict[_key] = _value + + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of IdrSsnBreakdownBreakdownFullMatch from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "result": obj.get("result"), + "properties": obj.get("properties") + }) + # store additional fields in additional_properties + for _key in obj.keys(): + if _key not in cls.__properties: + _obj.additional_properties[_key] = obj.get(_key) + + return _obj + + diff --git a/onfido/models/idr_ssn_breakdown_breakdown_last4_digits_match.py b/onfido/models/idr_ssn_breakdown_breakdown_last4_digits_match.py new file mode 100644 index 0000000..76a7104 --- /dev/null +++ b/onfido/models/idr_ssn_breakdown_breakdown_last4_digits_match.py @@ -0,0 +1,102 @@ +# coding: utf-8 + +""" + Onfido Public 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) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class IdrSsnBreakdownBreakdownLast4DigitsMatch(BaseModel): + """ + Last 4 digits of social security number match + """ # noqa: E501 + result: Optional[StrictStr] = None + properties: Optional[Dict[str, Any]] = None + additional_properties: Dict[str, Any] = {} + __properties: ClassVar[List[str]] = ["result", "properties"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of IdrSsnBreakdownBreakdownLast4DigitsMatch from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + * Fields in `self.additional_properties` are added to the output dict. + """ + excluded_fields: Set[str] = set([ + "additional_properties", + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # puts key-value pairs in additional_properties in the top level + if self.additional_properties is not None: + for _key, _value in self.additional_properties.items(): + _dict[_key] = _value + + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of IdrSsnBreakdownBreakdownLast4DigitsMatch from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "result": obj.get("result"), + "properties": obj.get("properties") + }) + # store additional fields in additional_properties + for _key in obj.keys(): + if _key not in cls.__properties: + _obj.additional_properties[_key] = obj.get(_key) + + return _obj + + diff --git a/onfido/models/india_pan_report.py b/onfido/models/india_pan_report.py index dadabab..04b1373 100644 --- a/onfido/models/india_pan_report.py +++ b/onfido/models/india_pan_report.py @@ -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) diff --git a/onfido/models/india_pan_report_all_of_breakdown.py b/onfido/models/india_pan_report_all_of_breakdown.py index 29d0887..b2c0f7f 100644 --- a/onfido/models/india_pan_report_all_of_breakdown.py +++ b/onfido/models/india_pan_report_all_of_breakdown.py @@ -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) diff --git a/onfido/models/india_pan_report_all_of_breakdown_device.py b/onfido/models/india_pan_report_all_of_breakdown_device.py index 131a684..ab7b9dd 100644 --- a/onfido/models/india_pan_report_all_of_breakdown_device.py +++ b/onfido/models/india_pan_report_all_of_breakdown_device.py @@ -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) diff --git a/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.py b/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.py index a575698..fb15375 100644 --- a/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.py +++ b/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.py @@ -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) diff --git a/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.py b/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.py index 3d2ce96..cbc584c 100644 --- a/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.py +++ b/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.py @@ -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) diff --git a/onfido/models/india_pan_report_all_of_properties.py b/onfido/models/india_pan_report_all_of_properties.py index 0e17a06..d0d4628 100644 --- a/onfido/models/india_pan_report_all_of_properties.py +++ b/onfido/models/india_pan_report_all_of_properties.py @@ -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) diff --git a/onfido/models/india_pan_report_all_of_properties_device.py b/onfido/models/india_pan_report_all_of_properties_device.py index 8dd5c56..65d3941 100644 --- a/onfido/models/india_pan_report_all_of_properties_device.py +++ b/onfido/models/india_pan_report_all_of_properties_device.py @@ -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) diff --git a/onfido/models/known_faces_breakdown.py b/onfido/models/known_faces_breakdown.py index 7578472..dd04ed2 100644 --- a/onfido/models/known_faces_breakdown.py +++ b/onfido/models/known_faces_breakdown.py @@ -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) diff --git a/onfido/models/known_faces_breakdown_image_integrity.py b/onfido/models/known_faces_breakdown_image_integrity.py index 156a499..6f33a7b 100644 --- a/onfido/models/known_faces_breakdown_image_integrity.py +++ b/onfido/models/known_faces_breakdown_image_integrity.py @@ -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) diff --git a/onfido/models/known_faces_breakdown_previously_seen_faces.py b/onfido/models/known_faces_breakdown_previously_seen_faces.py index 9581afb..04c30b9 100644 --- a/onfido/models/known_faces_breakdown_previously_seen_faces.py +++ b/onfido/models/known_faces_breakdown_previously_seen_faces.py @@ -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) diff --git a/onfido/models/known_faces_properties.py b/onfido/models/known_faces_properties.py index 47d8253..8d1fd6c 100644 --- a/onfido/models/known_faces_properties.py +++ b/onfido/models/known_faces_properties.py @@ -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) diff --git a/onfido/models/known_faces_properties_matches_inner.py b/onfido/models/known_faces_properties_matches_inner.py index c2dbe65..806c87f 100644 --- a/onfido/models/known_faces_properties_matches_inner.py +++ b/onfido/models/known_faces_properties_matches_inner.py @@ -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) diff --git a/onfido/models/known_faces_report.py b/onfido/models/known_faces_report.py index b72d388..ff21706 100644 --- a/onfido/models/known_faces_report.py +++ b/onfido/models/known_faces_report.py @@ -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) diff --git a/onfido/models/live_photo.py b/onfido/models/live_photo.py index 3d0eaa2..2ef0140 100644 --- a/onfido/models/live_photo.py +++ b/onfido/models/live_photo.py @@ -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) diff --git a/onfido/models/live_photo_response.py b/onfido/models/live_photo_response.py index 036f2bf..65b8444 100644 --- a/onfido/models/live_photo_response.py +++ b/onfido/models/live_photo_response.py @@ -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) diff --git a/onfido/models/live_photos_list.py b/onfido/models/live_photos_list.py index b5b2a22..1938a08 100644 --- a/onfido/models/live_photos_list.py +++ b/onfido/models/live_photos_list.py @@ -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) diff --git a/onfido/models/live_video.py b/onfido/models/live_video.py index dbb273a..f1a5508 100644 --- a/onfido/models/live_video.py +++ b/onfido/models/live_video.py @@ -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) diff --git a/onfido/models/live_videos_list.py b/onfido/models/live_videos_list.py index cb250f3..a1d0487 100644 --- a/onfido/models/live_videos_list.py +++ b/onfido/models/live_videos_list.py @@ -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) diff --git a/onfido/models/location.py b/onfido/models/location.py index bfb5d6c..8d40207 100644 --- a/onfido/models/location.py +++ b/onfido/models/location.py @@ -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) diff --git a/onfido/models/location_builder.py b/onfido/models/location_builder.py index a4b9a6e..4c8dbb2 100644 --- a/onfido/models/location_builder.py +++ b/onfido/models/location_builder.py @@ -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) diff --git a/onfido/models/location_shared.py b/onfido/models/location_shared.py index c49a00d..f5c077f 100644 --- a/onfido/models/location_shared.py +++ b/onfido/models/location_shared.py @@ -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) diff --git a/onfido/models/motion_capture.py b/onfido/models/motion_capture.py index ca5a88e..5d32cb5 100644 --- a/onfido/models/motion_capture.py +++ b/onfido/models/motion_capture.py @@ -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) diff --git a/onfido/models/motion_captures_list.py b/onfido/models/motion_captures_list.py index ab680af..460d238 100644 --- a/onfido/models/motion_captures_list.py +++ b/onfido/models/motion_captures_list.py @@ -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) diff --git a/onfido/models/photo_auto_reasons.py b/onfido/models/photo_auto_reasons.py index c984cf4..0393bac 100644 --- a/onfido/models/photo_auto_reasons.py +++ b/onfido/models/photo_auto_reasons.py @@ -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) diff --git a/onfido/models/photo_reasons.py b/onfido/models/photo_reasons.py index d8cc730..aaddae3 100644 --- a/onfido/models/photo_reasons.py +++ b/onfido/models/photo_reasons.py @@ -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) diff --git a/onfido/models/proof_of_address_breakdown.py b/onfido/models/proof_of_address_breakdown.py index 8a59696..bec5085 100644 --- a/onfido/models/proof_of_address_breakdown.py +++ b/onfido/models/proof_of_address_breakdown.py @@ -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) diff --git a/onfido/models/proof_of_address_breakdown_data_comparison.py b/onfido/models/proof_of_address_breakdown_data_comparison.py index 3043583..b2ff096 100644 --- a/onfido/models/proof_of_address_breakdown_data_comparison.py +++ b/onfido/models/proof_of_address_breakdown_data_comparison.py @@ -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) diff --git a/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.py b/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.py index 6168dd8..d8589cc 100644 --- a/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.py +++ b/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.py @@ -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) diff --git a/onfido/models/proof_of_address_breakdown_document_classification.py b/onfido/models/proof_of_address_breakdown_document_classification.py index 090d967..6447c49 100644 --- a/onfido/models/proof_of_address_breakdown_document_classification.py +++ b/onfido/models/proof_of_address_breakdown_document_classification.py @@ -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) diff --git a/onfido/models/proof_of_address_breakdown_document_classification_breakdown.py b/onfido/models/proof_of_address_breakdown_document_classification_breakdown.py index 4fa318b..37bcb1c 100644 --- a/onfido/models/proof_of_address_breakdown_document_classification_breakdown.py +++ b/onfido/models/proof_of_address_breakdown_document_classification_breakdown.py @@ -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) diff --git a/onfido/models/proof_of_address_breakdown_image_integrity.py b/onfido/models/proof_of_address_breakdown_image_integrity.py index a29db70..e51beef 100644 --- a/onfido/models/proof_of_address_breakdown_image_integrity.py +++ b/onfido/models/proof_of_address_breakdown_image_integrity.py @@ -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) diff --git a/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.py b/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.py index 5cfddf9..e486824 100644 --- a/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.py +++ b/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.py @@ -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) diff --git a/onfido/models/proof_of_address_properties.py b/onfido/models/proof_of_address_properties.py index cef664b..e1ef565 100644 --- a/onfido/models/proof_of_address_properties.py +++ b/onfido/models/proof_of_address_properties.py @@ -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) diff --git a/onfido/models/proof_of_address_report.py b/onfido/models/proof_of_address_report.py index 96397ae..05f37b6 100644 --- a/onfido/models/proof_of_address_report.py +++ b/onfido/models/proof_of_address_report.py @@ -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) diff --git a/onfido/models/repeat_attempts_list.py b/onfido/models/repeat_attempts_list.py index 65d5c84..a5a8bda 100644 --- a/onfido/models/repeat_attempts_list.py +++ b/onfido/models/repeat_attempts_list.py @@ -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) diff --git a/onfido/models/repeat_attempts_list_repeat_attempts_inner.py b/onfido/models/repeat_attempts_list_repeat_attempts_inner.py index a10d0d6..b71465f 100644 --- a/onfido/models/repeat_attempts_list_repeat_attempts_inner.py +++ b/onfido/models/repeat_attempts_list_repeat_attempts_inner.py @@ -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) diff --git a/onfido/models/report.py b/onfido/models/report.py index 726916a..d2d2e1e 100644 --- a/onfido/models/report.py +++ b/onfido/models/report.py @@ -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) diff --git a/onfido/models/report_configuration.py b/onfido/models/report_configuration.py index 52568d5..8b2774c 100644 --- a/onfido/models/report_configuration.py +++ b/onfido/models/report_configuration.py @@ -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) diff --git a/onfido/models/report_configuration_facial_similarity.py b/onfido/models/report_configuration_facial_similarity.py index 994d805..dbaf2b1 100644 --- a/onfido/models/report_configuration_facial_similarity.py +++ b/onfido/models/report_configuration_facial_similarity.py @@ -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) diff --git a/onfido/models/report_document.py b/onfido/models/report_document.py index 11f54e1..66332d0 100644 --- a/onfido/models/report_document.py +++ b/onfido/models/report_document.py @@ -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) diff --git a/onfido/models/report_name.py b/onfido/models/report_name.py index d7dc58d..04f0854 100644 --- a/onfido/models/report_name.py +++ b/onfido/models/report_name.py @@ -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) diff --git a/onfido/models/report_result.py b/onfido/models/report_result.py index 2a3a098..2639d91 100644 --- a/onfido/models/report_result.py +++ b/onfido/models/report_result.py @@ -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) diff --git a/onfido/models/report_shared.py b/onfido/models/report_shared.py index e6a8d2c..933947f 100644 --- a/onfido/models/report_shared.py +++ b/onfido/models/report_shared.py @@ -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) diff --git a/onfido/models/report_status.py b/onfido/models/report_status.py index 1cd686f..a74c68b 100644 --- a/onfido/models/report_status.py +++ b/onfido/models/report_status.py @@ -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) diff --git a/onfido/models/report_sub_result.py b/onfido/models/report_sub_result.py index 8fc3ffe..67f8f46 100644 --- a/onfido/models/report_sub_result.py +++ b/onfido/models/report_sub_result.py @@ -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) diff --git a/onfido/models/reports_list.py b/onfido/models/reports_list.py index dc76bf7..ca63e97 100644 --- a/onfido/models/reports_list.py +++ b/onfido/models/reports_list.py @@ -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) diff --git a/onfido/models/results_feedback.py b/onfido/models/results_feedback.py index 86502d4..b1e302f 100644 --- a/onfido/models/results_feedback.py +++ b/onfido/models/results_feedback.py @@ -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) diff --git a/onfido/models/sdk_token.py b/onfido/models/sdk_token.py index 48e7b9e..976573a 100644 --- a/onfido/models/sdk_token.py +++ b/onfido/models/sdk_token.py @@ -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) diff --git a/onfido/models/sdk_token_builder.py b/onfido/models/sdk_token_builder.py index 3b222b7..038d7a0 100644 --- a/onfido/models/sdk_token_builder.py +++ b/onfido/models/sdk_token_builder.py @@ -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) diff --git a/onfido/models/sdk_token_request.py b/onfido/models/sdk_token_request.py index 1788ebd..5a6bfff 100644 --- a/onfido/models/sdk_token_request.py +++ b/onfido/models/sdk_token_request.py @@ -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) diff --git a/onfido/models/sdk_token_response.py b/onfido/models/sdk_token_response.py index e541cb3..082b178 100644 --- a/onfido/models/sdk_token_response.py +++ b/onfido/models/sdk_token_response.py @@ -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) diff --git a/onfido/models/task.py b/onfido/models/task.py index 8d0d13d..f290702 100644 --- a/onfido/models/task.py +++ b/onfido/models/task.py @@ -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) diff --git a/onfido/models/task_item.py b/onfido/models/task_item.py index fb7e9d7..d961600 100644 --- a/onfido/models/task_item.py +++ b/onfido/models/task_item.py @@ -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) diff --git a/onfido/models/timeline_file_reference.py b/onfido/models/timeline_file_reference.py index 4765eff..6b50585 100644 --- a/onfido/models/timeline_file_reference.py +++ b/onfido/models/timeline_file_reference.py @@ -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) diff --git a/onfido/models/us_driving_licence_breakdown.py b/onfido/models/us_driving_licence_breakdown.py index 2da92ba..dde6665 100644 --- a/onfido/models/us_driving_licence_breakdown.py +++ b/onfido/models/us_driving_licence_breakdown.py @@ -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) diff --git a/onfido/models/us_driving_licence_breakdown_address.py b/onfido/models/us_driving_licence_breakdown_address.py index 2901934..f52d095 100644 --- a/onfido/models/us_driving_licence_breakdown_address.py +++ b/onfido/models/us_driving_licence_breakdown_address.py @@ -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) diff --git a/onfido/models/us_driving_licence_breakdown_address_breakdown.py b/onfido/models/us_driving_licence_breakdown_address_breakdown.py index c6aa00f..5b31abc 100644 --- a/onfido/models/us_driving_licence_breakdown_address_breakdown.py +++ b/onfido/models/us_driving_licence_breakdown_address_breakdown.py @@ -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) diff --git a/onfido/models/us_driving_licence_breakdown_document.py b/onfido/models/us_driving_licence_breakdown_document.py index 3219965..2c3958d 100644 --- a/onfido/models/us_driving_licence_breakdown_document.py +++ b/onfido/models/us_driving_licence_breakdown_document.py @@ -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) diff --git a/onfido/models/us_driving_licence_breakdown_document_breakdown.py b/onfido/models/us_driving_licence_breakdown_document_breakdown.py index a6c82e2..4286441 100644 --- a/onfido/models/us_driving_licence_breakdown_document_breakdown.py +++ b/onfido/models/us_driving_licence_breakdown_document_breakdown.py @@ -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) diff --git a/onfido/models/us_driving_licence_breakdown_personal.py b/onfido/models/us_driving_licence_breakdown_personal.py index 670048d..3829611 100644 --- a/onfido/models/us_driving_licence_breakdown_personal.py +++ b/onfido/models/us_driving_licence_breakdown_personal.py @@ -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) diff --git a/onfido/models/us_driving_licence_breakdown_personal_breakdown.py b/onfido/models/us_driving_licence_breakdown_personal_breakdown.py index bcf8e65..e83b96b 100644 --- a/onfido/models/us_driving_licence_breakdown_personal_breakdown.py +++ b/onfido/models/us_driving_licence_breakdown_personal_breakdown.py @@ -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) diff --git a/onfido/models/us_driving_licence_builder.py b/onfido/models/us_driving_licence_builder.py index 38b8944..58c665d 100644 --- a/onfido/models/us_driving_licence_builder.py +++ b/onfido/models/us_driving_licence_builder.py @@ -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) diff --git a/onfido/models/us_driving_licence_report.py b/onfido/models/us_driving_licence_report.py index 5a420dc..ca6f44f 100644 --- a/onfido/models/us_driving_licence_report.py +++ b/onfido/models/us_driving_licence_report.py @@ -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) diff --git a/onfido/models/us_driving_licence_shared.py b/onfido/models/us_driving_licence_shared.py index cf46793..d94e422 100644 --- a/onfido/models/us_driving_licence_shared.py +++ b/onfido/models/us_driving_licence_shared.py @@ -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) diff --git a/onfido/models/video_reasons.py b/onfido/models/video_reasons.py index c0e9a0c..8629a78 100644 --- a/onfido/models/video_reasons.py +++ b/onfido/models/video_reasons.py @@ -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) diff --git a/onfido/models/watchlist_aml_breakdown.py b/onfido/models/watchlist_aml_breakdown.py index 00c8726..cb7076a 100644 --- a/onfido/models/watchlist_aml_breakdown.py +++ b/onfido/models/watchlist_aml_breakdown.py @@ -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) diff --git a/onfido/models/watchlist_aml_breakdown_adverse_media.py b/onfido/models/watchlist_aml_breakdown_adverse_media.py index aedf06d..d2d1c70 100644 --- a/onfido/models/watchlist_aml_breakdown_adverse_media.py +++ b/onfido/models/watchlist_aml_breakdown_adverse_media.py @@ -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) diff --git a/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.py b/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.py index fb693b5..96426dd 100644 --- a/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.py +++ b/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.py @@ -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) diff --git a/onfido/models/watchlist_aml_breakdown_politically_exposed_person.py b/onfido/models/watchlist_aml_breakdown_politically_exposed_person.py index d76474a..3b01995 100644 --- a/onfido/models/watchlist_aml_breakdown_politically_exposed_person.py +++ b/onfido/models/watchlist_aml_breakdown_politically_exposed_person.py @@ -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) diff --git a/onfido/models/watchlist_aml_breakdown_sanction.py b/onfido/models/watchlist_aml_breakdown_sanction.py index a801fe8..10784fc 100644 --- a/onfido/models/watchlist_aml_breakdown_sanction.py +++ b/onfido/models/watchlist_aml_breakdown_sanction.py @@ -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) diff --git a/onfido/models/watchlist_aml_properties.py b/onfido/models/watchlist_aml_properties.py index 15ea20b..7820f18 100644 --- a/onfido/models/watchlist_aml_properties.py +++ b/onfido/models/watchlist_aml_properties.py @@ -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) diff --git a/onfido/models/watchlist_aml_report.py b/onfido/models/watchlist_aml_report.py index d5afe9b..1c37138 100644 --- a/onfido/models/watchlist_aml_report.py +++ b/onfido/models/watchlist_aml_report.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_breakdown.py b/onfido/models/watchlist_enhanced_breakdown.py index 8e4ac67..0fe1258 100644 --- a/onfido/models/watchlist_enhanced_breakdown.py +++ b/onfido/models/watchlist_enhanced_breakdown.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_properties.py b/onfido/models/watchlist_enhanced_properties.py index 20021fc..30a3774 100644 --- a/onfido/models/watchlist_enhanced_properties.py +++ b/onfido/models/watchlist_enhanced_properties.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_properties_records_inner.py b/onfido/models/watchlist_enhanced_properties_records_inner.py index b5ebb29..1bfa279 100644 --- a/onfido/models/watchlist_enhanced_properties_records_inner.py +++ b/onfido/models/watchlist_enhanced_properties_records_inner.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_properties_records_inner_address_inner.py b/onfido/models/watchlist_enhanced_properties_records_inner_address_inner.py index b9bb5f2..54c9473 100644 --- a/onfido/models/watchlist_enhanced_properties_records_inner_address_inner.py +++ b/onfido/models/watchlist_enhanced_properties_records_inner_address_inner.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_properties_records_inner_alias_inner.py b/onfido/models/watchlist_enhanced_properties_records_inner_alias_inner.py index 90e861f..369ec2c 100644 --- a/onfido/models/watchlist_enhanced_properties_records_inner_alias_inner.py +++ b/onfido/models/watchlist_enhanced_properties_records_inner_alias_inner.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_properties_records_inner_associate_inner.py b/onfido/models/watchlist_enhanced_properties_records_inner_associate_inner.py index 956de2e..a5e537d 100644 --- a/onfido/models/watchlist_enhanced_properties_records_inner_associate_inner.py +++ b/onfido/models/watchlist_enhanced_properties_records_inner_associate_inner.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_properties_records_inner_attribute_inner.py b/onfido/models/watchlist_enhanced_properties_records_inner_attribute_inner.py index 330905c..c14dd5a 100644 --- a/onfido/models/watchlist_enhanced_properties_records_inner_attribute_inner.py +++ b/onfido/models/watchlist_enhanced_properties_records_inner_attribute_inner.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_properties_records_inner_event_inner.py b/onfido/models/watchlist_enhanced_properties_records_inner_event_inner.py index 6b99db0..9009378 100644 --- a/onfido/models/watchlist_enhanced_properties_records_inner_event_inner.py +++ b/onfido/models/watchlist_enhanced_properties_records_inner_event_inner.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_properties_records_inner_event_inner_source.py b/onfido/models/watchlist_enhanced_properties_records_inner_event_inner_source.py index 8536197..3d26ea5 100644 --- a/onfido/models/watchlist_enhanced_properties_records_inner_event_inner_source.py +++ b/onfido/models/watchlist_enhanced_properties_records_inner_event_inner_source.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_properties_records_inner_source_inner.py b/onfido/models/watchlist_enhanced_properties_records_inner_source_inner.py index 8cd339e..6d4d633 100644 --- a/onfido/models/watchlist_enhanced_properties_records_inner_source_inner.py +++ b/onfido/models/watchlist_enhanced_properties_records_inner_source_inner.py @@ -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) diff --git a/onfido/models/watchlist_enhanced_report.py b/onfido/models/watchlist_enhanced_report.py index 4ecdc6a..1971704 100644 --- a/onfido/models/watchlist_enhanced_report.py +++ b/onfido/models/watchlist_enhanced_report.py @@ -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) diff --git a/onfido/models/watchlist_monitor.py b/onfido/models/watchlist_monitor.py index 56083b0..d2d4766 100644 --- a/onfido/models/watchlist_monitor.py +++ b/onfido/models/watchlist_monitor.py @@ -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) diff --git a/onfido/models/watchlist_monitor_builder.py b/onfido/models/watchlist_monitor_builder.py index 82239f3..3e6becb 100644 --- a/onfido/models/watchlist_monitor_builder.py +++ b/onfido/models/watchlist_monitor_builder.py @@ -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) diff --git a/onfido/models/watchlist_monitor_match.py b/onfido/models/watchlist_monitor_match.py index e09df36..5495ca9 100644 --- a/onfido/models/watchlist_monitor_match.py +++ b/onfido/models/watchlist_monitor_match.py @@ -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) diff --git a/onfido/models/watchlist_monitor_matches_list.py b/onfido/models/watchlist_monitor_matches_list.py index 96e8d31..9f5b32e 100644 --- a/onfido/models/watchlist_monitor_matches_list.py +++ b/onfido/models/watchlist_monitor_matches_list.py @@ -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) diff --git a/onfido/models/watchlist_monitor_matches_updater.py b/onfido/models/watchlist_monitor_matches_updater.py index acdac6c..40a136c 100644 --- a/onfido/models/watchlist_monitor_matches_updater.py +++ b/onfido/models/watchlist_monitor_matches_updater.py @@ -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) diff --git a/onfido/models/watchlist_monitor_response.py b/onfido/models/watchlist_monitor_response.py index 8930890..e957670 100644 --- a/onfido/models/watchlist_monitor_response.py +++ b/onfido/models/watchlist_monitor_response.py @@ -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) diff --git a/onfido/models/watchlist_monitor_shared.py b/onfido/models/watchlist_monitor_shared.py index 85095cc..ec1a1f8 100644 --- a/onfido/models/watchlist_monitor_shared.py +++ b/onfido/models/watchlist_monitor_shared.py @@ -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) diff --git a/onfido/models/watchlist_monitors_list.py b/onfido/models/watchlist_monitors_list.py index 8f53e0b..4b2f075 100644 --- a/onfido/models/watchlist_monitors_list.py +++ b/onfido/models/watchlist_monitors_list.py @@ -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) diff --git a/onfido/models/watchlist_peps_only_report.py b/onfido/models/watchlist_peps_only_report.py index 03f661a..34f3b34 100644 --- a/onfido/models/watchlist_peps_only_report.py +++ b/onfido/models/watchlist_peps_only_report.py @@ -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) diff --git a/onfido/models/watchlist_sanctions_only_report.py b/onfido/models/watchlist_sanctions_only_report.py index b10e510..988d766 100644 --- a/onfido/models/watchlist_sanctions_only_report.py +++ b/onfido/models/watchlist_sanctions_only_report.py @@ -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) diff --git a/onfido/models/watchlist_standard_breakdown.py b/onfido/models/watchlist_standard_breakdown.py index 55ddf4b..8721cb9 100644 --- a/onfido/models/watchlist_standard_breakdown.py +++ b/onfido/models/watchlist_standard_breakdown.py @@ -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) diff --git a/onfido/models/watchlist_standard_properties.py b/onfido/models/watchlist_standard_properties.py index eb0adc9..af33f06 100644 --- a/onfido/models/watchlist_standard_properties.py +++ b/onfido/models/watchlist_standard_properties.py @@ -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) diff --git a/onfido/models/watchlist_standard_report.py b/onfido/models/watchlist_standard_report.py index e63e87d..da3fa7a 100644 --- a/onfido/models/watchlist_standard_report.py +++ b/onfido/models/watchlist_standard_report.py @@ -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) diff --git a/onfido/models/webhook.py b/onfido/models/webhook.py index ce5e2d4..f5493fa 100644 --- a/onfido/models/webhook.py +++ b/onfido/models/webhook.py @@ -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) diff --git a/onfido/models/webhook_builder.py b/onfido/models/webhook_builder.py index 5755afd..8ff2186 100644 --- a/onfido/models/webhook_builder.py +++ b/onfido/models/webhook_builder.py @@ -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) diff --git a/onfido/models/webhook_create.py b/onfido/models/webhook_create.py index c86810f..707dd4e 100644 --- a/onfido/models/webhook_create.py +++ b/onfido/models/webhook_create.py @@ -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) diff --git a/onfido/models/webhook_event.py b/onfido/models/webhook_event.py index 588db12..7d9af04 100644 --- a/onfido/models/webhook_event.py +++ b/onfido/models/webhook_event.py @@ -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) diff --git a/onfido/models/webhook_event_object_status.py b/onfido/models/webhook_event_object_status.py index 4470429..0010be0 100644 --- a/onfido/models/webhook_event_object_status.py +++ b/onfido/models/webhook_event_object_status.py @@ -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) diff --git a/onfido/models/webhook_event_payload.py b/onfido/models/webhook_event_payload.py index 036fe16..8e4a9f8 100644 --- a/onfido/models/webhook_event_payload.py +++ b/onfido/models/webhook_event_payload.py @@ -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) diff --git a/onfido/models/webhook_event_payload_object.py b/onfido/models/webhook_event_payload_object.py index 608577a..0c4d38b 100644 --- a/onfido/models/webhook_event_payload_object.py +++ b/onfido/models/webhook_event_payload_object.py @@ -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) diff --git a/onfido/models/webhook_event_payload_resource.py b/onfido/models/webhook_event_payload_resource.py index c0bd06b..ddffd1e 100644 --- a/onfido/models/webhook_event_payload_resource.py +++ b/onfido/models/webhook_event_payload_resource.py @@ -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) diff --git a/onfido/models/webhook_event_resource_type.py b/onfido/models/webhook_event_resource_type.py index bb0dd56..e974dc3 100644 --- a/onfido/models/webhook_event_resource_type.py +++ b/onfido/models/webhook_event_resource_type.py @@ -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) diff --git a/onfido/models/webhook_event_type.py b/onfido/models/webhook_event_type.py index b460ff2..1630e85 100644 --- a/onfido/models/webhook_event_type.py +++ b/onfido/models/webhook_event_type.py @@ -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) diff --git a/onfido/models/webhook_resend.py b/onfido/models/webhook_resend.py index d3f783b..64212ec 100644 --- a/onfido/models/webhook_resend.py +++ b/onfido/models/webhook_resend.py @@ -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) diff --git a/onfido/models/webhook_response.py b/onfido/models/webhook_response.py index 40647bf..b8c8183 100644 --- a/onfido/models/webhook_response.py +++ b/onfido/models/webhook_response.py @@ -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) diff --git a/onfido/models/webhook_shared.py b/onfido/models/webhook_shared.py index c69ed77..8d2a468 100644 --- a/onfido/models/webhook_shared.py +++ b/onfido/models/webhook_shared.py @@ -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) diff --git a/onfido/models/webhook_update.py b/onfido/models/webhook_update.py index 990b930..eb73e02 100644 --- a/onfido/models/webhook_update.py +++ b/onfido/models/webhook_update.py @@ -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) diff --git a/onfido/models/webhook_updater.py b/onfido/models/webhook_updater.py index 5f9dd8b..249eb10 100644 --- a/onfido/models/webhook_updater.py +++ b/onfido/models/webhook_updater.py @@ -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) diff --git a/onfido/models/webhooks_list.py b/onfido/models/webhooks_list.py index 21ef55c..5e782a1 100644 --- a/onfido/models/webhooks_list.py +++ b/onfido/models/webhooks_list.py @@ -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) diff --git a/onfido/models/webhooks_resend_item.py b/onfido/models/webhooks_resend_item.py index 33bce51..ca76fd8 100644 --- a/onfido/models/webhooks_resend_item.py +++ b/onfido/models/webhooks_resend_item.py @@ -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) diff --git a/onfido/models/workflow_run.py b/onfido/models/workflow_run.py index e96acbd..ef15aba 100644 --- a/onfido/models/workflow_run.py +++ b/onfido/models/workflow_run.py @@ -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) diff --git a/onfido/models/workflow_run_builder.py b/onfido/models/workflow_run_builder.py index b0f71e1..f9d74a0 100644 --- a/onfido/models/workflow_run_builder.py +++ b/onfido/models/workflow_run_builder.py @@ -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) diff --git a/onfido/models/workflow_run_error.py b/onfido/models/workflow_run_error.py index 62e9320..e0487b0 100644 --- a/onfido/models/workflow_run_error.py +++ b/onfido/models/workflow_run_error.py @@ -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) diff --git a/onfido/models/workflow_run_link.py b/onfido/models/workflow_run_link.py index 8c3a8a4..1e51db1 100644 --- a/onfido/models/workflow_run_link.py +++ b/onfido/models/workflow_run_link.py @@ -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) diff --git a/onfido/models/workflow_run_request.py b/onfido/models/workflow_run_request.py index b325235..c09e39c 100644 --- a/onfido/models/workflow_run_request.py +++ b/onfido/models/workflow_run_request.py @@ -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) diff --git a/onfido/models/workflow_run_response.py b/onfido/models/workflow_run_response.py index d4b571e..9fe6a3c 100644 --- a/onfido/models/workflow_run_response.py +++ b/onfido/models/workflow_run_response.py @@ -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) diff --git a/onfido/models/workflow_run_shared.py b/onfido/models/workflow_run_shared.py index 9f13895..895ed03 100644 --- a/onfido/models/workflow_run_shared.py +++ b/onfido/models/workflow_run_shared.py @@ -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) diff --git a/onfido/models/workflow_run_status.py b/onfido/models/workflow_run_status.py index aff9149..0fe505d 100644 --- a/onfido/models/workflow_run_status.py +++ b/onfido/models/workflow_run_status.py @@ -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) diff --git a/onfido/rest.py b/onfido/rest.py index 89259fa..5e21fb0 100644 --- a/onfido/rest.py +++ b/onfido/rest.py @@ -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) diff --git a/poetry.lock b/poetry.lock index ceb4430..f0f245d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,13 +13,13 @@ files = [ [[package]] name = "cachetools" -version = "6.1.0" +version = "6.2.0" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.9" files = [ - {file = "cachetools-6.1.0-py3-none-any.whl", hash = "sha256:1c7bb3cf9193deaf3508b7c5f2a79986c13ea38965c5adcff1f84519cf39163e"}, - {file = "cachetools-6.1.0.tar.gz", hash = "sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587"}, + {file = "cachetools-6.2.0-py3-none-any.whl", hash = "sha256:1c76a8960c0041fcc21097e357f882197c79da0dbff766e7317890a65d7d8ba6"}, + {file = "cachetools-6.2.0.tar.gz", hash = "sha256:38b328c0889450f05f5e120f56ab68c8abaf424e1275522b138ffc93253f7e32"}, ] [[package]] @@ -46,99 +46,99 @@ files = [ [[package]] name = "coverage" -version = "7.10.0" +version = "7.10.6" description = "Code coverage measurement for Python" optional = false python-versions = ">=3.9" files = [ - {file = "coverage-7.10.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:cbd823f7ea5286c26406ad9e54268544d82f3d1cadb6d4f3b85e9877f0cab1ef"}, - {file = "coverage-7.10.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ab3f7a5dbaab937df0b9e9e8ec6eab235ba9a6f29d71fd3b24335affaed886cc"}, - {file = "coverage-7.10.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:8c63aaf850523d8cbe3f5f1a5c78f689b223797bef902635f2493ab43498f36c"}, - {file = "coverage-7.10.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:4c3133ce3fa84023f7c6921c4dca711be0b658784c5a51a797168229eae26172"}, - {file = "coverage-7.10.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3747d1d0af85b17d3a156cd30e4bbacf893815e846dc6c07050e9769da2b138e"}, - {file = "coverage-7.10.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:241923b350437f6a7cb343d9df72998305ef940c3c40009f06e05029a047677c"}, - {file = "coverage-7.10.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:13e82e499309307104d58ac66f9eed237f7aaceab4325416645be34064d9a2be"}, - {file = "coverage-7.10.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:bf73cdde4f6c9cd4457b00bf1696236796ac3a241f859a55e0f84a4c58326a7f"}, - {file = "coverage-7.10.0-cp310-cp310-win32.whl", hash = "sha256:2396e13275b37870a3345f58bce8b15a7e0a985771d13a4b16ce9129954e07d6"}, - {file = "coverage-7.10.0-cp310-cp310-win_amd64.whl", hash = "sha256:9d45c7c71fb3d2da92ab893602e3f28f2d1560cec765a27e1824a6e0f7e92cfd"}, - {file = "coverage-7.10.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4abc01843581a6f9dd72d4d15761861190973a2305416639435ef509288f7a04"}, - {file = "coverage-7.10.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a2093297773111d7d748fe4a99b68747e57994531fb5c57bbe439af17c11c169"}, - {file = "coverage-7.10.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:58240e27815bf105bd975c2fd42e700839f93d5aad034ef976411193ca32dbfd"}, - {file = "coverage-7.10.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:d019eac999b40ad48521ea057958b07a9f549c0c6d257a20e5c7c4ba91af8d1c"}, - {file = "coverage-7.10.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:35e0a1f5454bc80faf4ceab10d1d48f025f92046c9c0f3bec2e1a9dda55137f8"}, - {file = "coverage-7.10.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:a93dd7759c416dd1cc754123b926d065055cb9a33b6699e64a1e5bdfae1ff459"}, - {file = "coverage-7.10.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:7b3d737266048368a6ffd68f1ecd662c54de56535c82eb8f98a55ac216a72cbd"}, - {file = "coverage-7.10.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:93227c2707cb0effd9163cd0d8f0d9ab628982f7a3e915d6d64c7107867b9a07"}, - {file = "coverage-7.10.0-cp311-cp311-win32.whl", hash = "sha256:69270af3014ab3058ad6108c6d0e218166f568b5a7a070dc3d62c0a63aca1c4d"}, - {file = "coverage-7.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:43c16bbb661a7b4dafac0ab69e44d6dbcc6a64c4d93aefd89edc6f8911b6ab4a"}, - {file = "coverage-7.10.0-cp311-cp311-win_arm64.whl", hash = "sha256:14e7c23fcb74ed808efb4eb48fcd25a759f0e20f685f83266d1df174860e4733"}, - {file = "coverage-7.10.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a2adcfdaf3b4d69b0c64ad024fe9dd6996782b52790fb6033d90f36f39e287df"}, - {file = "coverage-7.10.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2d7b27c2c0840e8eeff3f1963782bd9d3bc767488d2e67a31de18d724327f9f6"}, - {file = "coverage-7.10.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:0ed50429786e935517570b08576a661fd79032e6060985ab492b9d39ba8e66ee"}, - {file = "coverage-7.10.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:7171c139ab6571d70460ecf788b1dcaf376bfc75a42e1946b8c031d062bbbad4"}, - {file = "coverage-7.10.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4a726aac7e6e406e403cdee4c443a13aed3ea3d67d856414c5beacac2e70c04e"}, - {file = "coverage-7.10.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2886257481a14e953e96861a00c0fe7151117a523f0470a51e392f00640bba03"}, - {file = "coverage-7.10.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:536578b79521e59c385a2e0a14a5dc2a8edd58761a966d79368413e339fc9535"}, - {file = "coverage-7.10.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:77fae95558f7804a9ceefabf3c38ad41af1da92b39781b87197c6440dcaaa967"}, - {file = "coverage-7.10.0-cp312-cp312-win32.whl", hash = "sha256:97803e14736493eb029558e1502fe507bd6a08af277a5c8eeccf05c3e970cb84"}, - {file = "coverage-7.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:4c73ab554e54ffd38d114d6bc4a7115fb0c840cf6d8622211bee3da26e4bd25d"}, - {file = "coverage-7.10.0-cp312-cp312-win_arm64.whl", hash = "sha256:3ae95d5a9aedab853641026b71b2ddd01983a0a7e9bf870a20ef3c8f5d904699"}, - {file = "coverage-7.10.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d883fee92b9245c0120fa25b5d36de71ccd4cfc29735906a448271e935d8d86d"}, - {file = "coverage-7.10.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:c87e59e88268d30e33d3665ede4fbb77b513981a2df0059e7c106ca3de537586"}, - {file = "coverage-7.10.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:f669d969f669a11d6ceee0b733e491d9a50573eb92a71ffab13b15f3aa2665d4"}, - {file = "coverage-7.10.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:9582bd6c6771300a847d328c1c4204e751dbc339a9e249eecdc48cada41f72e6"}, - {file = "coverage-7.10.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:91f97e9637dc7977842776fdb7ad142075d6fa40bc1b91cb73685265e0d31d32"}, - {file = "coverage-7.10.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ae4fa92b6601a62367c6c9967ad32ad4e28a89af54b6bb37d740946b0e0534dd"}, - {file = "coverage-7.10.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:3a5cc8b97473e7b3623dd17a42d2194a2b49de8afecf8d7d03c8987237a9552c"}, - {file = "coverage-7.10.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:dc1cbb7f623250e047c32bd7aa1bb62ebc62608d5004d74df095e1059141ac88"}, - {file = "coverage-7.10.0-cp313-cp313-win32.whl", hash = "sha256:1380cc5666d778e77f1587cd88cc317158111f44d54c0dd3975f0936993284e0"}, - {file = "coverage-7.10.0-cp313-cp313-win_amd64.whl", hash = "sha256:bf03cf176af098ee578b754a03add4690b82bdfe070adfb5d192d0b1cd15cf82"}, - {file = "coverage-7.10.0-cp313-cp313-win_arm64.whl", hash = "sha256:8041c78cd145088116db2329b2fb6e89dc338116c962fbe654b7e9f5d72ab957"}, - {file = "coverage-7.10.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:37cc2c06052771f48651160c080a86431884db9cd62ba622cab71049b90a95b3"}, - {file = "coverage-7.10.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:91f37270b16178b05fa107d85713d29bf21606e37b652d38646eef5f2dfbd458"}, - {file = "coverage-7.10.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:f9b0b0168864d09bcb9a3837548f75121645c4cfd0efce0eb994c221955c5b10"}, - {file = "coverage-7.10.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:df0be435d3b616e7d3ee3f9ebbc0d784a213986fe5dff9c6f1042ee7cfd30157"}, - {file = "coverage-7.10.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:35e9aba1c4434b837b1d567a533feba5ce205e8e91179c97974b28a14c23d3a0"}, - {file = "coverage-7.10.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:a0b0c481e74dfad631bdc2c883e57d8b058e5c90ba8ef087600995daf7bbec18"}, - {file = "coverage-7.10.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:8aec1b7c8922808a433c13cd44ace6fceac0609f4587773f6c8217a06102674b"}, - {file = "coverage-7.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:04ec59ceb3a594af0927f2e0d810e1221212abd9a2e6b5b917769ff48760b460"}, - {file = "coverage-7.10.0-cp313-cp313t-win32.whl", hash = "sha256:b6871e62d29646eb9b3f5f92def59e7575daea1587db21f99e2b19561187abda"}, - {file = "coverage-7.10.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ff99cff2be44f78920b76803f782e91ffb46ccc7fa89eccccc0da3ca94285b64"}, - {file = "coverage-7.10.0-cp313-cp313t-win_arm64.whl", hash = "sha256:3246b63501348fe47299d12c47a27cfc221cfbffa1c2d857bcc8151323a4ae4f"}, - {file = "coverage-7.10.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:1f628d91f941a375b4503cb486148dbeeffb48e17bc080e0f0adfee729361574"}, - {file = "coverage-7.10.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:3a0e101d5af952d233557e445f42ebace20b06b4ceb615581595ced5386caa78"}, - {file = "coverage-7.10.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:ec4c1abbcc53f9f650acb14ea71725d88246a9e14ed42f8dd1b4e1b694e9d842"}, - {file = "coverage-7.10.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:9c95f3a7f041b4cc68a8e3fecfa6366170c13ac773841049f1cd19c8650094e0"}, - {file = "coverage-7.10.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8a2cd597b69c16d24e310611f2ed6fcfb8f09429316038c03a57e7b4f5345244"}, - {file = "coverage-7.10.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:5e18591906a40c2b3609196c9879136aa4a47c5405052ca6b065ab10cb0b71d0"}, - {file = "coverage-7.10.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:485c55744252ed3f300cc1a0f5f365e684a0f2651a7aed301f7a67125906b80e"}, - {file = "coverage-7.10.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:4dabea1516e5b0e9577282b149c8015e4dceeb606da66fb8d9d75932d5799bf5"}, - {file = "coverage-7.10.0-cp314-cp314-win32.whl", hash = "sha256:ac455f0537af22333fdc23b824cff81110dff2d47300bb2490f947b7c9a16017"}, - {file = "coverage-7.10.0-cp314-cp314-win_amd64.whl", hash = "sha256:b3c94b532f52f95f36fbfde3e178510a4d04eea640b484b2fe8f1491338dc653"}, - {file = "coverage-7.10.0-cp314-cp314-win_arm64.whl", hash = "sha256:2f807f2c3a9da99c80dfa73f09ef5fc3bd21e70c73ba1c538f23396a3a772252"}, - {file = "coverage-7.10.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:0a889ef25215990f65073c32cadf37483363a6a22914186dedc15a6b1a597d50"}, - {file = "coverage-7.10.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:39c638ecf3123805bacbf71aff8091e93af490c676fca10ab4e442375076e483"}, - {file = "coverage-7.10.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:f2f2c0df0cbcf7dffa14f88a99c530cdef3f4fcfe935fa4f95d28be2e7ebc570"}, - {file = "coverage-7.10.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:048d19a5d641a2296745ab59f34a27b89a08c48d6d432685f22aac0ec1ea447f"}, - {file = "coverage-7.10.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1209b65d302d7a762004be37ab9396cbd8c99525ed572bdf455477e3a9449e06"}, - {file = "coverage-7.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e44aa79a36a7a0aec6ea109905a4a7c28552d90f34e5941b36217ae9556657d5"}, - {file = "coverage-7.10.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:96124be864b89395770c9a14652afcddbcdafb99466f53a9281c51d1466fb741"}, - {file = "coverage-7.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:aad222e841f94b42bd1d6be71737fade66943853f0807cf87887c88f70883a2a"}, - {file = "coverage-7.10.0-cp314-cp314t-win32.whl", hash = "sha256:0eed5354d28caa5c8ad60e07e938f253e4b2810ea7dd56784339b6ce98b6f104"}, - {file = "coverage-7.10.0-cp314-cp314t-win_amd64.whl", hash = "sha256:3da35f9980058acb960b2644527cc3911f1e00f94d309d704b309fa984029109"}, - {file = "coverage-7.10.0-cp314-cp314t-win_arm64.whl", hash = "sha256:cb9e138dfa8a4b5c52c92a537651e2ca4f2ca48d8cb1bc01a2cbe7a5773c2426"}, - {file = "coverage-7.10.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:cf283ec9c6878826291b17442eb5c32d3d252dc77d25e082b460b2d2ea67ba3c"}, - {file = "coverage-7.10.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8a83488c9fc6fff487f2ab551f9b64c70672357b8949f0951b0cd778b3ed8165"}, - {file = "coverage-7.10.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:b86df3a7494d12338c11e59f210a0498d6109bbc3a4037f44de517ebb30a9c6b"}, - {file = "coverage-7.10.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:6de9b460809e5e4787b742e786a36ae2346a53982e2be317cdcb7a33c56412fb"}, - {file = "coverage-7.10.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:de5ef8a5954d63fa26a6aaa4600e48f885ce70fe495e8fce2c43aa9241fc9434"}, - {file = "coverage-7.10.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:f178fe5e96f1e057527d5d0b20ab76b8616e0410169c33716cc226118eaf2c4f"}, - {file = "coverage-7.10.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:4a38c42f0182a012fa9ec25bc6057e51114c1ba125be304f3f776d6d283cb303"}, - {file = "coverage-7.10.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:bf09beb5c1785cb36aad042455c0afab561399b74bb8cdaf6e82b7d77322df99"}, - {file = "coverage-7.10.0-cp39-cp39-win32.whl", hash = "sha256:cb8dfbb5d3016cb8d1940444c0c69b40cdc6c8bde724b07716ee5ea47b5273c6"}, - {file = "coverage-7.10.0-cp39-cp39-win_amd64.whl", hash = "sha256:58ff22653cd93d563110d1ff2aef958f5f21be9e917762f8124d0e36f80f172a"}, - {file = "coverage-7.10.0-py3-none-any.whl", hash = "sha256:310a786330bb0463775c21d68e26e79973839b66d29e065c5787122b8dd4489f"}, - {file = "coverage-7.10.0.tar.gz", hash = "sha256:2768885aef484b5dcde56262cbdfba559b770bfc46994fe9485dc3614c7a5867"}, + {file = "coverage-7.10.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:70e7bfbd57126b5554aa482691145f798d7df77489a177a6bef80de78860a356"}, + {file = "coverage-7.10.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e41be6f0f19da64af13403e52f2dec38bbc2937af54df8ecef10850ff8d35301"}, + {file = "coverage-7.10.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:c61fc91ab80b23f5fddbee342d19662f3d3328173229caded831aa0bd7595460"}, + {file = "coverage-7.10.6-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:10356fdd33a7cc06e8051413140bbdc6f972137508a3572e3f59f805cd2832fd"}, + {file = "coverage-7.10.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:80b1695cf7c5ebe7b44bf2521221b9bb8cdf69b1f24231149a7e3eb1ae5fa2fb"}, + {file = "coverage-7.10.6-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:2e4c33e6378b9d52d3454bd08847a8651f4ed23ddbb4a0520227bd346382bbc6"}, + {file = "coverage-7.10.6-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:c8a3ec16e34ef980a46f60dc6ad86ec60f763c3f2fa0db6d261e6e754f72e945"}, + {file = "coverage-7.10.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:7d79dabc0a56f5af990cc6da9ad1e40766e82773c075f09cc571e2076fef882e"}, + {file = "coverage-7.10.6-cp310-cp310-win32.whl", hash = "sha256:86b9b59f2b16e981906e9d6383eb6446d5b46c278460ae2c36487667717eccf1"}, + {file = "coverage-7.10.6-cp310-cp310-win_amd64.whl", hash = "sha256:e132b9152749bd33534e5bd8565c7576f135f157b4029b975e15ee184325f528"}, + {file = "coverage-7.10.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c706db3cabb7ceef779de68270150665e710b46d56372455cd741184f3868d8f"}, + {file = "coverage-7.10.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8e0c38dc289e0508ef68ec95834cb5d2e96fdbe792eaccaa1bccac3966bbadcc"}, + {file = "coverage-7.10.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:752a3005a1ded28f2f3a6e8787e24f28d6abe176ca64677bcd8d53d6fe2ec08a"}, + {file = "coverage-7.10.6-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:689920ecfd60f992cafca4f5477d55720466ad2c7fa29bb56ac8d44a1ac2b47a"}, + {file = "coverage-7.10.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ec98435796d2624d6905820a42f82149ee9fc4f2d45c2c5bc5a44481cc50db62"}, + {file = "coverage-7.10.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:b37201ce4a458c7a758ecc4efa92fa8ed783c66e0fa3c42ae19fc454a0792153"}, + {file = "coverage-7.10.6-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:2904271c80898663c810a6b067920a61dd8d38341244a3605bd31ab55250dad5"}, + {file = "coverage-7.10.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:5aea98383463d6e1fa4e95416d8de66f2d0cb588774ee20ae1b28df826bcb619"}, + {file = "coverage-7.10.6-cp311-cp311-win32.whl", hash = "sha256:e3fb1fa01d3598002777dd259c0c2e6d9d5e10e7222976fc8e03992f972a2cba"}, + {file = "coverage-7.10.6-cp311-cp311-win_amd64.whl", hash = "sha256:f35ed9d945bece26553d5b4c8630453169672bea0050a564456eb88bdffd927e"}, + {file = "coverage-7.10.6-cp311-cp311-win_arm64.whl", hash = "sha256:99e1a305c7765631d74b98bf7dbf54eeea931f975e80f115437d23848ee8c27c"}, + {file = "coverage-7.10.6-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:5b2dd6059938063a2c9fee1af729d4f2af28fd1a545e9b7652861f0d752ebcea"}, + {file = "coverage-7.10.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:388d80e56191bf846c485c14ae2bc8898aa3124d9d35903fef7d907780477634"}, + {file = "coverage-7.10.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:90cb5b1a4670662719591aa92d0095bb41714970c0b065b02a2610172dbf0af6"}, + {file = "coverage-7.10.6-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:961834e2f2b863a0e14260a9a273aff07ff7818ab6e66d2addf5628590c628f9"}, + {file = "coverage-7.10.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bf9a19f5012dab774628491659646335b1928cfc931bf8d97b0d5918dd58033c"}, + {file = "coverage-7.10.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:99c4283e2a0e147b9c9cc6bc9c96124de9419d6044837e9799763a0e29a7321a"}, + {file = "coverage-7.10.6-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:282b1b20f45df57cc508c1e033403f02283adfb67d4c9c35a90281d81e5c52c5"}, + {file = "coverage-7.10.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8cdbe264f11afd69841bd8c0d83ca10b5b32853263ee62e6ac6a0ab63895f972"}, + {file = "coverage-7.10.6-cp312-cp312-win32.whl", hash = "sha256:a517feaf3a0a3eca1ee985d8373135cfdedfbba3882a5eab4362bda7c7cf518d"}, + {file = "coverage-7.10.6-cp312-cp312-win_amd64.whl", hash = "sha256:856986eadf41f52b214176d894a7de05331117f6035a28ac0016c0f63d887629"}, + {file = "coverage-7.10.6-cp312-cp312-win_arm64.whl", hash = "sha256:acf36b8268785aad739443fa2780c16260ee3fa09d12b3a70f772ef100939d80"}, + {file = "coverage-7.10.6-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ffea0575345e9ee0144dfe5701aa17f3ba546f8c3bb48db62ae101afb740e7d6"}, + {file = "coverage-7.10.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:95d91d7317cde40a1c249d6b7382750b7e6d86fad9d8eaf4fa3f8f44cf171e80"}, + {file = "coverage-7.10.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:3e23dd5408fe71a356b41baa82892772a4cefcf758f2ca3383d2aa39e1b7a003"}, + {file = "coverage-7.10.6-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:0f3f56e4cb573755e96a16501a98bf211f100463d70275759e73f3cbc00d4f27"}, + {file = "coverage-7.10.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:db4a1d897bbbe7339946ffa2fe60c10cc81c43fab8b062d3fcb84188688174a4"}, + {file = "coverage-7.10.6-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d8fd7879082953c156d5b13c74aa6cca37f6a6f4747b39538504c3f9c63d043d"}, + {file = "coverage-7.10.6-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:28395ca3f71cd103b8c116333fa9db867f3a3e1ad6a084aa3725ae002b6583bc"}, + {file = "coverage-7.10.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:61c950fc33d29c91b9e18540e1aed7d9f6787cc870a3e4032493bbbe641d12fc"}, + {file = "coverage-7.10.6-cp313-cp313-win32.whl", hash = "sha256:160c00a5e6b6bdf4e5984b0ef21fc860bc94416c41b7df4d63f536d17c38902e"}, + {file = "coverage-7.10.6-cp313-cp313-win_amd64.whl", hash = "sha256:628055297f3e2aa181464c3808402887643405573eb3d9de060d81531fa79d32"}, + {file = "coverage-7.10.6-cp313-cp313-win_arm64.whl", hash = "sha256:df4ec1f8540b0bcbe26ca7dd0f541847cc8a108b35596f9f91f59f0c060bfdd2"}, + {file = "coverage-7.10.6-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:c9a8b7a34a4de3ed987f636f71881cd3b8339f61118b1aa311fbda12741bff0b"}, + {file = "coverage-7.10.6-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:8dd5af36092430c2b075cee966719898f2ae87b636cefb85a653f1d0ba5d5393"}, + {file = "coverage-7.10.6-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:b0353b0f0850d49ada66fdd7d0c7cdb0f86b900bb9e367024fd14a60cecc1e27"}, + {file = "coverage-7.10.6-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:d6b9ae13d5d3e8aeca9ca94198aa7b3ebbc5acfada557d724f2a1f03d2c0b0df"}, + {file = "coverage-7.10.6-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:675824a363cc05781b1527b39dc2587b8984965834a748177ee3c37b64ffeafb"}, + {file = "coverage-7.10.6-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:692d70ea725f471a547c305f0d0fc6a73480c62fb0da726370c088ab21aed282"}, + {file = "coverage-7.10.6-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:851430a9a361c7a8484a36126d1d0ff8d529d97385eacc8dfdc9bfc8c2d2cbe4"}, + {file = "coverage-7.10.6-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:d9369a23186d189b2fc95cc08b8160ba242057e887d766864f7adf3c46b2df21"}, + {file = "coverage-7.10.6-cp313-cp313t-win32.whl", hash = "sha256:92be86fcb125e9bda0da7806afd29a3fd33fdf58fba5d60318399adf40bf37d0"}, + {file = "coverage-7.10.6-cp313-cp313t-win_amd64.whl", hash = "sha256:6b3039e2ca459a70c79523d39347d83b73f2f06af5624905eba7ec34d64d80b5"}, + {file = "coverage-7.10.6-cp313-cp313t-win_arm64.whl", hash = "sha256:3fb99d0786fe17b228eab663d16bee2288e8724d26a199c29325aac4b0319b9b"}, + {file = "coverage-7.10.6-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6008a021907be8c4c02f37cdc3ffb258493bdebfeaf9a839f9e71dfdc47b018e"}, + {file = "coverage-7.10.6-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:5e75e37f23eb144e78940b40395b42f2321951206a4f50e23cfd6e8a198d3ceb"}, + {file = "coverage-7.10.6-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:0f7cb359a448e043c576f0da00aa8bfd796a01b06aa610ca453d4dde09cc1034"}, + {file = "coverage-7.10.6-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:c68018e4fc4e14b5668f1353b41ccf4bc83ba355f0e1b3836861c6f042d89ac1"}, + {file = "coverage-7.10.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:cd4b2b0707fc55afa160cd5fc33b27ccbf75ca11d81f4ec9863d5793fc6df56a"}, + {file = "coverage-7.10.6-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4cec13817a651f8804a86e4f79d815b3b28472c910e099e4d5a0e8a3b6a1d4cb"}, + {file = "coverage-7.10.6-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:f2a6a8e06bbda06f78739f40bfb56c45d14eb8249d0f0ea6d4b3d48e1f7c695d"}, + {file = "coverage-7.10.6-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:081b98395ced0d9bcf60ada7661a0b75f36b78b9d7e39ea0790bb4ed8da14747"}, + {file = "coverage-7.10.6-cp314-cp314-win32.whl", hash = "sha256:6937347c5d7d069ee776b2bf4e1212f912a9f1f141a429c475e6089462fcecc5"}, + {file = "coverage-7.10.6-cp314-cp314-win_amd64.whl", hash = "sha256:adec1d980fa07e60b6ef865f9e5410ba760e4e1d26f60f7e5772c73b9a5b0713"}, + {file = "coverage-7.10.6-cp314-cp314-win_arm64.whl", hash = "sha256:a80f7aef9535442bdcf562e5a0d5a5538ce8abe6bb209cfbf170c462ac2c2a32"}, + {file = "coverage-7.10.6-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:0de434f4fbbe5af4fa7989521c655c8c779afb61c53ab561b64dcee6149e4c65"}, + {file = "coverage-7.10.6-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6e31b8155150c57e5ac43ccd289d079eb3f825187d7c66e755a055d2c85794c6"}, + {file = "coverage-7.10.6-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:98cede73eb83c31e2118ae8d379c12e3e42736903a8afcca92a7218e1f2903b0"}, + {file = "coverage-7.10.6-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:f863c08f4ff6b64fa8045b1e3da480f5374779ef187f07b82e0538c68cb4ff8e"}, + {file = "coverage-7.10.6-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2b38261034fda87be356f2c3f42221fdb4171c3ce7658066ae449241485390d5"}, + {file = "coverage-7.10.6-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:0e93b1476b79eae849dc3872faeb0bf7948fd9ea34869590bc16a2a00b9c82a7"}, + {file = "coverage-7.10.6-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:ff8a991f70f4c0cf53088abf1e3886edcc87d53004c7bb94e78650b4d3dac3b5"}, + {file = "coverage-7.10.6-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ac765b026c9f33044419cbba1da913cfb82cca1b60598ac1c7a5ed6aac4621a0"}, + {file = "coverage-7.10.6-cp314-cp314t-win32.whl", hash = "sha256:441c357d55f4936875636ef2cfb3bee36e466dcf50df9afbd398ce79dba1ebb7"}, + {file = "coverage-7.10.6-cp314-cp314t-win_amd64.whl", hash = "sha256:073711de3181b2e204e4870ac83a7c4853115b42e9cd4d145f2231e12d670930"}, + {file = "coverage-7.10.6-cp314-cp314t-win_arm64.whl", hash = "sha256:137921f2bac5559334ba66122b753db6dc5d1cf01eb7b64eb412bb0d064ef35b"}, + {file = "coverage-7.10.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:90558c35af64971d65fbd935c32010f9a2f52776103a259f1dee865fe8259352"}, + {file = "coverage-7.10.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8953746d371e5695405806c46d705a3cd170b9cc2b9f93953ad838f6c1e58612"}, + {file = "coverage-7.10.6-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:c83f6afb480eae0313114297d29d7c295670a41c11b274e6bca0c64540c1ce7b"}, + {file = "coverage-7.10.6-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:7eb68d356ba0cc158ca535ce1381dbf2037fa8cb5b1ae5ddfc302e7317d04144"}, + {file = "coverage-7.10.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5b15a87265e96307482746d86995f4bff282f14b027db75469c446da6127433b"}, + {file = "coverage-7.10.6-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:fc53ba868875bfbb66ee447d64d6413c2db91fddcfca57025a0e7ab5b07d5862"}, + {file = "coverage-7.10.6-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:efeda443000aa23f276f4df973cb82beca682fd800bb119d19e80504ffe53ec2"}, + {file = "coverage-7.10.6-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:9702b59d582ff1e184945d8b501ffdd08d2cee38d93a2206aa5f1365ce0b8d78"}, + {file = "coverage-7.10.6-cp39-cp39-win32.whl", hash = "sha256:2195f8e16ba1a44651ca684db2ea2b2d4b5345da12f07d9c22a395202a05b23c"}, + {file = "coverage-7.10.6-cp39-cp39-win_amd64.whl", hash = "sha256:f32ff80e7ef6a5b5b606ea69a36e97b219cd9dc799bcf2963018a4d8f788cfbf"}, + {file = "coverage-7.10.6-py3-none-any.whl", hash = "sha256:92c4ecf6bf11b2e85fd4d8204814dc26e6a19f0c9d938c207c5cb0eadfcabbe3"}, + {file = "coverage-7.10.6.tar.gz", hash = "sha256:f644a3ae5933a552a29dbb9aa2f90c677a875f80ebea028e5a52a4f429044b90"}, ] [package.dependencies] @@ -177,20 +177,15 @@ test = ["pytest (>=6)"] [[package]] name = "filelock" -version = "3.18.0" +version = "3.19.1" description = "A platform independent file lock." optional = false python-versions = ">=3.9" files = [ - {file = "filelock-3.18.0-py3-none-any.whl", hash = "sha256:c401f4f8377c4464e6db25fff06205fd89bdd83b65eb0488ed1b160f780e21de"}, - {file = "filelock-3.18.0.tar.gz", hash = "sha256:adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2"}, + {file = "filelock-3.19.1-py3-none-any.whl", hash = "sha256:d38e30481def20772f5baf097c122c3babc4fcdb7e14e57049eb9d88c6dc017d"}, + {file = "filelock-3.19.1.tar.gz", hash = "sha256:66eda1888b0171c998b35be2bcc0f6d75c388a7ce20c3f3f37aa8e96c2dddf58"}, ] -[package.extras] -docs = ["furo (>=2024.8.6)", "sphinx (>=8.1.3)", "sphinx-autodoc-typehints (>=3)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.6.10)", "diff-cover (>=9.2.1)", "pytest (>=8.3.4)", "pytest-asyncio (>=0.25.2)", "pytest-cov (>=6)", "pytest-mock (>=3.14)", "pytest-timeout (>=2.3.1)", "virtualenv (>=20.28.1)"] -typing = ["typing-extensions (>=4.12.2)"] - [[package]] name = "flake8" version = "7.3.0" @@ -231,43 +226,49 @@ files = [ [[package]] name = "mypy" -version = "1.17.0" +version = "1.18.2" description = "Optional static typing for Python" optional = false python-versions = ">=3.9" files = [ - {file = "mypy-1.17.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f8e08de6138043108b3b18f09d3f817a4783912e48828ab397ecf183135d84d6"}, - {file = "mypy-1.17.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ce4a17920ec144647d448fc43725b5873548b1aae6c603225626747ededf582d"}, - {file = "mypy-1.17.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6ff25d151cc057fdddb1cb1881ef36e9c41fa2a5e78d8dd71bee6e4dcd2bc05b"}, - {file = "mypy-1.17.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:93468cf29aa9a132bceb103bd8475f78cacde2b1b9a94fd978d50d4bdf616c9a"}, - {file = "mypy-1.17.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:98189382b310f16343151f65dd7e6867386d3e35f7878c45cfa11383d175d91f"}, - {file = "mypy-1.17.0-cp310-cp310-win_amd64.whl", hash = "sha256:c004135a300ab06a045c1c0d8e3f10215e71d7b4f5bb9a42ab80236364429937"}, - {file = "mypy-1.17.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9d4fe5c72fd262d9c2c91c1117d16aac555e05f5beb2bae6a755274c6eec42be"}, - {file = "mypy-1.17.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d96b196e5c16f41b4f7736840e8455958e832871990c7ba26bf58175e357ed61"}, - {file = "mypy-1.17.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:73a0ff2dd10337ceb521c080d4147755ee302dcde6e1a913babd59473904615f"}, - {file = "mypy-1.17.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:24cfcc1179c4447854e9e406d3af0f77736d631ec87d31c6281ecd5025df625d"}, - {file = "mypy-1.17.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:3c56f180ff6430e6373db7a1d569317675b0a451caf5fef6ce4ab365f5f2f6c3"}, - {file = "mypy-1.17.0-cp311-cp311-win_amd64.whl", hash = "sha256:eafaf8b9252734400f9b77df98b4eee3d2eecab16104680d51341c75702cad70"}, - {file = "mypy-1.17.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f986f1cab8dbec39ba6e0eaa42d4d3ac6686516a5d3dccd64be095db05ebc6bb"}, - {file = "mypy-1.17.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:51e455a54d199dd6e931cd7ea987d061c2afbaf0960f7f66deef47c90d1b304d"}, - {file = "mypy-1.17.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3204d773bab5ff4ebbd1f8efa11b498027cd57017c003ae970f310e5b96be8d8"}, - {file = "mypy-1.17.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1051df7ec0886fa246a530ae917c473491e9a0ba6938cfd0ec2abc1076495c3e"}, - {file = "mypy-1.17.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f773c6d14dcc108a5b141b4456b0871df638eb411a89cd1c0c001fc4a9d08fc8"}, - {file = "mypy-1.17.0-cp312-cp312-win_amd64.whl", hash = "sha256:1619a485fd0e9c959b943c7b519ed26b712de3002d7de43154a489a2d0fd817d"}, - {file = "mypy-1.17.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:2c41aa59211e49d717d92b3bb1238c06d387c9325d3122085113c79118bebb06"}, - {file = "mypy-1.17.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0e69db1fb65b3114f98c753e3930a00514f5b68794ba80590eb02090d54a5d4a"}, - {file = "mypy-1.17.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:03ba330b76710f83d6ac500053f7727270b6b8553b0423348ffb3af6f2f7b889"}, - {file = "mypy-1.17.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:037bc0f0b124ce46bfde955c647f3e395c6174476a968c0f22c95a8d2f589bba"}, - {file = "mypy-1.17.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c38876106cb6132259683632b287238858bd58de267d80defb6f418e9ee50658"}, - {file = "mypy-1.17.0-cp313-cp313-win_amd64.whl", hash = "sha256:d30ba01c0f151998f367506fab31c2ac4527e6a7b2690107c7a7f9e3cb419a9c"}, - {file = "mypy-1.17.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:63e751f1b5ab51d6f3d219fe3a2fe4523eaa387d854ad06906c63883fde5b1ab"}, - {file = "mypy-1.17.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f7fb09d05e0f1c329a36dcd30e27564a3555717cde87301fae4fb542402ddfad"}, - {file = "mypy-1.17.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b72c34ce05ac3a1361ae2ebb50757fb6e3624032d91488d93544e9f82db0ed6c"}, - {file = "mypy-1.17.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:434ad499ad8dde8b2f6391ddfa982f41cb07ccda8e3c67781b1bfd4e5f9450a8"}, - {file = "mypy-1.17.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:f105f61a5eff52e137fd73bee32958b2add9d9f0a856f17314018646af838e97"}, - {file = "mypy-1.17.0-cp39-cp39-win_amd64.whl", hash = "sha256:ba06254a5a22729853209550d80f94e28690d5530c661f9416a68ac097b13fc4"}, - {file = "mypy-1.17.0-py3-none-any.whl", hash = "sha256:15d9d0018237ab058e5de3d8fce61b6fa72cc59cc78fd91f1b474bce12abf496"}, - {file = "mypy-1.17.0.tar.gz", hash = "sha256:e5d7ccc08ba089c06e2f5629c660388ef1fee708444f1dee0b9203fa031dee03"}, + {file = "mypy-1.18.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c1eab0cf6294dafe397c261a75f96dc2c31bffe3b944faa24db5def4e2b0f77c"}, + {file = "mypy-1.18.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7a780ca61fc239e4865968ebc5240bb3bf610ef59ac398de9a7421b54e4a207e"}, + {file = "mypy-1.18.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:448acd386266989ef11662ce3c8011fd2a7b632e0ec7d61a98edd8e27472225b"}, + {file = "mypy-1.18.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f9e171c465ad3901dc652643ee4bffa8e9fef4d7d0eece23b428908c77a76a66"}, + {file = "mypy-1.18.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:592ec214750bc00741af1f80cbf96b5013d81486b7bb24cb052382c19e40b428"}, + {file = "mypy-1.18.2-cp310-cp310-win_amd64.whl", hash = "sha256:7fb95f97199ea11769ebe3638c29b550b5221e997c63b14ef93d2e971606ebed"}, + {file = "mypy-1.18.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:807d9315ab9d464125aa9fcf6d84fde6e1dc67da0b6f80e7405506b8ac72bc7f"}, + {file = "mypy-1.18.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:776bb00de1778caf4db739c6e83919c1d85a448f71979b6a0edd774ea8399341"}, + {file = "mypy-1.18.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1379451880512ffce14505493bd9fe469e0697543717298242574882cf8cdb8d"}, + {file = "mypy-1.18.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1331eb7fd110d60c24999893320967594ff84c38ac6d19e0a76c5fd809a84c86"}, + {file = "mypy-1.18.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:3ca30b50a51e7ba93b00422e486cbb124f1c56a535e20eff7b2d6ab72b3b2e37"}, + {file = "mypy-1.18.2-cp311-cp311-win_amd64.whl", hash = "sha256:664dc726e67fa54e14536f6e1224bcfce1d9e5ac02426d2326e2bb4e081d1ce8"}, + {file = "mypy-1.18.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:33eca32dd124b29400c31d7cf784e795b050ace0e1f91b8dc035672725617e34"}, + {file = "mypy-1.18.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a3c47adf30d65e89b2dcd2fa32f3aeb5e94ca970d2c15fcb25e297871c8e4764"}, + {file = "mypy-1.18.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5d6c838e831a062f5f29d11c9057c6009f60cb294fea33a98422688181fe2893"}, + {file = "mypy-1.18.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:01199871b6110a2ce984bde85acd481232d17413868c9807e95c1b0739a58914"}, + {file = "mypy-1.18.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a2afc0fa0b0e91b4599ddfe0f91e2c26c2b5a5ab263737e998d6817874c5f7c8"}, + {file = "mypy-1.18.2-cp312-cp312-win_amd64.whl", hash = "sha256:d8068d0afe682c7c4897c0f7ce84ea77f6de953262b12d07038f4d296d547074"}, + {file = "mypy-1.18.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:07b8b0f580ca6d289e69209ec9d3911b4a26e5abfde32228a288eb79df129fcc"}, + {file = "mypy-1.18.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ed4482847168439651d3feee5833ccedbf6657e964572706a2adb1f7fa4dfe2e"}, + {file = "mypy-1.18.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c3ad2afadd1e9fea5cf99a45a822346971ede8685cc581ed9cd4d42eaf940986"}, + {file = "mypy-1.18.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a431a6f1ef14cf8c144c6b14793a23ec4eae3db28277c358136e79d7d062f62d"}, + {file = "mypy-1.18.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:7ab28cc197f1dd77a67e1c6f35cd1f8e8b73ed2217e4fc005f9e6a504e46e7ba"}, + {file = "mypy-1.18.2-cp313-cp313-win_amd64.whl", hash = "sha256:0e2785a84b34a72ba55fb5daf079a1003a34c05b22238da94fcae2bbe46f3544"}, + {file = "mypy-1.18.2-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:62f0e1e988ad41c2a110edde6c398383a889d95b36b3e60bcf155f5164c4fdce"}, + {file = "mypy-1.18.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:8795a039bab805ff0c1dfdb8cd3344642c2b99b8e439d057aba30850b8d3423d"}, + {file = "mypy-1.18.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6ca1e64b24a700ab5ce10133f7ccd956a04715463d30498e64ea8715236f9c9c"}, + {file = "mypy-1.18.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d924eef3795cc89fecf6bedc6ed32b33ac13e8321344f6ddbf8ee89f706c05cb"}, + {file = "mypy-1.18.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:20c02215a080e3a2be3aa50506c67242df1c151eaba0dcbc1e4e557922a26075"}, + {file = "mypy-1.18.2-cp314-cp314-win_amd64.whl", hash = "sha256:749b5f83198f1ca64345603118a6f01a4e99ad4bf9d103ddc5a3200cc4614adf"}, + {file = "mypy-1.18.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:25a9c8fb67b00599f839cf472713f54249a62efd53a54b565eb61956a7e3296b"}, + {file = "mypy-1.18.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c2b9c7e284ee20e7598d6f42e13ca40b4928e6957ed6813d1ab6348aa3f47133"}, + {file = "mypy-1.18.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d6985ed057513e344e43a26cc1cd815c7a94602fb6a3130a34798625bc2f07b6"}, + {file = "mypy-1.18.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:22f27105f1525ec024b5c630c0b9f36d5c1cc4d447d61fe51ff4bd60633f47ac"}, + {file = "mypy-1.18.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:030c52d0ea8144e721e49b1f68391e39553d7451f0c3f8a7565b59e19fcb608b"}, + {file = "mypy-1.18.2-cp39-cp39-win_amd64.whl", hash = "sha256:aa5e07ac1a60a253445797e42b8b2963c9675563a94f11291ab40718b016a7a0"}, + {file = "mypy-1.18.2-py3-none-any.whl", hash = "sha256:22a1748707dd62b58d2ae53562ffc4d7f8bcc727e8ac7cbc69c053ddc874d47e"}, + {file = "mypy-1.18.2.tar.gz", hash = "sha256:06a398102a5f203d7477b2923dda3634c36727fa5c237d8f859ef90c42a9924b"}, ] [package.dependencies] @@ -318,13 +319,13 @@ files = [ [[package]] name = "platformdirs" -version = "4.3.8" +version = "4.4.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.9" files = [ - {file = "platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4"}, - {file = "platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc"}, + {file = "platformdirs-4.4.0-py3-none-any.whl", hash = "sha256:abd01743f24e5287cd7a5db3752faf1a2d65353f38ec26d98e25a6db65958c85"}, + {file = "platformdirs-4.4.0.tar.gz", hash = "sha256:ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf"}, ] [package.extras] @@ -360,13 +361,13 @@ files = [ [[package]] name = "pydantic" -version = "2.11.7" +version = "2.11.9" description = "Data validation using Python type hints" optional = false python-versions = ">=3.9" files = [ - {file = "pydantic-2.11.7-py3-none-any.whl", hash = "sha256:dde5df002701f6de26248661f6835bbe296a47bf73990135c7d07ce741b9623b"}, - {file = "pydantic-2.11.7.tar.gz", hash = "sha256:d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db"}, + {file = "pydantic-2.11.9-py3-none-any.whl", hash = "sha256:c42dd626f5cfc1c6950ce6205ea58c93efa406da65f479dcb4029d5934857da2"}, + {file = "pydantic-2.11.9.tar.gz", hash = "sha256:6b8ffda597a14812a7975c90b82a8a2e777d9257aba3453f973acd3c032a18e2"}, ] [package.dependencies] @@ -536,13 +537,13 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.3.5)", "pytest-cov (>=6.1.1)", "p [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -559,22 +560,22 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-cov" -version = "6.2.1" +version = "7.0.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"}, - {file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"}, + {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, + {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, ] [package.dependencies] -coverage = {version = ">=7.5", extras = ["toml"]} +coverage = {version = ">=7.10.6", extras = ["toml"]} pluggy = ">=1.2" -pytest = ">=6.2.5" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "python-dateutil" @@ -644,13 +645,13 @@ files = [ [[package]] name = "tox" -version = "4.28.1" +version = "4.30.2" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.9" files = [ - {file = "tox-4.28.1-py3-none-any.whl", hash = "sha256:d5c84de6efc5d7e8acadb09528943e87ee501a35e064cf852082bc600485c13d"}, - {file = "tox-4.28.1.tar.gz", hash = "sha256:227ce1fdfea7763107aed3a8ac87d74b1bd1240ad7dd9c37fc2cb2b318006520"}, + {file = "tox-4.30.2-py3-none-any.whl", hash = "sha256:efd261a42e8c82a59f9026320a80a067f27f44cad2e72a6712010c311d31176b"}, + {file = "tox-4.30.2.tar.gz", hash = "sha256:772925ad6c57fe35c7ed5ac3e958ac5ced21dff597e76fc40c1f5bf3cd1b6a2e"}, ] [package.dependencies] @@ -668,24 +669,24 @@ virtualenv = ">=20.31.2" [[package]] name = "types-python-dateutil" -version = "2.9.0.20250708" +version = "2.9.0.20250822" description = "Typing stubs for python-dateutil" optional = false python-versions = ">=3.9" files = [ - {file = "types_python_dateutil-2.9.0.20250708-py3-none-any.whl", hash = "sha256:4d6d0cc1cc4d24a2dc3816024e502564094497b713f7befda4d5bc7a8e3fd21f"}, - {file = "types_python_dateutil-2.9.0.20250708.tar.gz", hash = "sha256:ccdbd75dab2d6c9696c350579f34cffe2c281e4c5f27a585b2a2438dd1d5c8ab"}, + {file = "types_python_dateutil-2.9.0.20250822-py3-none-any.whl", hash = "sha256:849d52b737e10a6dc6621d2bd7940ec7c65fcb69e6aa2882acf4e56b2b508ddc"}, + {file = "types_python_dateutil-2.9.0.20250822.tar.gz", hash = "sha256:84c92c34bd8e68b117bff742bc00b692a1e8531262d4507b33afcc9f7716cd53"}, ] [[package]] name = "typing-extensions" -version = "4.14.1" +version = "4.15.0" description = "Backported and Experimental Type Hints for Python 3.9+" optional = false python-versions = ">=3.9" files = [ - {file = "typing_extensions-4.14.1-py3-none-any.whl", hash = "sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76"}, - {file = "typing_extensions-4.14.1.tar.gz", hash = "sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36"}, + {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, + {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, ] [[package]] @@ -721,19 +722,20 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.32.0" +version = "20.34.0" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.8" files = [ - {file = "virtualenv-20.32.0-py3-none-any.whl", hash = "sha256:2c310aecb62e5aa1b06103ed7c2977b81e042695de2697d01017ff0f1034af56"}, - {file = "virtualenv-20.32.0.tar.gz", hash = "sha256:886bf75cadfdc964674e6e33eb74d787dff31ca314ceace03ca5810620f4ecf0"}, + {file = "virtualenv-20.34.0-py3-none-any.whl", hash = "sha256:341f5afa7eee943e4984a9207c025feedd768baff6753cd660c857ceb3e36026"}, + {file = "virtualenv-20.34.0.tar.gz", hash = "sha256:44815b2c9dee7ed86e387b842a84f20b93f7f417f95886ca1996a72a4138eb1a"}, ] [package.dependencies] distlib = ">=0.3.7,<1" filelock = ">=3.12.2,<4" platformdirs = ">=3.9.1,<5" +typing-extensions = {version = ">=4.13.2", markers = "python_version < \"3.11\""} [package.extras] docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2,!=7.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] diff --git a/pyproject.toml b/pyproject.toml index 082eee7..977ba57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onfido-python" -version = "5.4.0" +version = "5.5.0" description = "Python library for the Onfido API" authors = ["OpenAPI Generator Community "] license = "MIT" diff --git a/setup.py b/setup.py index 891afd7..2b53483 100644 --- a/setup.py +++ b/setup.py @@ -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) @@ -21,7 +21,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "onfido-python" -VERSION = "5.4.0" +VERSION = "5.5.0" PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 3.0.0", @@ -44,7 +44,7 @@ license="MIT", long_description_content_type='text/markdown', long_description="""\ - The Onfido API (v3.6) + The Onfido Public API (v3.6) """, # noqa: E501 package_data={"onfido": ["py.typed"]}, )