@companieshouse/api-sdk-node 2.0.55 → 2.0.57
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.
|
@@ -255,8 +255,8 @@ export interface TrustIndividual {
|
|
|
255
255
|
dob_year?: string;
|
|
256
256
|
nationality?: string;
|
|
257
257
|
second_nationality?: string;
|
|
258
|
-
|
|
259
|
-
|
|
258
|
+
sa_address_line_1?: string;
|
|
259
|
+
sa_address_line_2?: string;
|
|
260
260
|
sa_address_care_of?: string;
|
|
261
261
|
sa_address_country?: string;
|
|
262
262
|
sa_address_locality?: string;
|
|
@@ -264,8 +264,9 @@ export interface TrustIndividual {
|
|
|
264
264
|
sa_address_postal_code?: string;
|
|
265
265
|
sa_address_premises?: string;
|
|
266
266
|
sa_address_region?: string;
|
|
267
|
-
|
|
268
|
-
|
|
267
|
+
is_service_address_same_as_usual_residential_address?: yesNoResponse;
|
|
268
|
+
ura_address_line_1?: string;
|
|
269
|
+
ura_address_line_2?: string;
|
|
269
270
|
ura_address_care_of?: string;
|
|
270
271
|
ura_address_country?: string;
|
|
271
272
|
ura_address_locality?: string;
|
|
@@ -285,8 +286,8 @@ export interface TrustIndividualResource {
|
|
|
285
286
|
date_of_birth?: string;
|
|
286
287
|
nationality?: string;
|
|
287
288
|
second_nationality?: string;
|
|
288
|
-
|
|
289
|
-
|
|
289
|
+
sa_address_line_1?: string;
|
|
290
|
+
sa_address_line_2?: string;
|
|
290
291
|
sa_address_care_of?: string;
|
|
291
292
|
sa_address_country?: string;
|
|
292
293
|
sa_address_locality?: string;
|
|
@@ -294,8 +295,9 @@ export interface TrustIndividualResource {
|
|
|
294
295
|
sa_address_postal_code?: string;
|
|
295
296
|
sa_address_premises?: string;
|
|
296
297
|
sa_address_region?: string;
|
|
297
|
-
|
|
298
|
-
|
|
298
|
+
is_service_address_same_as_usual_residential_address?: yesNoResponse;
|
|
299
|
+
ura_address_line_1?: string;
|
|
300
|
+
ura_address_line_2?: string;
|
|
299
301
|
ura_address_care_of?: string;
|
|
300
302
|
ura_address_country?: string;
|
|
301
303
|
ura_address_locality?: string;
|
|
@@ -333,8 +335,8 @@ export interface TrustCorporate {
|
|
|
333
335
|
date_became_interested_person_day?: string;
|
|
334
336
|
date_became_interested_person_month?: string;
|
|
335
337
|
date_became_interested_person_year?: string;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
+
ro_address_line_1?: string;
|
|
339
|
+
ro_address_line_2?: string;
|
|
338
340
|
ro_address_care_of?: string;
|
|
339
341
|
ro_address_country?: string;
|
|
340
342
|
ro_address_locality?: string;
|
|
@@ -342,8 +344,8 @@ export interface TrustCorporate {
|
|
|
342
344
|
ro_address_postal_code?: string;
|
|
343
345
|
ro_address_premises?: string;
|
|
344
346
|
ro_address_region?: string;
|
|
345
|
-
|
|
346
|
-
|
|
347
|
+
sa_address_line_1?: string;
|
|
348
|
+
sa_address_line_2?: string;
|
|
347
349
|
sa_address_care_of?: string;
|
|
348
350
|
sa_address_country?: string;
|
|
349
351
|
sa_address_locality?: string;
|
|
@@ -351,6 +353,7 @@ export interface TrustCorporate {
|
|
|
351
353
|
sa_address_postal_code?: string;
|
|
352
354
|
sa_address_premises?: string;
|
|
353
355
|
sa_address_region?: string;
|
|
356
|
+
is_service_address_same_as_principal_address?: yesNoResponse;
|
|
354
357
|
identification_country_registration?: string;
|
|
355
358
|
identification_legal_authority?: string;
|
|
356
359
|
identification_legal_form?: string;
|
|
@@ -361,8 +364,8 @@ export interface TrustCorporateResource {
|
|
|
361
364
|
type?: string;
|
|
362
365
|
name?: string;
|
|
363
366
|
date_became_interested_person?: string;
|
|
364
|
-
|
|
365
|
-
|
|
367
|
+
ro_address_line_1?: string;
|
|
368
|
+
ro_address_line_2?: string;
|
|
366
369
|
ro_address_care_of?: string;
|
|
367
370
|
ro_address_country?: string;
|
|
368
371
|
ro_address_locality?: string;
|
|
@@ -370,8 +373,8 @@ export interface TrustCorporateResource {
|
|
|
370
373
|
ro_address_postal_code?: string;
|
|
371
374
|
ro_address_premises?: string;
|
|
372
375
|
ro_address_region?: string;
|
|
373
|
-
|
|
374
|
-
|
|
376
|
+
sa_address_line_1?: string;
|
|
377
|
+
sa_address_line_2?: string;
|
|
375
378
|
sa_address_care_of?: string;
|
|
376
379
|
sa_address_country?: string;
|
|
377
380
|
sa_address_locality?: string;
|
|
@@ -379,6 +382,7 @@ export interface TrustCorporateResource {
|
|
|
379
382
|
sa_address_postal_code?: string;
|
|
380
383
|
sa_address_premises?: string;
|
|
381
384
|
sa_address_region?: string;
|
|
385
|
+
is_service_address_same_as_principal_address?: yesNoResponse;
|
|
382
386
|
identification_country_registration?: string;
|
|
383
387
|
identification_legal_authority?: string;
|
|
384
388
|
identification_legal_form?: string;
|
|
@@ -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;;;AA+aH,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"}
|