File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/services/limited-partnerships
test/services/limited-partnerships Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ export interface LimitedPartnership {
2525 registered_office_address ?: Address ;
2626 principal_place_of_business_address ?: Address ;
2727 term ?: Term ;
28- redesignate_to_pflp ?: boolean ;
28+ redesignate_to_pflp_apply ?: boolean ;
29+ redesignate_to_pflp_confirm ?: boolean ;
2930 sic_codes ?: string [ ] ;
3031 lawful_purpose_statement_checked ?: boolean ;
3132 partnership_number ?: string ;
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ export const LIMITED_PARTNERSHIP_OBJECT_MOCK: LimitedPartnership = {
4444 postal_code : "SC13 1WE"
4545 } ,
4646 term : Term . BY_AGREEMENT ,
47- redesignate_to_pflp : false ,
47+ redesignate_to_pflp_apply : false ,
48+ redesignate_to_pflp_confirm : false ,
4849 sic_codes : [ "12345" , "56789" ] ,
4950 lawful_purpose_statement_checked : true ,
5051 partnership_number : "LP123456" ,
You can’t perform that action at this time.
0 commit comments