@companieshouse/api-sdk-node 2.0.126 → 2.0.127
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.
|
@@ -109,6 +109,7 @@ export interface BeneficialOwnerIndividual {
|
|
|
109
109
|
first_name?: string;
|
|
110
110
|
last_name?: string;
|
|
111
111
|
date_of_birth?: InputDate;
|
|
112
|
+
have_day_of_birth?: boolean;
|
|
112
113
|
nationality?: string;
|
|
113
114
|
second_nationality?: string;
|
|
114
115
|
usual_residential_address?: Address;
|
|
@@ -126,6 +127,7 @@ export interface BeneficialOwnerIndividualResource {
|
|
|
126
127
|
first_name?: string;
|
|
127
128
|
last_name?: string;
|
|
128
129
|
date_of_birth?: string;
|
|
130
|
+
have_day_of_birth?: boolean;
|
|
129
131
|
nationality?: string;
|
|
130
132
|
second_nationality?: string;
|
|
131
133
|
usual_residential_address?: Address;
|
|
@@ -223,6 +225,7 @@ export interface ManagingOfficerIndividual {
|
|
|
223
225
|
has_former_names?: yesNoResponse;
|
|
224
226
|
former_names?: string;
|
|
225
227
|
date_of_birth?: InputDate;
|
|
228
|
+
have_day_of_birth?: boolean;
|
|
226
229
|
nationality?: string;
|
|
227
230
|
second_nationality?: string;
|
|
228
231
|
usual_residential_address?: Address;
|
|
@@ -240,6 +243,7 @@ export interface ManagingOfficerIndividualResource {
|
|
|
240
243
|
has_former_names?: yesNoResponse;
|
|
241
244
|
former_names?: string;
|
|
242
245
|
date_of_birth?: string;
|
|
246
|
+
have_day_of_birth?: boolean;
|
|
243
247
|
nationality?: string;
|
|
244
248
|
second_nationality?: string;
|
|
245
249
|
usual_residential_address?: Address;
|
|
@@ -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;;;AAsqBH,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"}
|