@companieshouse/api-sdk-node 2.0.142 → 2.0.143
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.
|
@@ -162,7 +162,7 @@ class default_1 {
|
|
|
162
162
|
director_residential_address_choice: officerFiling.directorResidentialAddressChoice,
|
|
163
163
|
director_service_address_choice: officerFiling.directorServiceAddressChoice,
|
|
164
164
|
is_service_address_same_as_registered_office_address: officerFiling.isServiceAddressSameAsRegisteredOfficeAddress,
|
|
165
|
-
|
|
165
|
+
is_home_address_same_as_service_address: officerFiling.isHomeAddressSameAsServiceAddress,
|
|
166
166
|
consent_to_act: officerFiling.consentToAct,
|
|
167
167
|
name_has_been_updated: officerFiling.nameHasBeenUpdated,
|
|
168
168
|
nationality_has_been_updated: officerFiling.nationalityHasBeenUpdated,
|
|
@@ -225,7 +225,7 @@ class default_1 {
|
|
|
225
225
|
directorResidentialAddressChoice: officerFilingDto.director_residential_address_choice,
|
|
226
226
|
directorServiceAddressChoice: officerFilingDto.director_service_address_choice,
|
|
227
227
|
isServiceAddressSameAsRegisteredOfficeAddress: officerFilingDto.is_service_address_same_as_registered_office_address,
|
|
228
|
-
|
|
228
|
+
isHomeAddressSameAsServiceAddress: officerFilingDto.is_home_address_same_as_service_address,
|
|
229
229
|
consentToAct: officerFilingDto.consent_to_act,
|
|
230
230
|
nameHasBeenUpdated: officerFilingDto.name_has_been_updated,
|
|
231
231
|
nationalityHasBeenUpdated: officerFilingDto.nationality_has_been_updated,
|
|
@@ -175,7 +175,7 @@ export interface OfficerFiling {
|
|
|
175
175
|
directorResidentialAddressChoice?: string;
|
|
176
176
|
directorServiceAddressChoice?: string;
|
|
177
177
|
isServiceAddressSameAsRegisteredOfficeAddress?: boolean;
|
|
178
|
-
|
|
178
|
+
isHomeAddressSameAsServiceAddress?: boolean;
|
|
179
179
|
consentToAct?: boolean;
|
|
180
180
|
nameHasBeenUpdated?: boolean;
|
|
181
181
|
nationalityHasBeenUpdated?: boolean;
|
|
@@ -214,7 +214,7 @@ export interface OfficerFilingDto {
|
|
|
214
214
|
director_residential_address_choice?: string;
|
|
215
215
|
director_service_address_choice?: string;
|
|
216
216
|
is_service_address_same_as_registered_office_address?: boolean;
|
|
217
|
-
|
|
217
|
+
is_home_address_same_as_service_address?: boolean;
|
|
218
218
|
consent_to_act?: boolean;
|
|
219
219
|
name_has_been_updated?: boolean;
|
|
220
220
|
nationality_has_been_updated?: boolean;
|