@companieshouse/api-sdk-node 2.0.272 → 2.0.273
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.
|
@@ -12,7 +12,6 @@ export interface PersonWithSignificantControlResource {
|
|
|
12
12
|
notified_on: string;
|
|
13
13
|
is_sanctioned?: boolean;
|
|
14
14
|
kind?: string;
|
|
15
|
-
identification?: IdentificationResource;
|
|
16
15
|
}
|
|
17
16
|
export interface PersonWithSignificantControl {
|
|
18
17
|
address: Address;
|
|
@@ -28,7 +27,6 @@ export interface PersonWithSignificantControl {
|
|
|
28
27
|
notifiedOn: string;
|
|
29
28
|
isSanctioned?: boolean;
|
|
30
29
|
kind?: string;
|
|
31
|
-
identification?: Identification;
|
|
32
30
|
}
|
|
33
31
|
export interface AddressResource {
|
|
34
32
|
address_line_1: string;
|
|
@@ -98,22 +96,6 @@ export interface NameElements {
|
|
|
98
96
|
middleName?: string;
|
|
99
97
|
surname: string;
|
|
100
98
|
}
|
|
101
|
-
export interface IdentificationResource {
|
|
102
|
-
identification_type?: string;
|
|
103
|
-
legal_authority?: string;
|
|
104
|
-
legal_form?: string;
|
|
105
|
-
place_registered?: string;
|
|
106
|
-
registration_number?: string;
|
|
107
|
-
country_registered?: string;
|
|
108
|
-
}
|
|
109
|
-
export interface Identification {
|
|
110
|
-
identificationType?: string;
|
|
111
|
-
legalAuthority?: string;
|
|
112
|
-
legalForm?: string;
|
|
113
|
-
placeRegistered?: string;
|
|
114
|
-
registrationNumber?: string;
|
|
115
|
-
countryRegistered?: string;
|
|
116
|
-
}
|
|
117
99
|
export interface PscVerificationResource {
|
|
118
100
|
created_at: Date;
|
|
119
101
|
updated_at: Date;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/psc-verification-link/types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/psc-verification-link/types.ts"],"names":[],"mappings":";;;AAcC,CAAC;AAgBD,CAAC;AAWD,CAAC;AAWD,CAAC;AAMD,CAAC;AAMD,CAAC;AAKD,CAAC;AAKD,CAAC;AAKD,CAAC;AAKD,CAAC;AA0BD,CAAC;AA8CF,IAAY,sBAMX;AAND,WAAY,sBAAsB;IAC9B,2DAAiC,CAAA;IACjC,iEAAuC,CAAA;IACvC,qFAA2D,CAAA;IAC3D,yEAA+C,CAAA;IAC/C,iEAAuC,CAAA;AAC3C,CAAC,EANW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAMjC;AAED,IAAY,yBAEX;AAFD,WAAY,yBAAyB;IACjC,wEAA2C,CAAA;AAC/C,CAAC,EAFW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAEpC"}
|