Add new document types
- CompletePlus
- ArticleOfAuthority
- AgentAddressChange
Added new document types - RegisterReport - CreditCheck - CreditReport - GISAExtract - VRExtract - RegisterCheck - TradeRegisterReport - BeneficialOwnersCheck - AnnualAccounts - FiledChanges - FiledDocuments
Added RecordRule SecondaryRuleName and SecondaryRuleNote properties
Added method from Napi (GetAllDatasources) to get all datasources through one call for all countries.
Updated methods from Napi (GetCountryJOI, GetBusinessRegistrationNumbersAsync) to get configurations for all countries through one call. Updated CountrySubdivision model to include CountryCode field.
Removed Swagger Generated Code Added following methods which are currently supported by Trulioo's Normalized API: - GetBusinessRegistrationNumbers - GetCountryJOI - GetTransactionRecordDocument - GetPartialResults
Updated/Added the following Models for Trulioo's Normalized API: - Address - Business - BusinessRegistrationNumber - BusinessRegistrationNumberMask - BusinessSearchRequestBusinessSearchModel - BusinessSearchResponseIndustryCode - DataFields - PersonOfSignificantControl - Record - Result - RiskMonitorSettings - TestEntityDataFields - TransactionRecordResult - VerifyRequest - VerifyResult - VerifyResultPartial
Added support for EnhancedProfile for KYB Verification Requests.
Support application/pdf in documentDownload
Changed type of Model/AppendedField's Data from string to Object in order to allow WatchListDetails, returned as Map, parsable.
Updated writeTimeOut to 60 seconds based on PR#5 Added following methods which are currently supported by Trulioo's Normalized API: -GetDatasources -GetTransactionStatus -BusinessSearch -BusinessSearchResult Updated Json serializer to properly encode image in byte[] to String(base64)
Upgraded okhttp to 3.9.1
Initial Trulioo SDK for Java in private testing.