File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/services/limited-partnerships
test/services/limited-partnerships Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ type Partner = {
4040 legal_entity_register_name ?: string ;
4141 legal_entity_registration_location ?: string ;
4242 legal_form ?: string ;
43+ legal_personality_statement_checked ?: boolean ;
4344 nationality1 ?: string ;
4445 nationality2 ?: string ;
4546 principal_office_address ?: Address ;
@@ -62,7 +63,6 @@ export interface GeneralPartner {
6263 id ?: string ;
6364 data ?: Partner & {
6465 not_disqualified_statement_checked ?: boolean ;
65- legal_personality_statement_checked ?: boolean ;
6666 service_address ?: Address ;
6767 } ;
6868}
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ export const LIMITED_PARTNER_OBJECT_MOCK: LimitedPartner = {
116116 legal_entity_register_name : "UK Register" ,
117117 legal_entity_registration_location : "England" ,
118118 legal_form : "abc" ,
119+ legal_personality_statement_checked : true ,
119120 nationality1 : "English" ,
120121 nationality2 : "French" ,
121122 principal_office_address : {
You can’t perform that action at this time.
0 commit comments