@companieshouse/api-sdk-node 2.0.325 → 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.325",
3
+ "version": "2.0.326",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [