@companieshouse/api-sdk-node 2.0.324 → 2.0.326
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,6 +31,7 @@ export interface CompanyOfficerResource {
|
|
|
31
31
|
contact_details?: ContactDetailsResource;
|
|
32
32
|
responsibilities?: string;
|
|
33
33
|
resigned_on?: string;
|
|
34
|
+
principal_office_address?: AddressResource;
|
|
34
35
|
}
|
|
35
36
|
export interface AddressResource {
|
|
36
37
|
address_line_1: string;
|
|
@@ -99,6 +100,7 @@ export interface CompanyOfficer {
|
|
|
99
100
|
nationality?: string;
|
|
100
101
|
occupation?: string;
|
|
101
102
|
officerRole: string;
|
|
103
|
+
principalOfficeAddress?: Address;
|
|
102
104
|
contactDetails: ContactDetails;
|
|
103
105
|
responsibilities?: string;
|
|
104
106
|
resignedOn?: string;
|
|
@@ -129,6 +131,7 @@ export interface Identification {
|
|
|
129
131
|
legalForm?: string;
|
|
130
132
|
placeRegistered?: string;
|
|
131
133
|
registrationNumber?: string;
|
|
134
|
+
registerLocation?: string;
|
|
132
135
|
}
|
|
133
136
|
export interface CompanyOfficerLinks {
|
|
134
137
|
self: string;
|