Added new document types - CompletePlus - ArticleOfAuthority - AgentAddressChange
Added new document types - RegisterReport - CreditCheck - CreditReport - GISAExtract - VRExtract - RegisterCheck - TradeRegisterReport - BeneficialOwnersCheck - AnnualAccounts - FiledChanges - FiledDocuments
Add GetAllDatasourcesAsync to Configuration
Add CountryCode field to CountrySubdivison model
Updated methods from Napi (GetCountryJOI, GetBusinessRegistrationNumbersAsync) to get configurations for all countries through one call. Updated Unit Tests
Added new Methods from NAPI (GetCountryJOI, GetBusinessRegistrationNumbersAsync, GetPartialResultAsync) Updated Models for (Business, DataFields, DatasourceField, Location, Record, RecordRule, TransactionStatus, VerifyResultPartial, VerifyResult, BusinessSearchModel, BusinessSearchRequest, SearchResult, SearchResultAddress) Created Models for (BusinessRegistrationNumber, BusinessRegistrationNumberMask, RiskMonitorSettings, TestEntityDataFields, BusinessSearchResponseIndustryCode) Updated Unit Tests
Updated library to .net Standard 2.0.
Breaking change to correct method name: GetDocumentDownload changed to GetDocumentDownloadAsync in Verification.cs
Changed type of Model/AppendedField's Data from string to dynamic in order to allow WatchListDetails, returned as Dictionary, parsable.
Added new Methods from NAPI (GetTestEntities, GetDatasources, GetTransactionRecordVerbose, GetTransactionStatus, GetDocumentTypes, BusinessSearch, BusinessSearchResult)
Added new Models for Document and Business Verification
Added new Fields in VerifyRequest to reflect NAPI
Created better Test Classes
Added CountryCode and ProductName in VerifyResult Added Rule in Record
Fix dependency on Newtonsoft, nuget was incorrectly marked as requiring v8, v9 was required
Breaking change to add the correct Additional Fields to Person and Location FullName for PersonInfo Address1 for Location
Added Country Specific fields and move the code base to GitHub
Initial Trulioo SDK for C# in private testing.