5.2.1
Release 5.2.1 (#355)
This release adds missing fields to the RepresentativeIndividual model for the Accounts API v3.0 and updates the forward secrets endpoint path.
Accounts API v3.0 Model Additions and Updates:
- Added the
Citizenshipclass and extendedRepresentativeIndividualwith thecitizenshipsarray andnational_id_typefields. - Added the
NationalIdTypeenum covering the various types of national identification numbers. - Added the
FinancialStatementsclass andFinancialStatementsTypeenum, and updatedOnboardSubEntityDocumentsto useFinancialStatementsfor thefinancial_statementsfield.
Forward API:
- Moved the forward secret item path to
/secrets/{name}(INT-1666).