77 * It could be a registration or a transition, determined by the 'kind'.
88 */
99export interface Incorporation {
10- data ?: {
11- kind : IncorporationKind ;
12- } ;
10+ data ?: {
11+ kind : IncorporationKind ;
12+ } ;
1313}
1414
1515/**
@@ -25,33 +25,34 @@ export interface LimitedPartnership {
2525 registered_office_address ?: Address ;
2626 principal_place_of_business_address ?: Address ;
2727 term ?: Term ;
28+ sic_codes ?: string [ ] ;
2829 } ;
2930}
3031
3132export interface GeneralPartner {
3233 data ?: {
33- date_effective_from ?: string ,
34- date_of_birth ?: string ,
35- etag ?: string ,
36- forename ?: string ,
37- former_names ?: string ,
38- governing_law ?: string ,
39- kind ?: string ,
40- legal_entity_name ?: string ,
41- legal_entity_register_name ?: string ,
42- legal_entity_registration_location ?: string ,
43- legal_form ?: string ,
44- nationality1 ?: string ,
45- nationality2 ?: string ,
46- not_disqualified_statement_checked ?: boolean ,
47- legal_personality_statement_checked ?: boolean ,
48- principal_office_address ?: Address ,
49- registered_company_number ?: string ,
50- resignation_date ?: string ,
51- service_address ?: Address ,
52- surname ?: string ,
53- usual_residential_address ?: Address
54- }
34+ date_effective_from ?: string ;
35+ date_of_birth ?: string ;
36+ etag ?: string ;
37+ forename ?: string ;
38+ former_names ?: string ;
39+ governing_law ?: string ;
40+ kind ?: string ;
41+ legal_entity_name ?: string ;
42+ legal_entity_register_name ?: string ;
43+ legal_entity_registration_location ?: string ;
44+ legal_form ?: string ;
45+ nationality1 ?: string ;
46+ nationality2 ?: string ;
47+ not_disqualified_statement_checked ?: boolean ;
48+ legal_personality_statement_checked ?: boolean ;
49+ principal_office_address ?: Address ;
50+ registered_company_number ?: string ;
51+ resignation_date ?: string ;
52+ service_address ?: Address ;
53+ surname ?: string ;
54+ usual_residential_address ?: Address ;
55+ } ;
5556}
5657
5758/**
@@ -63,8 +64,8 @@ export interface LimitedPartnershipResourceCreated {
6364}
6465
6566export enum IncorporationKind {
66- REGISTRATION = "limited-partnership-registration" ,
67- TRANSITION = "limited-partnership-transition"
67+ REGISTRATION = "limited-partnership-registration" ,
68+ TRANSITION = "limited-partnership-transition" ,
6869}
6970
7071export enum NameEndingType {
0 commit comments