@companieshouse/api-sdk-node 2.0.1 → 2.0.2

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.
@@ -81,7 +81,7 @@ export interface BeneficialOwnerCorporate {
81
81
  legal_form?: string;
82
82
  law_governed?: string;
83
83
  is_on_register_in_country_formed_in?: yesNoResponse;
84
- register_name?: string;
84
+ public_register_name?: string;
85
85
  registration_number?: string;
86
86
  start_date?: InputDate;
87
87
  beneficial_owner_nature_of_control_types?: NatureOfControlType[];
@@ -97,7 +97,7 @@ export interface BeneficialOwnerCorporateResource {
97
97
  legal_form?: string;
98
98
  law_governed?: string;
99
99
  is_on_register_in_country_formed_in?: yesNoResponse;
100
- register_name?: string;
100
+ public_register_name?: string;
101
101
  registration_number?: string;
102
102
  start_date?: string;
103
103
  beneficial_owner_nature_of_control_types?: NatureOfControlType[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [