@companieshouse/api-sdk-node 2.0.41 → 2.0.42
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.
|
@@ -98,6 +98,7 @@ export interface BeneficialOwnerIndividual {
|
|
|
98
98
|
last_name?: string;
|
|
99
99
|
date_of_birth?: InputDate;
|
|
100
100
|
nationality?: string;
|
|
101
|
+
second_nationality?: string;
|
|
101
102
|
usual_residential_address?: Address;
|
|
102
103
|
service_address?: Address;
|
|
103
104
|
is_service_address_same_as_usual_residential_address?: yesNoResponse;
|
|
@@ -112,6 +113,7 @@ export interface BeneficialOwnerIndividualResource {
|
|
|
112
113
|
last_name?: string;
|
|
113
114
|
date_of_birth?: string;
|
|
114
115
|
nationality?: string;
|
|
116
|
+
second_nationality?: string;
|
|
115
117
|
usual_residential_address?: Address;
|
|
116
118
|
service_address?: Address;
|
|
117
119
|
is_service_address_same_as_usual_residential_address?: yesNoResponse;
|
|
@@ -182,6 +184,7 @@ export interface ManagingOfficerIndividual {
|
|
|
182
184
|
former_names?: string;
|
|
183
185
|
date_of_birth?: InputDate;
|
|
184
186
|
nationality?: string;
|
|
187
|
+
second_nationality?: string;
|
|
185
188
|
usual_residential_address?: Address;
|
|
186
189
|
service_address?: Address;
|
|
187
190
|
is_service_address_same_as_usual_residential_address?: yesNoResponse;
|
|
@@ -195,6 +198,7 @@ export interface ManagingOfficerIndividualResource {
|
|
|
195
198
|
former_names?: string;
|
|
196
199
|
date_of_birth?: string;
|
|
197
200
|
nationality?: string;
|
|
201
|
+
second_nationality?: string;
|
|
198
202
|
usual_residential_address?: Address;
|
|
199
203
|
service_address?: Address;
|
|
200
204
|
is_service_address_same_as_usual_residential_address?: yesNoResponse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/overseas-entities/types.ts"],"names":[],"mappings":";AAAA;;GAEG;;;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/overseas-entities/types.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AA4ZH,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,6CAAM,CAAA;IACN,+CAAO,CAAA;AACX,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAQD,IAAY,6BAIX;AAJD,WAAY,6BAA6B;IACrC,0FAAyD,CAAA;IACzD,4FAA2D,CAAA;IAC3D,oEAAmC,CAAA;AACvC,CAAC,EAJW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAIxC;AAED,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC3B,8EAAuD,CAAA;IACvD,4FAAqE,CAAA;IACrE,gHAAyF,CAAA;IACzF,4FAAqE,CAAA;AACzE,CAAC,EALW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAK9B"}
|