@companieshouse/api-sdk-node 2.0.177 → 2.0.178
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.
|
@@ -418,6 +418,7 @@ export interface TrustToReviewResource extends TrustResource {
|
|
|
418
418
|
review_status?: TrustReviewStatus;
|
|
419
419
|
}
|
|
420
420
|
export interface TrustIndividual {
|
|
421
|
+
id?: string;
|
|
421
422
|
type?: string;
|
|
422
423
|
forename?: string;
|
|
423
424
|
other_forenames?: string;
|
|
@@ -455,6 +456,7 @@ export interface TrustIndividual {
|
|
|
455
456
|
ceased_date_year?: string;
|
|
456
457
|
}
|
|
457
458
|
export interface TrustIndividualResource {
|
|
459
|
+
id?: string;
|
|
458
460
|
type?: string;
|
|
459
461
|
forename?: string;
|
|
460
462
|
other_forenames?: string;
|
|
@@ -486,6 +488,7 @@ export interface TrustIndividualResource {
|
|
|
486
488
|
ceased_date?: string;
|
|
487
489
|
}
|
|
488
490
|
export interface TrustHistoricalBeneficialOwner {
|
|
491
|
+
id?: string;
|
|
489
492
|
forename?: string;
|
|
490
493
|
other_forenames?: string;
|
|
491
494
|
surname?: string;
|
|
@@ -499,6 +502,7 @@ export interface TrustHistoricalBeneficialOwner {
|
|
|
499
502
|
corporate_name?: string;
|
|
500
503
|
}
|
|
501
504
|
export interface TrustHistoricalBeneficialOwnerResource {
|
|
505
|
+
id?: string;
|
|
502
506
|
forename?: string;
|
|
503
507
|
other_forenames?: string;
|
|
504
508
|
surname?: string;
|
|
@@ -508,6 +512,7 @@ export interface TrustHistoricalBeneficialOwnerResource {
|
|
|
508
512
|
corporate_name?: string;
|
|
509
513
|
}
|
|
510
514
|
export interface TrustCorporate {
|
|
515
|
+
id?: string;
|
|
511
516
|
type?: string;
|
|
512
517
|
name?: string;
|
|
513
518
|
date_became_interested_person_day?: string;
|
|
@@ -544,6 +549,7 @@ export interface TrustCorporate {
|
|
|
544
549
|
ceased_date_year?: string;
|
|
545
550
|
}
|
|
546
551
|
export interface TrustCorporateResource {
|
|
552
|
+
id?: string;
|
|
547
553
|
type?: string;
|
|
548
554
|
name?: string;
|
|
549
555
|
date_became_interested_person?: 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+tBH,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;AAED,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IAClC,+DAAiC,CAAA;IACjC,iEAAmC,CAAA;AACvC,CAAC,EAHW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAGrC;AAED,IAAY,iCAGX;AAHD,WAAY,iCAAiC;IACzC,6EAAwC,CAAA;IACxC,+EAA0C,CAAA;AAC9C,CAAC,EAHW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAG5C;AAED,IAAY,mCAGX;AAHD,WAAY,mCAAmC;IAC3C,iFAA0C,CAAA;IAC1C,mFAA4C,CAAA;AAChD,CAAC,EAHW,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAG9C"}
|