@companieshouse/api-sdk-node 2.0.176 → 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.
|
@@ -109,6 +109,7 @@ export interface OverseasEntityDueDiligenceResource {
|
|
|
109
109
|
partner_name?: string;
|
|
110
110
|
}
|
|
111
111
|
export interface BeneficialOwnerIndividual {
|
|
112
|
+
id?: string;
|
|
112
113
|
ch_reference?: string;
|
|
113
114
|
first_name?: string;
|
|
114
115
|
last_name?: string;
|
|
@@ -127,6 +128,7 @@ export interface BeneficialOwnerIndividual {
|
|
|
127
128
|
is_on_sanctions_list?: yesNoResponse;
|
|
128
129
|
}
|
|
129
130
|
export interface BeneficialOwnerIndividualResource {
|
|
131
|
+
id?: string;
|
|
130
132
|
ch_reference?: string;
|
|
131
133
|
first_name?: string;
|
|
132
134
|
last_name?: string;
|
|
@@ -145,6 +147,7 @@ export interface BeneficialOwnerIndividualResource {
|
|
|
145
147
|
is_on_sanctions_list?: yesNoResponse;
|
|
146
148
|
}
|
|
147
149
|
export interface BeneficialOwnerCorporate {
|
|
150
|
+
id?: string;
|
|
148
151
|
ch_reference?: string;
|
|
149
152
|
name?: string;
|
|
150
153
|
principal_address?: Address;
|
|
@@ -163,6 +166,7 @@ export interface BeneficialOwnerCorporate {
|
|
|
163
166
|
is_on_sanctions_list?: yesNoResponse;
|
|
164
167
|
}
|
|
165
168
|
export interface BeneficialOwnerCorporateResource {
|
|
169
|
+
id?: string;
|
|
166
170
|
ch_reference?: string;
|
|
167
171
|
name?: string;
|
|
168
172
|
principal_address?: Address;
|
|
@@ -181,6 +185,7 @@ export interface BeneficialOwnerCorporateResource {
|
|
|
181
185
|
is_on_sanctions_list?: yesNoResponse;
|
|
182
186
|
}
|
|
183
187
|
export interface BeneficialOwnerGovernmentOrPublicAuthority {
|
|
188
|
+
id?: string;
|
|
184
189
|
ch_reference?: string;
|
|
185
190
|
name?: string;
|
|
186
191
|
principal_address?: Address;
|
|
@@ -194,6 +199,7 @@ export interface BeneficialOwnerGovernmentOrPublicAuthority {
|
|
|
194
199
|
non_legal_firm_members_nature_of_control_types?: NatureOfControlType[];
|
|
195
200
|
}
|
|
196
201
|
export interface BeneficialOwnerGovernmentOrPublicAuthorityResource {
|
|
202
|
+
id?: string;
|
|
197
203
|
ch_reference?: string;
|
|
198
204
|
name?: string;
|
|
199
205
|
principal_address?: Address;
|
|
@@ -223,6 +229,7 @@ export interface BeneficialOwnerPrivateData {
|
|
|
223
229
|
principalAddress?: PrivateAddress;
|
|
224
230
|
}
|
|
225
231
|
export interface ManagingOfficerIndividual {
|
|
232
|
+
id?: string;
|
|
226
233
|
ch_reference?: string;
|
|
227
234
|
first_name?: string;
|
|
228
235
|
last_name?: string;
|
|
@@ -241,6 +248,7 @@ export interface ManagingOfficerIndividual {
|
|
|
241
248
|
resigned_on?: InputDate;
|
|
242
249
|
}
|
|
243
250
|
export interface ManagingOfficerIndividualResource {
|
|
251
|
+
id?: string;
|
|
244
252
|
ch_reference?: string;
|
|
245
253
|
first_name?: string;
|
|
246
254
|
last_name?: string;
|
|
@@ -259,6 +267,7 @@ export interface ManagingOfficerIndividualResource {
|
|
|
259
267
|
resigned_on?: string;
|
|
260
268
|
}
|
|
261
269
|
export interface ManagingOfficerCorporate {
|
|
270
|
+
id?: string;
|
|
262
271
|
ch_reference?: string;
|
|
263
272
|
name?: string;
|
|
264
273
|
principal_address?: Address;
|
|
@@ -314,6 +323,7 @@ export interface UpdateResource {
|
|
|
314
323
|
change_beneficiary_relevant_period?: ChangeBeneficiaryRelevantPeriodType;
|
|
315
324
|
}
|
|
316
325
|
export interface ManagingOfficerCorporateResource {
|
|
326
|
+
id?: string;
|
|
317
327
|
ch_reference?: string;
|
|
318
328
|
name?: string;
|
|
319
329
|
principal_address?: Address;
|
|
@@ -408,6 +418,7 @@ export interface TrustToReviewResource extends TrustResource {
|
|
|
408
418
|
review_status?: TrustReviewStatus;
|
|
409
419
|
}
|
|
410
420
|
export interface TrustIndividual {
|
|
421
|
+
id?: string;
|
|
411
422
|
type?: string;
|
|
412
423
|
forename?: string;
|
|
413
424
|
other_forenames?: string;
|
|
@@ -445,6 +456,7 @@ export interface TrustIndividual {
|
|
|
445
456
|
ceased_date_year?: string;
|
|
446
457
|
}
|
|
447
458
|
export interface TrustIndividualResource {
|
|
459
|
+
id?: string;
|
|
448
460
|
type?: string;
|
|
449
461
|
forename?: string;
|
|
450
462
|
other_forenames?: string;
|
|
@@ -476,6 +488,7 @@ export interface TrustIndividualResource {
|
|
|
476
488
|
ceased_date?: string;
|
|
477
489
|
}
|
|
478
490
|
export interface TrustHistoricalBeneficialOwner {
|
|
491
|
+
id?: string;
|
|
479
492
|
forename?: string;
|
|
480
493
|
other_forenames?: string;
|
|
481
494
|
surname?: string;
|
|
@@ -489,6 +502,7 @@ export interface TrustHistoricalBeneficialOwner {
|
|
|
489
502
|
corporate_name?: string;
|
|
490
503
|
}
|
|
491
504
|
export interface TrustHistoricalBeneficialOwnerResource {
|
|
505
|
+
id?: string;
|
|
492
506
|
forename?: string;
|
|
493
507
|
other_forenames?: string;
|
|
494
508
|
surname?: string;
|
|
@@ -498,6 +512,7 @@ export interface TrustHistoricalBeneficialOwnerResource {
|
|
|
498
512
|
corporate_name?: string;
|
|
499
513
|
}
|
|
500
514
|
export interface TrustCorporate {
|
|
515
|
+
id?: string;
|
|
501
516
|
type?: string;
|
|
502
517
|
name?: string;
|
|
503
518
|
date_became_interested_person_day?: string;
|
|
@@ -534,6 +549,7 @@ export interface TrustCorporate {
|
|
|
534
549
|
ceased_date_year?: string;
|
|
535
550
|
}
|
|
536
551
|
export interface TrustCorporateResource {
|
|
552
|
+
id?: string;
|
|
537
553
|
type?: string;
|
|
538
554
|
name?: string;
|
|
539
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;;;AA+
|
|
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"}
|