@@ -11,8 +11,7 @@ export interface PersonWithSignificantControlResource {
1111 natures_of_control : string [ ] ,
1212 notified_on : string ,
1313 is_sanctioned ?: boolean ,
14- kind ?: string ,
15- identification ?: IdentificationResource
14+ kind ?: string
1615} ;
1716
1817export interface PersonWithSignificantControl {
@@ -28,8 +27,7 @@ export interface PersonWithSignificantControl {
2827 naturesOfControl : string [ ] ,
2928 notifiedOn : string ,
3029 isSanctioned ?: boolean ,
31- kind ?: string ,
32- identification ?: Identification
30+ kind ?: string
3331} ;
3432
3533export interface AddressResource {
@@ -112,24 +110,6 @@ export interface NameElements {
112110 surname : string ;
113111} ;
114112
115- export interface IdentificationResource {
116- identification_type ?: string ,
117- legal_authority ?: string ,
118- legal_form ?: string ,
119- place_registered ?: string ,
120- registration_number ?: string ,
121- country_registered ?: string
122- } ;
123-
124- export interface Identification {
125- identificationType ?: string ,
126- legalAuthority ?: string ,
127- legalForm ?: string ,
128- placeRegistered ?: string ,
129- registrationNumber ?: string ,
130- countryRegistered ?: string
131- } ;
132-
133113export interface PscVerificationResource {
134114 created_at : Date ,
135115 updated_at : Date ,
0 commit comments