@companieshouse/api-sdk-node 2.0.75 → 2.0.76

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.
@@ -124,6 +124,7 @@ export interface Identification {
124
124
  registrationNumber?: string;
125
125
  }
126
126
  export interface CompanyOfficerLinks {
127
+ self: string;
127
128
  officer: OfficerLinks;
128
129
  }
129
130
  export interface OfficerLinks {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.75",
3
+ "version": "2.0.76",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [