@companieshouse/api-sdk-node 1.0.105 → 1.0.106

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.
@@ -112,8 +112,8 @@ export interface BeneficialOwnerGovernmentOrPublicAuthority {
112
112
  is_on_register_in_country_formed_in?: yesNoResponse;
113
113
  register_name?: string;
114
114
  registration_number?: string;
115
- beneficial_owner_nature_of_control_types?: NatureOfControlType;
116
- non_legal_firm_members_nature_of_control_types?: NatureOfControlType;
115
+ beneficial_owner_nature_of_control_types?: NatureOfControlType[];
116
+ non_legal_firm_members_nature_of_control_types?: NatureOfControlType[];
117
117
  }
118
118
  /**
119
119
  * Shared Data Type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [