Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"source": {
"repo_url": "https://github.com/onfido/onfido-openapi-spec",
"short_sha": "ad80494",
"long_sha": "ad8049477731f42993257dd8cbbbd4a193f06c92",
"short_sha": "43354ba",
"long_sha": "43354ba70ee563afc29ca1bc746110aa2c68d078",
"version": "v6.2.0"
},
"release": "v6.3.0"
Expand Down
34 changes: 34 additions & 0 deletions onfido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ApiKeyError",
"ApiAttributeError",
"ApiException",
"AddedMentions",
"Address",
"AddressBuilder",
"AddressShared",
Expand All @@ -44,6 +45,7 @@
"ApplicantUpdate",
"ApplicantUpdater",
"ApplicantsList",
"Associate",
"BiometricToken",
"BiometricTokenData",
"BiometricTokenResponse",
Expand All @@ -59,6 +61,7 @@
"CompleteTaskBuilder",
"CompleteTaskDataBuilder",
"CountryCodes",
"DateValue",
"DeviceIntelligenceBreakdown",
"DeviceIntelligenceBreakdownDevice",
"DeviceIntelligenceBreakdownDeviceBreakdown",
Expand Down Expand Up @@ -210,6 +213,7 @@
"IdrSsnBreakdownBreakdown",
"IdrSsnBreakdownBreakdownFullMatch",
"IdrSsnBreakdownBreakdownLast4DigitsMatch",
"Image",
"IndiaPanReport",
"IndiaPanReportAllOfBreakdown",
"IndiaPanReportAllOfBreakdownDevice",
Expand All @@ -227,6 +231,7 @@
"KnownFacesProperties",
"KnownFacesPropertiesMatchesInner",
"KnownFacesReport",
"Lists",
"LivePhoto",
"LivePhotoResponse",
"LivePhotosList",
Expand All @@ -235,13 +240,19 @@
"Location",
"LocationBuilder",
"LocationShared",
"Media",
"ModelField",
"MotionCapture",
"MotionCapturesList",
"Name",
"Passkey",
"PasskeyUpdater",
"PasskeysList",
"Pep",
"Person",
"PhotoAutoReasons",
"PhotoReasons",
"Profile",
"ProofOfAddressBreakdown",
"ProofOfAddressBreakdownDataComparison",
"ProofOfAddressBreakdownDataComparisonBreakdown",
Expand All @@ -264,6 +275,10 @@
"ReportSubResult",
"ReportsList",
"ResultsFeedback",
"RiskDecision",
"RiskDetail",
"RiskIndicators",
"Sanctions",
"SdkToken",
"SdkTokenBuilder",
"SdkTokenRequest",
Expand All @@ -287,6 +302,8 @@
"UsDrivingLicenceReport",
"UsDrivingLicenceShared",
"VideoReasons",
"WatchlistAlertRisk",
"WatchlistAlertRisk1",
"WatchlistAmlBreakdown",
"WatchlistAmlBreakdownAdverseMedia",
"WatchlistAmlBreakdownLegalAndRegulatoryWarnings",
Expand Down Expand Up @@ -363,6 +380,7 @@
from onfido.exceptions import ApiException as ApiException

# import models into sdk package
from onfido.models.added_mentions import AddedMentions as AddedMentions
from onfido.models.address import Address as Address
from onfido.models.address_builder import AddressBuilder as AddressBuilder
from onfido.models.address_shared import AddressShared as AddressShared
Expand All @@ -379,6 +397,7 @@
from onfido.models.applicant_update import ApplicantUpdate as ApplicantUpdate
from onfido.models.applicant_updater import ApplicantUpdater as ApplicantUpdater
from onfido.models.applicants_list import ApplicantsList as ApplicantsList
from onfido.models.associate import Associate as Associate
from onfido.models.biometric_token import BiometricToken as BiometricToken
from onfido.models.biometric_token_data import BiometricTokenData as BiometricTokenData
from onfido.models.biometric_token_response import BiometricTokenResponse as BiometricTokenResponse
Expand All @@ -394,6 +413,7 @@
from onfido.models.complete_task_builder import CompleteTaskBuilder as CompleteTaskBuilder
from onfido.models.complete_task_data_builder import CompleteTaskDataBuilder as CompleteTaskDataBuilder
from onfido.models.country_codes import CountryCodes as CountryCodes
from onfido.models.date_value import DateValue as DateValue
from onfido.models.device_intelligence_breakdown import DeviceIntelligenceBreakdown as DeviceIntelligenceBreakdown
from onfido.models.device_intelligence_breakdown_device import DeviceIntelligenceBreakdownDevice as DeviceIntelligenceBreakdownDevice
from onfido.models.device_intelligence_breakdown_device_breakdown import DeviceIntelligenceBreakdownDeviceBreakdown as DeviceIntelligenceBreakdownDeviceBreakdown
Expand Down Expand Up @@ -545,6 +565,7 @@
from onfido.models.idr_ssn_breakdown_breakdown import IdrSsnBreakdownBreakdown as IdrSsnBreakdownBreakdown
from onfido.models.idr_ssn_breakdown_breakdown_full_match import IdrSsnBreakdownBreakdownFullMatch as IdrSsnBreakdownBreakdownFullMatch
from onfido.models.idr_ssn_breakdown_breakdown_last4_digits_match import IdrSsnBreakdownBreakdownLast4DigitsMatch as IdrSsnBreakdownBreakdownLast4DigitsMatch
from onfido.models.image import Image as Image
from onfido.models.india_pan_report import IndiaPanReport as IndiaPanReport
from onfido.models.india_pan_report_all_of_breakdown import IndiaPanReportAllOfBreakdown as IndiaPanReportAllOfBreakdown
from onfido.models.india_pan_report_all_of_breakdown_device import IndiaPanReportAllOfBreakdownDevice as IndiaPanReportAllOfBreakdownDevice
Expand All @@ -562,6 +583,7 @@
from onfido.models.known_faces_properties import KnownFacesProperties as KnownFacesProperties
from onfido.models.known_faces_properties_matches_inner import KnownFacesPropertiesMatchesInner as KnownFacesPropertiesMatchesInner
from onfido.models.known_faces_report import KnownFacesReport as KnownFacesReport
from onfido.models.lists import Lists as Lists
from onfido.models.live_photo import LivePhoto as LivePhoto
from onfido.models.live_photo_response import LivePhotoResponse as LivePhotoResponse
from onfido.models.live_photos_list import LivePhotosList as LivePhotosList
Expand All @@ -570,13 +592,19 @@
from onfido.models.location import Location as Location
from onfido.models.location_builder import LocationBuilder as LocationBuilder
from onfido.models.location_shared import LocationShared as LocationShared
from onfido.models.media import Media as Media
from onfido.models.model_field import ModelField as ModelField
from onfido.models.motion_capture import MotionCapture as MotionCapture
from onfido.models.motion_captures_list import MotionCapturesList as MotionCapturesList
from onfido.models.name import Name as Name
from onfido.models.passkey import Passkey as Passkey
from onfido.models.passkey_updater import PasskeyUpdater as PasskeyUpdater
from onfido.models.passkeys_list import PasskeysList as PasskeysList
from onfido.models.pep import Pep as Pep
from onfido.models.person import Person as Person
from onfido.models.photo_auto_reasons import PhotoAutoReasons as PhotoAutoReasons
from onfido.models.photo_reasons import PhotoReasons as PhotoReasons
from onfido.models.profile import Profile as Profile
from onfido.models.proof_of_address_breakdown import ProofOfAddressBreakdown as ProofOfAddressBreakdown
from onfido.models.proof_of_address_breakdown_data_comparison import ProofOfAddressBreakdownDataComparison as ProofOfAddressBreakdownDataComparison
from onfido.models.proof_of_address_breakdown_data_comparison_breakdown import ProofOfAddressBreakdownDataComparisonBreakdown as ProofOfAddressBreakdownDataComparisonBreakdown
Expand All @@ -599,6 +627,10 @@
from onfido.models.report_sub_result import ReportSubResult as ReportSubResult
from onfido.models.reports_list import ReportsList as ReportsList
from onfido.models.results_feedback import ResultsFeedback as ResultsFeedback
from onfido.models.risk_decision import RiskDecision as RiskDecision
from onfido.models.risk_detail import RiskDetail as RiskDetail
from onfido.models.risk_indicators import RiskIndicators as RiskIndicators
from onfido.models.sanctions import Sanctions as Sanctions
from onfido.models.sdk_token import SdkToken as SdkToken
from onfido.models.sdk_token_builder import SdkTokenBuilder as SdkTokenBuilder
from onfido.models.sdk_token_request import SdkTokenRequest as SdkTokenRequest
Expand All @@ -622,6 +654,8 @@
from onfido.models.us_driving_licence_report import UsDrivingLicenceReport as UsDrivingLicenceReport
from onfido.models.us_driving_licence_shared import UsDrivingLicenceShared as UsDrivingLicenceShared
from onfido.models.video_reasons import VideoReasons as VideoReasons
from onfido.models.watchlist_alert_risk import WatchlistAlertRisk as WatchlistAlertRisk
from onfido.models.watchlist_alert_risk1 import WatchlistAlertRisk1 as WatchlistAlertRisk1
from onfido.models.watchlist_aml_breakdown import WatchlistAmlBreakdown as WatchlistAmlBreakdown
from onfido.models.watchlist_aml_breakdown_adverse_media import WatchlistAmlBreakdownAdverseMedia as WatchlistAmlBreakdownAdverseMedia
from onfido.models.watchlist_aml_breakdown_legal_and_regulatory_warnings import WatchlistAmlBreakdownLegalAndRegulatoryWarnings as WatchlistAmlBreakdownLegalAndRegulatoryWarnings
Expand Down
Loading
Loading