@companieshouse/api-sdk-node 2.0.324 → 2.0.325

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.
@@ -129,6 +129,7 @@ export interface Identification {
129
129
  legalForm?: string;
130
130
  placeRegistered?: string;
131
131
  registrationNumber?: string;
132
+ registerLocation?: string;
132
133
  }
133
134
  export interface CompanyOfficerLinks {
134
135
  self: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.324",
3
+ "version": "2.0.325",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [